Uses of Class
org.sqlite.util.AndroidSignatureIgnore
-
Packages that use AndroidSignatureIgnore Package Description org.sqlite org.sqlite.jdbc3 org.sqlite.util -
-
Uses of AndroidSignatureIgnore in org.sqlite
Classes in org.sqlite with annotations of type AndroidSignatureIgnore Modifier and Type Class Description classSQLiteJDBCLoaderSet the system properties, org.sqlite.lib.path, org.sqlite.lib.name, appropriately so that the SQLite JDBC driver can find *.dll, *.dylib and *.so files, according to the current OS (win, linux, mac). -
Uses of AndroidSignatureIgnore in org.sqlite.jdbc3
Methods in org.sqlite.jdbc3 with annotations of type AndroidSignatureIgnore Modifier and Type Method Description java.lang.StringJDBC3PreparedStatement. getParameterTypeName(int pos) -
Uses of AndroidSignatureIgnore in org.sqlite.util
Methods in org.sqlite.util with annotations of type AndroidSignatureIgnore Modifier and Type Method Description private static booleanOSInfo. isAlpineLinux()static booleanOSInfo. isMusl()private static java.lang.StringOSInfo. toRealPathOrEmpty(java.nio.file.Path path)
-