A B C D E F G H I J L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(Executor) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- AbstractStatementString - Class in net.anwiba.commons.jdbc.resource
- AbstractStatementString() - Constructor for class net.anwiba.commons.jdbc.resource.AbstractStatementString
- accept(IDatabaseTableName) - Method in interface net.anwiba.commons.jdbc.database.INamedTableFilter
- accept(IDatabaseTypeVisitor<T, E>) - Method in enum net.anwiba.commons.jdbc.type.DatabaseType
- add(Object...) - Method in class net.anwiba.commons.jdbc.BatchTransfer
- add(Object...) - Method in interface net.anwiba.commons.jdbc.IBatchTransfer
- add(String) - Method in class net.anwiba.commons.jdbc.constraint.Constraint
- add(PreparedStatement, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- add(PreparedStatement, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- add(IPostConnectionProcedure) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- add(IPostConnectionProcedure) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnectorRegistry
- add(IRegisterableDatabaseConnector) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- add(IRegisterableDatabaseConnector) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnectorRegistry
- add(IRegistrableDatabaseFacade) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacadeProvider
- add(IRegistrableDatabaseFacade) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacadeRegistry
- add(IApplicable<Connection>, IProcedure<Connection, SQLException>) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnectorRegistry
- addProperty(String, String) - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
- adjustValue(Object) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- aggregate(Connection, String, IConverter<Iterable<IResult>, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- aggregate(Connection, String, IProcedure<PreparedStatement, SQLException>, IConverter<Iterable<IResult>, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- aggregate(IDatabaseConnector, IJdbcConnectionDescription, String, IConverter<Iterable<IResult>, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- ARRAY - net.anwiba.commons.jdbc.type.DatabaseType
B
- batchTransfer(Connection, String, String[], String[]) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- batchTransfer(Connection, String, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- BatchTransfer - Class in net.anwiba.commons.jdbc
- BatchTransfer(Connection, int, int, String, String, String) - Constructor for class net.anwiba.commons.jdbc.BatchTransfer
- BIGINT - net.anwiba.commons.jdbc.type.DatabaseType
- BINARY - net.anwiba.commons.jdbc.type.DatabaseType
- bind(String, Object...) - Static method in class net.anwiba.commons.jdbc.resource.AbstractStatementString
- bind(Locale, String, Object...) - Static method in class net.anwiba.commons.jdbc.resource.AbstractStatementString
- BIT - net.anwiba.commons.jdbc.type.DatabaseType
- BLOB - net.anwiba.commons.jdbc.type.DatabaseType
- BOOLEAN - net.anwiba.commons.jdbc.type.DatabaseType
- booleanResult(Connection, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- booleanResult(Connection, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- booleanResult(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
C
- call(Connection, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- call(Connection, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- call(Connection, String, IProcedure<PreparedStatement, SQLException>, IProcedure<ResultSet, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- CHAR - net.anwiba.commons.jdbc.type.DatabaseType
- CHECK - net.anwiba.commons.jdbc.constraint.ConstraintType
- clearWarnings() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- CLOB - net.anwiba.commons.jdbc.type.DatabaseType
- close() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- close() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultsAdapter
- close(Connection) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- close(Connection, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- close(ResultSet) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- close(ResultSet, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- close(Statement) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- close(Statement, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- close(IResults) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- close(IResults, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- close(IClosableIterator<O, SQLException>, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- ColumnMetaData - Class in net.anwiba.commons.jdbc.metadata
- ColumnMetaData(String, String, String, String, int, int, boolean, boolean) - Constructor for class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- ColumnResultSetMetadata - Class in net.anwiba.commons.jdbc.metadata
- ColumnResultSetMetadata(ResultSetMetaData, int) - Constructor for class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- commit() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- connect(String, String, String, boolean, int, boolean) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- connect(String, String, String, boolean, int, boolean) - Method in class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
- connectReadOnly(String, String, String, int) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- connectReadOnly(String, String, String, int) - Method in class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
- connectReadOnly(String, String, String, int) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
- connectReadOnly(IJdbcConnectionDescription) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- connectReadOnly(IJdbcConnectionDescription) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
- connectReadOnly(IJdbcConnectionDescription, int) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- connectReadOnly(IJdbcConnectionDescription, int) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
- connectWritable(String, String, String, boolean, int) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- connectWritable(String, String, String, boolean, int) - Method in class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
- connectWritable(String, String, String, boolean, int) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
- connectWritable(IJdbcConnectionDescription, boolean) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- connectWritable(IJdbcConnectionDescription, boolean) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
- connectWritable(IJdbcConnectionDescription, boolean, int) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- connectWritable(IJdbcConnectionDescription, boolean, int) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
- Constraint - Class in net.anwiba.commons.jdbc.constraint
- Constraint(String, ConstraintType, String) - Constructor for class net.anwiba.commons.jdbc.constraint.Constraint
- ConstraintsUtilities - Class in net.anwiba.commons.jdbc.constraint
- ConstraintsUtilities() - Constructor for class net.anwiba.commons.jdbc.constraint.ConstraintsUtilities
- ConstraintType - Enum in net.anwiba.commons.jdbc.constraint
- contains(String) - Method in class net.anwiba.commons.jdbc.constraint.Constraint
- contains(Connection, String, String, Object) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- contains_whitespace_character - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
- containsBooleanConstraints(String, Constraint[]) - Static method in class net.anwiba.commons.jdbc.constraint.ConstraintsUtilities
- convert(String) - Method in class net.anwiba.commons.jdbc.name.DatabaseNamesConverter
- count(Connection, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- count(Connection, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- count(PreparedStatement, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- count(IDatabaseConnector, IJdbcConnectionDescription, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- create(int) - Static method in class net.anwiba.commons.jdbc.name.DatabaseNamesConverter
- create(String, File) - Method in class net.anwiba.commons.jdbc.resource.JdbcFileSystemUrlStringResolver
- create(String, String, String, String) - Method in class net.anwiba.commons.jdbc.resource.JdbcServiceUrlStringResolver
- create(Connection) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseVersionListFactory
- create(Connection, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- createArrayOf(String, Object[]) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createBlob() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createClob() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createConnection(String, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- createConnection(String, String, String, boolean) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- createIdentifierSelectStatement(String, String, Iterable<String>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- createIdentifierSelectStatement(String, String, String, Iterable<String>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- createIfNotExists(Connection, String, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- createLowerCaseFactory(int) - Static method in class net.anwiba.commons.jdbc.name.DatabaseNamesConverter
- createNClob() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createSelectStatement(String, Iterable<String>, Iterable<String>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- createSelectStatement(String, Iterable<String>, String, Iterable<String>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- createSQLXML() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createStatement() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createStatement(int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createStatement(int, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createStruct(String, Object[]) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- createUpperCaseFactory(int) - Static method in class net.anwiba.commons.jdbc.name.DatabaseNamesConverter
D
- DatabaseColumnName - Class in net.anwiba.commons.jdbc.name
- DatabaseColumnName(String, String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseColumnName
- DatabaseColumnName(IDatabaseTableName, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseColumnName
- DatabaseConnectorRegistry - Class in net.anwiba.commons.jdbc.connection
- DatabaseConnectorRegistry() - Constructor for class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- DatabaseConstraintName - Class in net.anwiba.commons.jdbc.name
- DatabaseConstraintName(String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- DatabaseConstraintName(String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- DatabaseConstraintName(String, String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- DatabaseFacade - Class in net.anwiba.commons.jdbc.database
- DatabaseFacade() - Constructor for class net.anwiba.commons.jdbc.database.DatabaseFacade
- DatabaseFacadeProvider - Class in net.anwiba.commons.jdbc.database
- DatabaseFacadeProvider(List<IRegistrableDatabaseFacade>) - Constructor for class net.anwiba.commons.jdbc.database.DatabaseFacadeProvider
- DatabaseIndexName - Class in net.anwiba.commons.jdbc.name
- DatabaseIndexName(String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseIndexName
- DatabaseIndexName(String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseIndexName
- DatabaseIndexName(String, String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseIndexName
- DatabaseNamesConverter - Class in net.anwiba.commons.jdbc.name
- DatabaseSequenceName - Class in net.anwiba.commons.jdbc.name
- DatabaseSequenceName(String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- DatabaseSequenceName(String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- DatabaseSequenceName(String, String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- DatabaseSoftwareUtilities - Class in net.anwiba.commons.jdbc.software
- DatabaseSoftwareUtilities() - Constructor for class net.anwiba.commons.jdbc.software.DatabaseSoftwareUtilities
- DatabaseTableName - Class in net.anwiba.commons.jdbc.name
- DatabaseTableName(String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseTableName
- DatabaseTableName(String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseTableName
- DatabaseTableName(String, String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseTableName
- DatabaseTriggerName - Class in net.anwiba.commons.jdbc.name
- DatabaseTriggerName(String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- DatabaseTriggerName(String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- DatabaseTriggerName(String, String, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- DatabaseType - Enum in net.anwiba.commons.jdbc.type
- DatabaseUtilities - Class in net.anwiba.commons.jdbc
- DatabaseUtilities() - Constructor for class net.anwiba.commons.jdbc.DatabaseUtilities
- DATALINK - net.anwiba.commons.jdbc.type.DatabaseType
- DATE - net.anwiba.commons.jdbc.type.DatabaseType
- DECIMAL - net.anwiba.commons.jdbc.type.DatabaseType
- DEFAULT - Static variable in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- DefaultDatabaseConnector - Class in net.anwiba.commons.jdbc.connection
- DefaultDatabaseConnector() - Constructor for class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
- DERBY - net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- DISTINCT - net.anwiba.commons.jdbc.type.DatabaseType
- DOUBLE - net.anwiba.commons.jdbc.type.DatabaseType
- dropIndex(Connection, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- dropTable(Connection, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
E
- empty_string_value - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
- equals(Object) - Method in class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- equals(Object) - Method in class net.anwiba.commons.jdbc.name.DatabaseIndexName
- equals(Object) - Method in class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- equals(Object) - Method in class net.anwiba.commons.jdbc.name.DatabaseTableName
- equals(Object) - Method in class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- equals(Object) - Method in class net.anwiba.commons.jdbc.software.JdbcPattern
- execute(Connection) - Method in interface net.anwiba.commons.jdbc.connection.IPostConnectionProcedure
- execute(Connection, File) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- execute(Connection, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- execute(Connection, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- execute(Connection, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- execute(Connection, String, IProcedure<PreparedStatement, SQLException>, IProcedure<ResultSet, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- execute(Statement, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- execute(IDatabaseConnector, IJdbcConnectionDescription, IProcedure<Connection, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- exists(Connection, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- exists(IDatabaseConnector, IJdbcConnectionDescription) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
F
- FileDatabaseSoftware - Enum in net.anwiba.commons.jdbc.software
- FLOAT - net.anwiba.commons.jdbc.type.DatabaseType
- foreach(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IProcedure<PreparedStatement, SQLException>, IConsumer<IResult, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- FOREIGN_KEY - net.anwiba.commons.jdbc.constraint.ConstraintType
G
- getApplicableTypes() - Static method in class net.anwiba.commons.jdbc.software.DatabaseSoftwareUtilities
- getArray(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getArray(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getArray(String) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getArray(String) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getAsciiStream(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getAsciiStream(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getAsString(Statement, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getAutoCommit() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getBinaryStream(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getBinaryStream(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getBoolean(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getBoolean(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getBoolean(int, boolean) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getBoolean(int, boolean) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getByDriverNamw(String) - Static method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getByName(String) - Static method in enum net.anwiba.commons.jdbc.type.DatabaseType
- getByte(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getByte(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getByte(int, byte) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getByte(int, byte) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getBytes(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getBytes(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getByTypeId(int) - Static method in enum net.anwiba.commons.jdbc.type.DatabaseType
- getByUrl(String) - Static method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getByUrl(String) - Static method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- getCatalog() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getCatalogName() - Method in class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- getCatalogName() - Method in class net.anwiba.commons.jdbc.name.DatabaseIndexName
- getCatalogName() - Method in class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- getCatalogName() - Method in class net.anwiba.commons.jdbc.name.DatabaseTableName
- getCatalogName() - Method in class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- getCatalogName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseConstraintName
- getCatalogName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseIndexName
- getCatalogName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseSequenceName
- getCatalogName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseTableName
- getCatalogName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseTriggerName
- getClientInfo() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getClientInfo(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getCode() - Method in interface net.anwiba.commons.jdbc.metadata.IDataBaseType
- getCode() - Method in enum net.anwiba.commons.jdbc.type.DatabaseType
- getColumnConstaints(String, Map<String, Constraint>) - Static method in class net.anwiba.commons.jdbc.constraint.ConstraintsUtilities
- getColumnCount() - Method in interface net.anwiba.commons.jdbc.metadata.ITableMetaData
- getColumnCount() - Method in class net.anwiba.commons.jdbc.metadata.TableMetaData
- getColumnCount() - Method in class net.anwiba.commons.jdbc.metadata.TableResultSetMetaData
- getColumnMetaData(int) - Method in interface net.anwiba.commons.jdbc.metadata.ITableMetaData
- getColumnMetaData(int) - Method in class net.anwiba.commons.jdbc.metadata.TableMetaData
- getColumnMetaData(int) - Method in class net.anwiba.commons.jdbc.metadata.TableResultSetMetaData
- getColumnName() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- getColumnName() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- getColumnName() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- getColumnName() - Method in class net.anwiba.commons.jdbc.name.DatabaseColumnName
- getColumnName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseColumnName
- getColumnNames() - Method in class net.anwiba.commons.jdbc.constraint.Constraint
- getColumnNames() - Method in interface net.anwiba.commons.jdbc.result.IResult
- getColumnNames() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getCondition() - Method in class net.anwiba.commons.jdbc.constraint.Constraint
- getConnection() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getConstraint(Map<String, Constraint>, String, ConstraintType, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getConstraintMetadata(Connection, IDatabaseConstraintName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getConstraintMetadata(Connection, IDatabaseConstraintName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getConstraintName() - Method in class net.anwiba.commons.jdbc.constraint.Constraint
- getConstraintName() - Method in class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- getConstraintName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseConstraintName
- getConstraints() - Method in interface net.anwiba.commons.jdbc.metadata.ITableMetaData
- getConstraints() - Method in class net.anwiba.commons.jdbc.metadata.TableMetaData
- getConstraints() - Method in class net.anwiba.commons.jdbc.metadata.TableResultSetMetaData
- getConstraints(Connection, IDatabaseTableName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getConstraints(Connection, IDatabaseTableName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getDatabaseSoftware() - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
- getDatabaseTable() - Method in class net.anwiba.commons.jdbc.name.DatabaseColumnName
- getDatabaseTable() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseColumnName
- getDate(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getDate(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getDefaultJdbcUrlPatternName() - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getDefaultJdbcUrlPatternName() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- getDefaultJdbcUrlPatternName() - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- getDescription() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- getDescription() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- getDescription() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- getDouble(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getDouble(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getDouble(int, double) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getDouble(int, double) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getDriver() - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getDriver() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- getDriver() - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- getDriverName() - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
- getDriverName() - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getDriverName() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- getDriverName() - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- getFacade(IJdbcConnectionDescription) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacadeProvider
- getFacade(IJdbcConnectionDescription) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacadeProvider
- getFloat(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getFloat(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getFloat(int, float) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getFloat(int, float) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getGisSupportingTypes() - Static method in class net.anwiba.commons.jdbc.software.DatabaseSoftwareUtilities
- getHoldability() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getIdentifier() - Method in interface net.anwiba.commons.jdbc.software.IJdbcPattern
- getIdentifier() - Method in class net.anwiba.commons.jdbc.software.JdbcPattern
- getIdentifierNames(Map<String, Constraint>) - Static method in class net.anwiba.commons.jdbc.constraint.ConstraintsUtilities
- getIndexMetadata(Connection, IDatabaseIndexName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getIndexMetadata(Connection, IDatabaseIndexName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getIndexName() - Method in class net.anwiba.commons.jdbc.name.DatabaseIndexName
- getIndexName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseIndexName
- getIndicies(Connection, IDatabaseTableName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getIndicies(Connection, IDatabaseTableName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getInputStream(BiFunction<Class, String, InputStream>, Class, String) - Static method in class net.anwiba.commons.jdbc.resource.ResourceUtilities
- getInteger(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getInteger(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getInteger(int, int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getInteger(int, int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getJdbcUrlPattern(String) - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getJdbcUrlPattern(String) - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- getJdbcUrlPattern(String) - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- getJdbcUrlPatterns() - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getJdbcUrlPatterns() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- getJdbcUrlPatterns() - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- getLabel() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- getLabel() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- getLabel() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- getLength() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- getLength() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- getLength() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- getLong(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getLong(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getLong(int, long) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getLong(int, long) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getMajorVersion(Connection) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getMetaData() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getMinorVersion(Connection) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getName() - Method in interface net.anwiba.commons.jdbc.database.INamedTableFilter
- getName() - Method in class net.anwiba.commons.jdbc.name.DatabaseColumnName
- getName() - Method in class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- getName() - Method in class net.anwiba.commons.jdbc.name.DatabaseIndexName
- getName() - Method in class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- getName() - Method in class net.anwiba.commons.jdbc.name.DatabaseTableName
- getName() - Method in class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- getName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseColumnName
- getName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseConstraintName
- getName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseIndexName
- getName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseSequenceName
- getName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseTableName
- getName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseTriggerName
- getNetworkTimeout() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getNumberOfValues() - Method in interface net.anwiba.commons.jdbc.result.IResult
- getNumberOfValues() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getObject(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getObject(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getObject(String) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getObject(String) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getObject(Connection) - Method in interface net.anwiba.commons.jdbc.value.IDatabaseValue
- getOwner(Connection, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getPassword() - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
- getPattern() - Method in interface net.anwiba.commons.jdbc.software.IJdbcPattern
- getPattern() - Method in class net.anwiba.commons.jdbc.software.JdbcPattern
- getPort() - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getPort() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- getPort() - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- getProduct(Connection) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getProperties() - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
- getProtocol() - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
- getProtocol() - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- getProtocol() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- getProtocol() - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- getRow() - Method in interface net.anwiba.commons.jdbc.result.IResult
- getRow() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getScale() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- getScale() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- getScale() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- getSchema() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getSchemaName() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- getSchemaName() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- getSchemaName() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- getSchemaName() - Method in class net.anwiba.commons.jdbc.name.DatabaseColumnName
- getSchemaName() - Method in class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- getSchemaName() - Method in class net.anwiba.commons.jdbc.name.DatabaseIndexName
- getSchemaName() - Method in class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- getSchemaName() - Method in class net.anwiba.commons.jdbc.name.DatabaseTableName
- getSchemaName() - Method in class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- getSchemaName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseColumnName
- getSchemaName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseConstraintName
- getSchemaName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseIndexName
- getSchemaName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseSequenceName
- getSchemaName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseTableName
- getSchemaName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseTriggerName
- getSchemaName(Connection, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getSchemaNames(Connection, String) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getSchemaNames(Connection, String) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getSequenceMetadata(Connection, IDatabaseSequenceName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getSequenceMetadata(Connection, IDatabaseSequenceName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getSequenceName() - Method in class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- getSequenceName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseSequenceName
- getSequences(Connection, String) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getSequences(Connection, String) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getShort(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getShort(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getShort(int, short) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getShort(int, short) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getStatementString(Connection, double, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getString(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getString(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getString(String) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getString(String) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getTableFilters() - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getTableFilters() - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getTableMetadata(Connection, IDatabaseTableName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getTableMetadata(Connection, IDatabaseTableName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getTableName() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- getTableName() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- getTableName() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- getTableName() - Method in class net.anwiba.commons.jdbc.name.DatabaseColumnName
- getTableName() - Method in class net.anwiba.commons.jdbc.name.DatabaseTableName
- getTableName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseColumnName
- getTableName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseTableName
- getTables(Connection, String) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getTables(Connection, String) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getTableStatement(Connection, IDatabaseTableName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getTableStatement(Connection, IDatabaseTableName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getTableTypes(DatabaseMetaData, IApplicable<String>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getTime(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getTime(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getTimestamp(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
- getTimestamp(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- getTransactionIsolation() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getTriggerMetadata(Connection, IDatabaseTriggerName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getTriggerMetadata(Connection, IDatabaseTriggerName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getTriggerName() - Method in class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- getTriggerName() - Method in interface net.anwiba.commons.jdbc.name.IDatabaseTriggerName
- getTriggers(Connection, IDatabaseTableName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getTriggers(Connection, IDatabaseTableName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getTriggerStatement(Connection, IDatabaseTriggerName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- getTriggerStatement(Connection, IDatabaseTriggerName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- getType() - Method in class net.anwiba.commons.jdbc.constraint.Constraint
- getType() - Method in interface net.anwiba.commons.jdbc.value.IDatabaseValue
- getTypeById(char) - Static method in enum net.anwiba.commons.jdbc.constraint.ConstraintType
- getTypeById(String) - Static method in enum net.anwiba.commons.jdbc.constraint.ConstraintType
- getTypeMap() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getTypeName() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- getTypeName() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- getTypeName() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- getTypeName() - Method in interface net.anwiba.commons.jdbc.value.IDatabaseValue
- getUrl() - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
- getUserName() - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
- getVersion(Connection) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getVersionAsDouble(Connection) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- getWarnings() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- getWarredConnection() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
H
- H2 - net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- H2 - net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- HANA - net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- hasColumn(String) - Method in interface net.anwiba.commons.jdbc.result.IResult
- hasColumn(String) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- hashCode() - Method in class net.anwiba.commons.jdbc.name.DatabaseConstraintName
- hashCode() - Method in class net.anwiba.commons.jdbc.name.DatabaseIndexName
- hashCode() - Method in class net.anwiba.commons.jdbc.name.DatabaseSequenceName
- hashCode() - Method in class net.anwiba.commons.jdbc.name.DatabaseTableName
- hashCode() - Method in class net.anwiba.commons.jdbc.name.DatabaseTriggerName
- hashCode() - Method in class net.anwiba.commons.jdbc.software.JdbcPattern
- hasNext() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultsAdapter
I
- IBatchTransfer - Interface in net.anwiba.commons.jdbc
- IColumnMetaData - Interface in net.anwiba.commons.jdbc.metadata
- IDatabaseColumnName - Interface in net.anwiba.commons.jdbc.name
- IDatabaseConnector - Interface in net.anwiba.commons.jdbc.connection
- IDatabaseConnectorRegistry - Interface in net.anwiba.commons.jdbc.connection
- IDatabaseConstraintName - Interface in net.anwiba.commons.jdbc.name
- IDatabaseFacade - Interface in net.anwiba.commons.jdbc.database
- IDatabaseFacadeProvider - Interface in net.anwiba.commons.jdbc.database
- IDatabaseFacadeRegistry - Interface in net.anwiba.commons.jdbc.database
- IDatabaseIndexName - Interface in net.anwiba.commons.jdbc.name
- IDatabaseNamesConstants - Interface in net.anwiba.commons.jdbc.name
- IDatabaseNamesConverter - Interface in net.anwiba.commons.jdbc.name
- IDatabaseSequenceName - Interface in net.anwiba.commons.jdbc.name
- IDatabaseSoftware - Interface in net.anwiba.commons.jdbc.software
- IDatabaseTableName - Interface in net.anwiba.commons.jdbc.name
- IDatabaseTriggerName - Interface in net.anwiba.commons.jdbc.name
- IDataBaseType - Interface in net.anwiba.commons.jdbc.metadata
- IDatabaseTypeVisitor<T,E extends java.lang.Exception> - Interface in net.anwiba.commons.jdbc.type
- IDatabaseValue - Interface in net.anwiba.commons.jdbc.value
- IDatabaseVersionListFactory - Interface in net.anwiba.commons.jdbc.database
- IJdbcConnectionDescription - Interface in net.anwiba.commons.jdbc.connection
- IJdbcPattern - Interface in net.anwiba.commons.jdbc.software
- INamedTableFilter - Interface in net.anwiba.commons.jdbc.database
- initialize(Class<?>, BiFunction<Class, String, InputStream>) - Static method in class net.anwiba.commons.jdbc.resource.AbstractStatementString
- INTEGER - net.anwiba.commons.jdbc.type.DatabaseType
- IPostConnectionProcedure - Interface in net.anwiba.commons.jdbc.connection
- IRegisterableDatabaseConnector - Interface in net.anwiba.commons.jdbc.connection
- IRegistrableDatabaseFacade - Interface in net.anwiba.commons.jdbc.database
- IResult - Interface in net.anwiba.commons.jdbc.result
- IResults - Interface in net.anwiba.commons.jdbc.result
- isApplicable() - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- isApplicable() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- isApplicable() - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- isApplicable(String) - Method in class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
- isApplicable(Throwable) - Method in class net.anwiba.commons.jdbc.SqlExceptionToAdditionalThrowableIterable
- isApplicable(Throwable) - Method in class net.anwiba.commons.jdbc.SqlExceptionToStringConverter
- isClosed() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- isClosed() - Method in interface net.anwiba.commons.jdbc.result.IResults
- isClosed() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultsAdapter
- isConnectable(String, String, String) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
- isConnectable(String, String, String) - Method in class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
- isConnectable(String, String, String) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
- isConnectable(IJdbcConnectionDescription) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
- isGisSupportApplicable() - Method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- isGisSupportApplicable() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- isGisSupportApplicable() - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- isKey() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- isKey() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- isKey() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- isNullable() - Method in class net.anwiba.commons.jdbc.metadata.ColumnMetaData
- isNullable() - Method in class net.anwiba.commons.jdbc.metadata.ColumnResultSetMetadata
- isNullable() - Method in interface net.anwiba.commons.jdbc.metadata.IColumnMetaData
- isPrimaryKey() - Method in class net.anwiba.commons.jdbc.constraint.Constraint
- isPrimaryKey(Map<String, Constraint>, String) - Static method in class net.anwiba.commons.jdbc.constraint.ConstraintsUtilities
- isReadOnly() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- isTable(IDatabaseTableName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- isTable(IDatabaseTableName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- isValid(int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- isWrapperFor(Class<?>) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- ITableMetaData - Interface in net.anwiba.commons.jdbc.metadata
- iterable(Throwable) - Method in class net.anwiba.commons.jdbc.SqlExceptionToAdditionalThrowableIterable
- iterator() - Method in class net.anwiba.commons.jdbc.metadata.TableMetaData
- iterator() - Method in class net.anwiba.commons.jdbc.metadata.TableResultSetMetaData
J
- JAVA_OBJECT - net.anwiba.commons.jdbc.type.DatabaseType
- JdbcFileSystemUrlStringResolver - Class in net.anwiba.commons.jdbc.resource
- JdbcFileSystemUrlStringResolver(String) - Constructor for class net.anwiba.commons.jdbc.resource.JdbcFileSystemUrlStringResolver
- JdbcPattern - Class in net.anwiba.commons.jdbc.software
- JdbcPattern(String, String) - Constructor for class net.anwiba.commons.jdbc.software.JdbcPattern
- JdbcServiceUrlStringResolver - Class in net.anwiba.commons.jdbc.resource
- JdbcServiceUrlStringResolver(String) - Constructor for class net.anwiba.commons.jdbc.resource.JdbcServiceUrlStringResolver
- JdbcServiceUrlStringResolver(String, Map<String, String>) - Constructor for class net.anwiba.commons.jdbc.resource.JdbcServiceUrlStringResolver
L
- loadDriver(String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- LONGNVARCHAR - net.anwiba.commons.jdbc.type.DatabaseType
- longResult(Connection, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- longResult(Connection, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- longResult(Connection, String, IProcedure<PreparedStatement, SQLException>, IConverter<IOptional<IResult, SQLException>, Long, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- longResult(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- LONGVARBINARY - net.anwiba.commons.jdbc.type.DatabaseType
- LONGVARCHAR - net.anwiba.commons.jdbc.type.DatabaseType
M
- MATERIALIZED_VIEW - net.anwiba.commons.jdbc.type.TableType
- more_than_i0_characters - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
N
- name() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- nativeSQL(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- NCHAR - net.anwiba.commons.jdbc.type.DatabaseType
- NCLOB - net.anwiba.commons.jdbc.type.DatabaseType
- net.anwiba.commons.jdbc - package net.anwiba.commons.jdbc
- net.anwiba.commons.jdbc.connection - package net.anwiba.commons.jdbc.connection
- net.anwiba.commons.jdbc.constraint - package net.anwiba.commons.jdbc.constraint
- net.anwiba.commons.jdbc.database - package net.anwiba.commons.jdbc.database
- net.anwiba.commons.jdbc.metadata - package net.anwiba.commons.jdbc.metadata
- net.anwiba.commons.jdbc.name - package net.anwiba.commons.jdbc.name
- net.anwiba.commons.jdbc.resource - package net.anwiba.commons.jdbc.resource
- net.anwiba.commons.jdbc.result - package net.anwiba.commons.jdbc.result
- net.anwiba.commons.jdbc.software - package net.anwiba.commons.jdbc.software
- net.anwiba.commons.jdbc.type - package net.anwiba.commons.jdbc.type
- net.anwiba.commons.jdbc.value - package net.anwiba.commons.jdbc.value
- next() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultsAdapter
- next(Connection, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- NONE - net.anwiba.commons.jdbc.constraint.ConstraintType
- NULL - net.anwiba.commons.jdbc.type.DatabaseType
- null_or_empty_string_value - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
- null_value - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
- NUMERIC - net.anwiba.commons.jdbc.type.DatabaseType
- NVARCHAR - net.anwiba.commons.jdbc.type.DatabaseType
O
- ORACLE - net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- OTHER - net.anwiba.commons.jdbc.type.DatabaseType
P
- POSTGRES - net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
- prepareCall(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- prepareCall(String, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- prepareCall(String, int, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- prepareStatement(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- prepareStatement(String, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- prepareStatement(String, int[]) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- prepareStatement(String, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- prepareStatement(String, int, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- prepareStatement(String, String[]) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- PRIMARY_KEY - net.anwiba.commons.jdbc.constraint.ConstraintType
Q
- query(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IProcedure<PreparedStatement, SQLException>, IConverter<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
R
- readConstraints(Connection, String, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- REAL - net.anwiba.commons.jdbc.type.DatabaseType
- REF - net.anwiba.commons.jdbc.type.DatabaseType
- releaseSavepoint(Savepoint) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- reserved_name - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
- RESERVED_NAMES - Static variable in interface net.anwiba.commons.jdbc.name.IDatabaseNamesConstants
- ResourceUtilities - Class in net.anwiba.commons.jdbc.resource
- ResourceUtilities() - Constructor for class net.anwiba.commons.jdbc.resource.ResourceUtilities
- result(Connection, String, IConverter<IOptional<IResult, SQLException>, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- result(Connection, String, IProcedure<PreparedStatement, SQLException>, IConverter<IOptional<IResult, SQLException>, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- result(IDatabaseConnector, IJdbcConnectionDescription, String, IConverter<IOptional<IResult, SQLException>, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- result(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>, IConverter<IOptional<IResult, SQLException>, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- result(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IProcedure<PreparedStatement, SQLException>, IConverter<IOptional<IResult, SQLException>, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(Connection, String, IConverter<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(Connection, String, IInterruptableFunction<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(Connection, String, IInterruptableProcedure<PreparedStatement, SQLException>, IInterruptableFunction<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(Connection, String, IProcedure<PreparedStatement, SQLException>, IConverter<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(IDatabaseConnector, IJdbcConnectionDescription, String, IConverter<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(IDatabaseConnector, IJdbcConnectionDescription, String, IInterruptableFunction<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>, IConverter<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IConverter<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IInterruptableProcedure<PreparedStatement, SQLException>, IInterruptableFunction<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- results(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IProcedure<PreparedStatement, SQLException>, IConverter<IResult, T, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- resultSet(Connection, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- resultSet(Connection, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- ResultSetToResultAdapter - Class in net.anwiba.commons.jdbc.result
- ResultSetToResultAdapter(ResultSet) - Constructor for class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- ResultSetToResultsAdapter - Class in net.anwiba.commons.jdbc.result
- ResultSetToResultsAdapter(ResultSet) - Constructor for class net.anwiba.commons.jdbc.result.ResultSetToResultsAdapter
- rollback() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- rollback(Savepoint) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- ROWID - net.anwiba.commons.jdbc.type.DatabaseType
S
- SERVICE - Static variable in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- ServiceDatabaseSoftware - Enum in net.anwiba.commons.jdbc.software
- setAutoCommit(boolean) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setCatalog(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setClientInfo(String, String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setClientInfo(Properties) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setHoldability(int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setNetworkTimeout(Executor, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setReadOnly(boolean) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setSavepoint() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setSavepoint(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setSchema(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setterProcedur(Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- setterProcedur(List) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- setTransactionIsolation(int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- setTypeMap(Map<String, Class<?>>) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- SID - Static variable in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- SMALLINT - net.anwiba.commons.jdbc.type.DatabaseType
- SPATIALITE - net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- SqlExceptionToAdditionalThrowableIterable - Class in net.anwiba.commons.jdbc
- SqlExceptionToAdditionalThrowableIterable() - Constructor for class net.anwiba.commons.jdbc.SqlExceptionToAdditionalThrowableIterable
- SqlExceptionToStringConverter - Class in net.anwiba.commons.jdbc
- SqlExceptionToStringConverter() - Constructor for class net.anwiba.commons.jdbc.SqlExceptionToStringConverter
- SQLITE - net.anwiba.commons.jdbc.software.FileDatabaseSoftware
- SQLXML - net.anwiba.commons.jdbc.type.DatabaseType
- SSL - Static variable in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- stringResult(Connection, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- stringResult(Connection, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- stringResult(Connection, String, IProcedure<PreparedStatement, SQLException>, IConverter<IOptional<IResult, SQLException>, String, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- stringResult(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- STRUCT - net.anwiba.commons.jdbc.type.DatabaseType
- supportsConstaints() - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- supportsConstaints() - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- supportsIndicies() - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- supportsIndicies() - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- supportsSequences() - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- supportsSequences() - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- supportsTables() - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- supportsTables() - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- supportsTableStatement() - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- supportsTableStatement() - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- supportsTrigger() - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
- supportsTrigger() - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
- SYNONYM - net.anwiba.commons.jdbc.type.TableType
T
- TABLE - net.anwiba.commons.jdbc.type.TableType
- TableMetaData - Class in net.anwiba.commons.jdbc.metadata
- TableMetaData(List<IColumnMetaData>, Map<String, Constraint>) - Constructor for class net.anwiba.commons.jdbc.metadata.TableMetaData
- TableResultSetMetaData - Class in net.anwiba.commons.jdbc.metadata
- TableResultSetMetaData(ResultSetMetaData) - Constructor for class net.anwiba.commons.jdbc.metadata.TableResultSetMetaData
- TableType - Enum in net.anwiba.commons.jdbc.type
- TCP - Static variable in interface net.anwiba.commons.jdbc.software.IDatabaseSoftware
- TIME - net.anwiba.commons.jdbc.type.DatabaseType
- TIMESTAMP - net.anwiba.commons.jdbc.type.DatabaseType
- TINYINT - net.anwiba.commons.jdbc.type.DatabaseType
- toString() - Method in class net.anwiba.commons.jdbc.name.DatabaseColumnName
- toString(Throwable) - Method in class net.anwiba.commons.jdbc.SqlExceptionToStringConverter
- toString(ResultSet) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- transfer() - Method in class net.anwiba.commons.jdbc.BatchTransfer
- transfer() - Method in interface net.anwiba.commons.jdbc.IBatchTransfer
- transfer(PreparedStatement) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
U
- UNIQUE - net.anwiba.commons.jdbc.constraint.ConstraintType
- UNKNOWN - net.anwiba.commons.jdbc.type.DatabaseType
- UNKNOWN - net.anwiba.commons.jdbc.type.TableType
- UnkownCoordinateReferenceSystemValidator_unkown_srid - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
- unsupported_character_at_index - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
- unwrap(Class<T>) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
- update(Connection, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- update(Connection, String, String[], Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- update(Connection, String, String[], IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- update(Connection, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- update(IDatabaseConnector, IJdbcConnectionDescription, String, String[], IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- update(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- update(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IAggregator<PreparedStatement, I, Boolean, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- update(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IConverter<I, List<IDatabaseValue>, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
V
- ValidationResultMessages - Class in net.anwiba.commons.jdbc.name
- value(Object, int) - Method in class net.anwiba.commons.jdbc.DatabaseUtilities
- value(Object, int, String) - Method in class net.anwiba.commons.jdbc.DatabaseUtilities
- valueOf(String) - Static method in enum net.anwiba.commons.jdbc.constraint.ConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.anwiba.commons.jdbc.type.DatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.anwiba.commons.jdbc.type.TableType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.anwiba.commons.jdbc.constraint.ConstraintType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.anwiba.commons.jdbc.software.FileDatabaseSoftware
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.anwiba.commons.jdbc.type.DatabaseType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.anwiba.commons.jdbc.type.TableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARBINARY - net.anwiba.commons.jdbc.type.DatabaseType
- VARCHAR - net.anwiba.commons.jdbc.type.DatabaseType
- version(Connection) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
- VIEW - net.anwiba.commons.jdbc.type.TableType
- visitBoolean() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitChar() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitDate() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitDouble() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitFloat() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitInteger() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitLong() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitNumeric() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitOther() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitShort() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitStrukt() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitTime() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitTimeStamp() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitUnknown() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitUnsupportedType() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
- visitVarchar() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
W
- whitespace_at_character - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
- WrappingConnection - Class in net.anwiba.commons.jdbc.connection
- WrappingConnection(Connection, IProcedure<WrappingConnection, SQLException>) - Constructor for class net.anwiba.commons.jdbc.connection.WrappingConnection
All Classes All Packages