- setAutoCommit(boolean) - クラス のメソッドorg.sqlite.SQLiteConnection
-
- setBusyTimeout(String) - クラス のメソッドorg.sqlite.SQLiteConfig
-
- setBusyTimeout(int) - クラス のメソッドorg.sqlite.SQLiteConnection
-
Sets the timeout value for the connection.
- setCacheSize(int) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Changes the maximum number of database disk pages that SQLite will hold
in memory at once per open database file.
- setCacheSize(int) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the suggested maximum number of database disk pages that SQLite will
hold in memory at once per open database file.
- setCaseSensitiveLike(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables case sensitivity for the built-in LIKE operator.
- setCatalog(String) - クラス のメソッドorg.sqlite.SQLiteConnection
-
- setConfig(SQLiteConfig) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets a data source's configuration.
- setCouncChanges(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables the count-changes flag.
- setDatabaseName(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the database name.
- setDateClass(String) - クラス のメソッドorg.sqlite.SQLiteConfig
-
- setDatePrecision(String) - クラス のメソッドorg.sqlite.SQLiteConfig
-
- setDateStringFormat(String) - クラス のメソッドorg.sqlite.SQLiteConfig
-
- setDefaultCacheSize(int) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the suggested maximum number of database disk pages that SQLite will
hold in memory at once per open database file.
- setDefaultCacheSize(int) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the default maximum number of database disk pages that SQLite will
hold in memory at once per open database file.
- setEncoding(SQLiteConfig.Encoding) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the text encoding used by the main database.
- setEncoding(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the text encoding used by the main database.
- setEnforceForeinKeys(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables the enforcement of foreign key constraints.
- setFullColumnNames(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables the full_column_names flag.
- setFullSync(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables the fullfsync flag.
- setHoldability(int) - クラス のメソッドorg.sqlite.SQLiteConnection
-
- setIncrementalVacuum(int) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
- setJounalSizeLimit(int) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the journal_size_limit.
- setJournalMode(SQLiteConfig.JournalMode) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the journal mode for databases associated with the current database
connection.
- setJournalMode(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the journal mode for databases associated with the current database
connection.
- setJournalSizeLimit(int) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the limit of the size of rollback-journal and WAL files left in the
file-system after transactions or checkpoints.
- setLegacyFileFormat(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Set the value of the legacy_file_format flag.
- setLoadExtension(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables extension loading.
- setLockingMode(SQLiteConfig.LockingMode) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the database connection locking-mode.
- setLockingMode(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the database connection locking-mode.
- setLoginTimeout(int) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
- setLogWriter(PrintWriter) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
- setMaxPageCount(int) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the maximum number of pages in the database file.
- setMaxPageCount(int) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Set the maximum number of pages in the database file.
- setOpenMode(SQLiteOpenMode) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the open mode flags.
- setPageSize(int) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the page size of the database.
- setPageSize(int) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Set the page size of the database.
- setPragma(SQLiteConfig.Pragma, String) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets a pragma's value.
- setReadOnly(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the read-write mode for the database.
- setReadOnly(boolean) - クラス のメソッドorg.sqlite.SQLiteConnection
-
- setReadOnly(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the database to be opened in read-only mode
- setReadUncommited(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Enables or disables useReadUncommitedIsolationMode.
- setReadUncommited(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Set READ UNCOMMITTED isolation
- setRecursiveTriggers(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables the recursive trigger capability.
- setReverseUnorderedSelects(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables the reverse_unordered_selects flag.
- setSavepoint() - クラス のメソッドorg.sqlite.SQLiteConnection
-
- setSavepoint(String) - クラス のメソッドorg.sqlite.SQLiteConnection
-
- setSharedCache(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Enables or disables the sharing of the database cache and schema data
structures between connections to the same database.
- setSharedCache(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables the sharing of the database cache and schema data
structures between connections to the same database.
- setShortColumnNames(boolean) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Enables or disables the short_column_names flag.
- setSynchronous(SQLiteConfig.SynchronousMode) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Changes the setting of the "synchronous" flag.
- setSynchronous(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the setting of the "synchronous" flag.
- setTempStore(SQLiteConfig.TempStore) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Changes the setting of the "temp_store" parameter.
- setTempStore(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Set the temp_store type which is used to determine where temporary tables
and indices are stored.
- setTempStoreDirectory(String) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Changes the value of the sqlite3_temp_directory global variable, which many operating-system
interface backends use to determine where to store temporary tables and indices.
- setTempStoreDirectory(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Set the value of the sqlite3_temp_directory global variable, which many
operating-system interface backends use to determine where to store
temporary tables and indices.
- setTransactionIsolation(int) - クラス のメソッドorg.sqlite.SQLiteConnection
-
- setTransactionMode(SQLiteConfig.TransactionMode) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the mode that will be used to start transactions.
- setTransactionMode(String) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Sets the mode that will be used to start transactions.
- setTransactionMode(SQLiteConfig.TransactionMode) - クラス のメソッドorg.sqlite.SQLiteConnection
-
Sets the mode that will be used to start transactions on this connection.
- setTransactionMode(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the mode that will be used to start transactions for this database.
- setTypeMap(Map) - クラス のメソッドorg.sqlite.SQLiteConnection
-
- setUrl(String) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the location of the database file.
- setUserVersion(int) - クラス のメソッドorg.sqlite.SQLiteConfig
-
Set the value of the user-version.
- setUserVersion(int) - クラス のメソッドorg.sqlite.SQLiteDataSource
-
Sets the value of the user-version.
- SQLiteConfig - org.sqliteのクラス
-
SQLite Configuration
See also http://www.sqlite.org/pragma.html
- SQLiteConfig() - クラス のコンストラクタorg.sqlite.SQLiteConfig
-
Default constructor.
- SQLiteConfig(Properties) - クラス のコンストラクタorg.sqlite.SQLiteConfig
-
Creates an SQLite configuration object using values from the given
property object.
- SQLiteConfig.DateClass - org.sqliteの列挙型
-
- SQLiteConfig.DatePrecision - org.sqliteの列挙型
-
- SQLiteConfig.Encoding - org.sqliteの列挙型
-
- SQLiteConfig.JournalMode - org.sqliteの列挙型
-
- SQLiteConfig.LockingMode - org.sqliteの列挙型
-
- SQLiteConfig.SynchronousMode - org.sqliteの列挙型
-
- SQLiteConfig.TempStore - org.sqliteの列挙型
-
- SQLiteConfig.TransactionMode - org.sqliteの列挙型
-
- SQLiteConnection - org.sqliteのクラス
-
- SQLiteConnection(String, String) - クラス のコンストラクタorg.sqlite.SQLiteConnection
-
Constructor to create a connection to a database at the given location.
- SQLiteConnection(String, String, Properties) - クラス のコンストラクタorg.sqlite.SQLiteConnection
-
Constructor to create a pre-configured connection to a database at the
given location.
- SQLiteConnectionPoolDataSource - org.sqlite.javaxのクラス
-
- SQLiteConnectionPoolDataSource() - クラス のコンストラクタorg.sqlite.javax.SQLiteConnectionPoolDataSource
-
Default constructor.
- SQLiteConnectionPoolDataSource(SQLiteConfig) - クラス のコンストラクタorg.sqlite.javax.SQLiteConnectionPoolDataSource
-
Creates a data source based on the provided configuration.
- SQLiteDataSource - org.sqliteのクラス
-
Provides
DataSource
API for configuring SQLite database connection
- SQLiteDataSource() - クラス のコンストラクタorg.sqlite.SQLiteDataSource
-
Default constructor.
- SQLiteDataSource(SQLiteConfig) - クラス のコンストラクタorg.sqlite.SQLiteDataSource
-
Creates a data source based on the provided configuration.
- SQLiteErrorCode - org.sqliteの列挙型
-
SQLite3 error code
- SQLiteJDBCLoader - org.sqliteのクラス
-
Set the system properties, org.sqlite.lib.path, org.sqlite.lib.name,
appropriately so that the SQLite JDBC driver can find *.dll, *.jnilib and
*.so files, according to the current OS (win, linux, mac).
- SQLiteJDBCLoader() - クラス のコンストラクタorg.sqlite.SQLiteJDBCLoader
-
- SQLiteOpenMode - org.sqliteの列挙型
-
Database file open modes of SQLite.
- SQLitePooledConnection - org.sqlite.javaxのクラス
-
- SQLitePooledConnection(Connection) - クラス のコンストラクタorg.sqlite.javax.SQLitePooledConnection
-
Constructor.
- srcDB - クラス の変数org.sqlite.ExtendedCommand.BackupCommand
-
- srcFile - クラス の変数org.sqlite.ExtendedCommand.RestoreCommand
-
- value_blob(int) - クラス のメソッドorg.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_bytes(int) - クラス のメソッドorg.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_double(int) - クラス のメソッドorg.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_int(int) - クラス のメソッドorg.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_long(int) - クラス のメソッドorg.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_text(int) - クラス のメソッドorg.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_type(int) - クラス のメソッドorg.sqlite.Function
-
Called by xFunc to access the value of an argument.
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.DateClass
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.DatePrecision
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.Encoding
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.JournalMode
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.LockingMode
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.SynchronousMode
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.TempStore
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.TransactionMode
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteErrorCode
-
指定した名前を持つこの型の列挙型定数を返します。
- valueOf(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteOpenMode
-
指定した名前を持つこの型の列挙型定数を返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.DateClass
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.DatePrecision
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.Encoding
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.JournalMode
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.LockingMode
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.SynchronousMode
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.TempStore
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.TransactionMode
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteErrorCode
-
この列挙型の定数を含む配列を宣言されている順序で返します。
- values() - 列挙 のstaticメソッドorg.sqlite.SQLiteOpenMode
-
この列挙型の定数を含む配列を宣言されている順序で返します。