-
Methods Method Description org.sqlite.SQLiteConfig.enableCountChanges(boolean) Enables or disables the count-changes flag. When enabled, INSERT, UPDATE and DELETE statements return the number of rows they modified.org.sqlite.SQLiteConfig.enableEmptyResultCallBacks(boolean) Enables or disables the empty_result_callbacks flag.org.sqlite.SQLiteConfig.enableFullColumnNames(boolean) Enables or disables the full_column_name flag. This flag together with the short_column_names flag determine the way SQLite assigns names to result columns of SELECT statements.org.sqlite.SQLiteJDBCLoader.getPureJavaFlag() Pure Java no longer supportedorg.sqlite.SQLiteJDBCLoader.isPureJavaMode() Pure Java nolonger supported