A B C D E F G H I J L M N O P R S T U V X 

A

acceptsURL(String) - クラス のメソッドorg.sqlite.JDBC
 
addConnectionEventListener(ConnectionEventListener) - クラス のメソッドorg.sqlite.javax.SQLitePooledConnection
 
addStatementEventListener(StatementEventListener) - クラス のメソッドorg.sqlite.javax.SQLitePooledConnection
 
apply(Connection) - クラス のメソッドorg.sqlite.SQLiteConfig
Configures a connection.
args() - クラス のメソッドorg.sqlite.Function
Returns the number of arguments passed to the function.

B

busyTimeout - クラス の変数org.sqlite.SQLiteConfig
 

C

clearWarnings() - クラス のメソッドorg.sqlite.SQLiteConnection
 
clone() - クラス のメソッドorg.sqlite.Function.Aggregate
 
close() - クラス のメソッドorg.sqlite.javax.SQLitePooledConnection
 
close() - クラス のメソッドorg.sqlite.SQLiteConnection
 
code - 列挙 の変数org.sqlite.SQLiteErrorCode
 
commit() - クラス のメソッドorg.sqlite.SQLiteConnection
 
connect(String, Properties) - クラス のメソッドorg.sqlite.JDBC
 
create(Connection, String, Function) - クラス のstaticメソッドorg.sqlite.Function
Registers a given function with the connection.
createConnection(String, Properties) - クラス のstaticメソッドorg.sqlite.JDBC
Creates a new database connection to a given URL.
createConnection(String) - クラス のメソッドorg.sqlite.SQLiteConfig
Create a new JDBC connection using the current configuration
createStatement() - クラス のメソッドorg.sqlite.SQLiteConnection
 
createStatement(int, int) - クラス のメソッドorg.sqlite.SQLiteConnection
 
createStatement(int, int, int) - クラス のメソッドorg.sqlite.SQLiteConnection
 
createStruct(String, Object[]) - クラス のメソッドorg.sqlite.SQLiteConnection
 

D

dateClass - クラス の変数org.sqlite.SQLiteConfig
 
dateClass - クラス の変数org.sqlite.SQLiteConnection
 
dateFormat - クラス の変数org.sqlite.SQLiteConnection
 
dateMultiplier - クラス の変数org.sqlite.SQLiteConfig
 
dateMultiplier - クラス の変数org.sqlite.SQLiteConnection
 
datePrecision - クラス の変数org.sqlite.SQLiteConfig
 
datePrecision - クラス の変数org.sqlite.SQLiteConnection
 
dateStringFormat - クラス の変数org.sqlite.SQLiteConfig
 
DEFAULT_DATE_STRING_FORMAT - クラス のstatic変数org.sqlite.SQLiteConfig
 
destFile - クラス の変数org.sqlite.ExtendedCommand.BackupCommand
 
destroy(Connection, String) - クラス のstaticメソッドorg.sqlite.Function
Removes a named function from the given connection.

E

enableCaseSensitiveLike(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables case sensitive for the LIKE operator.
enableCountChanges(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables the count-changes flag.
enableEmptyResultCallBacks(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables the empty_result_callbacks flag.
enableFullColumnNames(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables the full_column_name flag.
enableFullSync(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables the fullfsync flag.
enableLoadExtension(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables extension loading.
enableRecursiveTriggers(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables the recursive trigger capability.
enableReverseUnorderedSelects(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables the reverse_unordered_selects flag.
enableShortColumnNames(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Enables or disables the short_column_names flag.
enforceForeignKeys(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Whether to enforce foreign key constraints.
error(String) - クラス のメソッドorg.sqlite.Function
Called by xFunc to throw an error.
execute(DB) - クラス のメソッドorg.sqlite.ExtendedCommand.BackupCommand
 
execute(DB) - クラス のメソッドorg.sqlite.ExtendedCommand.RestoreCommand
 
execute(DB) - インタフェース のメソッドorg.sqlite.ExtendedCommand.SQLExtension
 
ExtendedCommand - org.sqliteのクラス
parsing SQLite specific extension of SQL command
ExtendedCommand() - クラス のコンストラクタorg.sqlite.ExtendedCommand
 
ExtendedCommand.BackupCommand - org.sqliteのクラス
 
ExtendedCommand.BackupCommand(String, String) - クラス のコンストラクタorg.sqlite.ExtendedCommand.BackupCommand
Constructs a BackupCommand instance that backup the database to a target file.
ExtendedCommand.RestoreCommand - org.sqliteのクラス
 
ExtendedCommand.RestoreCommand(String, String) - クラス のコンストラクタorg.sqlite.ExtendedCommand.RestoreCommand
Constructs a RestoreCommand instance that restores the database from a given source file.
ExtendedCommand.SQLExtension - org.sqliteのインタフェース
 

F

finalize() - クラス のメソッドorg.sqlite.SQLiteConnection
 
find(Class<?>, String) - クラス のstaticメソッドorg.sqlite.ResourceFinder
Gets the URL of the file resource
find(ClassLoader, Package, String) - クラス のstaticメソッドorg.sqlite.ResourceFinder
Finds the URL of the resource
find(ClassLoader, String, String) - クラス のstaticメソッドorg.sqlite.ResourceFinder
Finds the URL of the resource
flag - 列挙 の変数org.sqlite.SQLiteOpenMode
 
Function - org.sqliteのクラス
Provides an interface for creating SQLite user-defined functions.
Function() - クラス のコンストラクタorg.sqlite.Function
 
Function.Aggregate - org.sqliteのクラス
Provides an interface for creating SQLite user-defined aggregate functions.
Function.Aggregate() - クラス のコンストラクタorg.sqlite.Function.Aggregate
 

G

getArchName() - クラス のstaticメソッドorg.sqlite.OSInfo
 
getAutoCommit() - クラス のメソッドorg.sqlite.SQLiteConnection
 
getBusyTimeout() - クラス のメソッドorg.sqlite.SQLiteConnection
 
getCatalog() - クラス のメソッドorg.sqlite.SQLiteConnection
 
getConfig() - クラス のメソッドorg.sqlite.SQLiteDataSource
 
getConnection() - クラス のメソッドorg.sqlite.javax.SQLitePooledConnection
 
getConnection() - クラス のメソッドorg.sqlite.SQLiteDataSource
 
getConnection(String, String) - クラス のメソッドorg.sqlite.SQLiteDataSource
 
getDatabaseName() - クラス のメソッドorg.sqlite.SQLiteDataSource
 
getDateClass(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.DateClass
 
getEncoding(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.Encoding
 
getErrorCode(int) - 列挙 のstaticメソッドorg.sqlite.SQLiteErrorCode
 
getHoldability() - クラス のメソッドorg.sqlite.SQLiteConnection
 
getLoginTimeout() - クラス のメソッドorg.sqlite.SQLiteDataSource
 
getLogWriter() - クラス のメソッドorg.sqlite.SQLiteDataSource
 
getMajorVersion() - クラス のメソッドorg.sqlite.JDBC
 
getMajorVersion() - クラス のstaticメソッドorg.sqlite.SQLiteJDBCLoader
 
getMetaData() - クラス のメソッドorg.sqlite.SQLiteConnection
 
getMinorVersion() - クラス のメソッドorg.sqlite.JDBC
 
getMinorVersion() - クラス のstaticメソッドorg.sqlite.SQLiteJDBCLoader
 
getMode(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.TransactionMode
 
getNativeLibFolderPathForCurrentOS() - クラス のstaticメソッドorg.sqlite.OSInfo
 
getOpenModeFlags() - クラス のメソッドorg.sqlite.SQLiteConfig
 
getOSName() - クラス のstaticメソッドorg.sqlite.OSInfo
 
getParentLogger() - クラス のメソッドorg.sqlite.SQLiteDataSource
 
getPooledConnection() - クラス のメソッドorg.sqlite.javax.SQLiteConnectionPoolDataSource
 
getPooledConnection(String, String) - クラス のメソッドorg.sqlite.javax.SQLiteConnectionPoolDataSource
 
getPrecision(String) - 列挙 のstaticメソッドorg.sqlite.SQLiteConfig.DatePrecision
 
getPropertyInfo(String, Properties) - クラス のメソッドorg.sqlite.JDBC
 
getTransactionIsolation() - クラス のメソッドorg.sqlite.SQLiteConnection
 
getTransactionMode() - クラス のメソッドorg.sqlite.SQLiteConfig
 
getTypeMap() - クラス のメソッドorg.sqlite.SQLiteConnection
 
getUrl() - クラス のメソッドorg.sqlite.SQLiteDataSource
 
getValue() - 列挙 のメソッドorg.sqlite.SQLiteConfig.DateClass
 
getValue() - 列挙 のメソッドorg.sqlite.SQLiteConfig.DatePrecision
 
getValue() - 列挙 のメソッドorg.sqlite.SQLiteConfig.Encoding
 
getValue() - 列挙 のメソッドorg.sqlite.SQLiteConfig.JournalMode
 
getValue() - 列挙 のメソッドorg.sqlite.SQLiteConfig.LockingMode
 
getValue() - 列挙 のメソッドorg.sqlite.SQLiteConfig.SynchronousMode
 
getValue() - 列挙 のメソッドorg.sqlite.SQLiteConfig.TempStore
 
getValue() - 列挙 のメソッドorg.sqlite.SQLiteConfig.TransactionMode
 
getVersion() - クラス のstaticメソッドorg.sqlite.SQLiteJDBCLoader
 
getWarnings() - クラス のメソッドorg.sqlite.SQLiteConnection
 

H

handleConn - クラス の変数org.sqlite.javax.SQLitePooledConnection
 

I

incrementalVacuum(int) - クラス のメソッドorg.sqlite.SQLiteConfig
Sets the incremental_vacuum value; the number of pages to be removed from the freelist.
initialize() - クラス のstaticメソッドorg.sqlite.SQLiteJDBCLoader
Loads SQLite native JDBC library.
isClosed() - クラス のメソッドorg.sqlite.SQLiteConnection
 
isEnabledLoadExtension() - クラス のメソッドorg.sqlite.SQLiteConfig
Checks if the load extension option is turned on.
isEnabledSharedCache() - クラス のメソッドorg.sqlite.SQLiteConfig
Checks if the shared cache option is turned on.
isNativeMode() - クラス のstaticメソッドorg.sqlite.SQLiteJDBCLoader
Checks if the SQLite JDBC driver is set to native mode.
isPureJavaMode() - クラス のstaticメソッドorg.sqlite.SQLiteJDBCLoader
推奨されていません。
Pure Java nolonger supported
isReadOnly() - クラス のメソッドorg.sqlite.SQLiteConnection
 
isValidURL(String) - クラス のstaticメソッドorg.sqlite.JDBC
Validates a URL
isWrapperFor(Class<?>) - クラス のメソッドorg.sqlite.SQLiteDataSource
Determines if this object wraps a given class.

J

JDBC - org.sqliteのクラス
 
JDBC() - クラス のコンストラクタorg.sqlite.JDBC
 
jdbcCompliant() - クラス のメソッドorg.sqlite.JDBC
 

L

listeners - クラス の変数org.sqlite.javax.SQLitePooledConnection
 

M

main(String[]) - クラス のstaticメソッドorg.sqlite.OSInfo
 
message - 列挙 の変数org.sqlite.SQLiteErrorCode
 

N

nativeSQL(String) - クラス のメソッドorg.sqlite.SQLiteConnection
 

O

org.sqlite - パッケージ org.sqlite
 
org.sqlite.javax - パッケージ org.sqlite.javax
 
OSInfo - org.sqliteのクラス
Provides OS name and architecture name.
OSInfo() - クラス のコンストラクタorg.sqlite.OSInfo
 

P

parse(String) - クラス のstaticメソッドorg.sqlite.ExtendedCommand.BackupCommand
Parses SQLite database backup command and creates a BackupCommand object.
parse(String) - クラス のstaticメソッドorg.sqlite.ExtendedCommand
Parses extended commands of "backup" or "restore" for SQLite database.
parse(String) - クラス のstaticメソッドorg.sqlite.ExtendedCommand.RestoreCommand
Parses SQLite database restore command and creates a RestoreCommand object.
physicalConn - クラス の変数org.sqlite.javax.SQLitePooledConnection
 
PREFIX - クラス のstatic変数org.sqlite.JDBC
 
prepareCall(String) - クラス のメソッドorg.sqlite.SQLiteConnection
 
prepareCall(String, int, int) - クラス のメソッドorg.sqlite.SQLiteConnection
 
prepareCall(String, int, int, int) - クラス のメソッドorg.sqlite.SQLiteConnection
 
prepareStatement(String) - クラス のメソッドorg.sqlite.SQLiteConnection
 
prepareStatement(String, int) - クラス のメソッドorg.sqlite.SQLiteConnection
 
prepareStatement(String, int[]) - クラス のメソッドorg.sqlite.SQLiteConnection
 
prepareStatement(String, String[]) - クラス のメソッドorg.sqlite.SQLiteConnection
 
prepareStatement(String, int, int) - クラス のメソッドorg.sqlite.SQLiteConnection
 
prepareStatement(String, int, int, int) - クラス のメソッドorg.sqlite.SQLiteConnection
 

R

releaseSavepoint(Savepoint) - クラス のメソッドorg.sqlite.SQLiteConnection
 
removeConnectionEventListener(ConnectionEventListener) - クラス のメソッドorg.sqlite.javax.SQLitePooledConnection
 
removeQuotation(String) - クラス のstaticメソッドorg.sqlite.ExtendedCommand
Remove the quotation mark from string.
removeStatementEventListener(StatementEventListener) - クラス のメソッドorg.sqlite.javax.SQLitePooledConnection
 
resetOpenMode(SQLiteOpenMode) - クラス のメソッドorg.sqlite.SQLiteConfig
Re-sets the open mode flags.
ResourceFinder - org.sqliteのクラス
Resource address finder for files inside the jar file
ResourceFinder() - クラス のコンストラクタorg.sqlite.ResourceFinder
 
result(byte[]) - クラス のメソッドorg.sqlite.Function
Called by xFunc to return a value.
result(double) - クラス のメソッドorg.sqlite.Function
Called by xFunc to return a value.
result(int) - クラス のメソッドorg.sqlite.Function
Called by xFunc to return a value.
result(long) - クラス のメソッドorg.sqlite.Function
Called by xFunc to return a value.
result() - クラス のメソッドorg.sqlite.Function
Called by xFunc to return a value.
result(String) - クラス のメソッドorg.sqlite.Function
Called by xFunc to return a value.
rollback() - クラス のメソッドorg.sqlite.SQLiteConnection
 
rollback(Savepoint) - クラス のメソッドorg.sqlite.SQLiteConnection
 

S

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
Set the incremental_vacuum value that causes up to N pages to be removed from the http://www.sqlite.org/fileformat2.html#freelist.
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
 

T

targetDB - クラス の変数org.sqlite.ExtendedCommand.RestoreCommand
 
toProperties() - クラス のメソッドorg.sqlite.SQLiteConfig
Convert this configuration into a Properties object, which can be passed to the DriverManager.getConnection(String, Properties).
toString() - 列挙 のメソッドorg.sqlite.SQLiteErrorCode
 
translateArchNameToFolderName(String) - クラス のstaticメソッドorg.sqlite.OSInfo
 
translateOSNameToFolderName(String) - クラス のstaticメソッドorg.sqlite.OSInfo
Extracts operating system name from given string.
typeName - 列挙 の変数org.sqlite.SQLiteConfig.Encoding
 

U

unwrap(Class<T>) - クラス のメソッドorg.sqlite.SQLiteDataSource
Casts this object to the given class.
useLegacyFileFormat(boolean) - クラス のメソッドorg.sqlite.SQLiteConfig
Sets the value of the legacy_file_format flag.

V

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
この列挙型の定数を含む配列を宣言されている順序で返します。

X

xFinal() - クラス のメソッドorg.sqlite.Function.Aggregate
Defines the abstract aggregate callback function
xFunc() - クラス のメソッドorg.sqlite.Function.Aggregate
 
xFunc() - クラス のメソッドorg.sqlite.Function
Called by SQLite as a custom function.
xStep() - クラス のメソッドorg.sqlite.Function.Aggregate
Defines the abstract aggregate callback function
A B C D E F G H I J L M N O P R S T U V X 

Copyright © 2013. All Rights Reserved.