- getAllowLiterals() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
This setting can help solve the SQL injection problem.
- getCacheSize() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
Sets the size of the cache in KB (each KB being 1024 bytes) for the
current database.
- getCheckout() - Method in class io.airlift.dbpool.ManagedDataSourceStats
-
- getCipher() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
Sets the cipher algorithm to encrypt the database file.
- getCompressLob() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
Sets the compression algorithm for BLOB and CLOB data.
- getConnection() - Method in class io.airlift.dbpool.ManagedDataSource
-
- getConnection(String, String) - Method in class io.airlift.dbpool.ManagedDataSource
-
Not supported.
- getConnectionErrorCount() - Method in class io.airlift.dbpool.ManagedDataSourceStats
-
- getConnectionsActive() - Method in class io.airlift.dbpool.ManagedDataSource
-
- getCreate() - Method in class io.airlift.dbpool.ManagedDataSourceStats
-
- getCreationErrorCount() - Method in class io.airlift.dbpool.ManagedDataSourceStats
-
- getDefaultFetchSize() - Method in class io.airlift.dbpool.MySqlDataSourceConfig
-
Gets the default fetch size for all connection.
- getDefaultFetchSize() - Method in class io.airlift.dbpool.PostgreSqlDataSourceConfig
-
Gets the default fetch size for all connection.
- getFilename() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
Database filename
- getFilePassword() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
Password for the encrypted database file
- getHeld() - Method in class io.airlift.dbpool.ManagedDataSourceStats
-
- getInitScript() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
Initialization script run at startup
- getLoginTimeout() - Method in class io.airlift.dbpool.ManagedDataSource
-
- getLogWriter() - Method in class io.airlift.dbpool.ManagedDataSource
-
- getMaxConnections() - Method in class io.airlift.dbpool.ManagedDataSource
-
- getMaxConnections() - Method in class io.airlift.dbpool.ManagedDataSourceConfig
-
Gets the maximum number of concurrent connections allowed by the data
source.
- getMaxConnectionWait() - Method in class io.airlift.dbpool.ManagedDataSourceConfig
-
Gets the maximum time a client is allowed to wait before a connection.
- getMaxConnectionWaitMillis() - Method in class io.airlift.dbpool.ManagedDataSource
-
- getMaxLengthInplaceLob() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
Sets the maximum size of an in-place LOB object.
- getMaxMemoryRows() - Method in class io.airlift.dbpool.H2EmbeddedDataSourceConfig
-
The maximum number of rows in a result set that are kept in-memory.
- getParentLogger() - Method in class io.airlift.dbpool.ManagedDataSource
-
- getStats() - Method in class io.airlift.dbpool.ManagedDataSource
-