Skip navigation links
A B C D E F G H I J L M N P Q R S T U V W 

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(IDatabaseSoftwareVisitor<T, E>) - Method in enum net.anwiba.commons.jdbc.software.ServiceDatabaseSoftware
 
accept(IDatabaseTypeVisitor<T, E>) - Method in enum net.anwiba.commons.jdbc.type.DatabaseType
 
add(IPostConnectionProcedure) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
 
add(IRegisterableDatabaseConnector) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
 
add(IRegisterableDatabaseConnector) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnectorRegistry
 
add(IPostConnectionProcedure) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnectorRegistry
 
add(IApplicable<Connection>, IProcedure<Connection, SQLException>) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnectorRegistry
 
add(String) - Method in class net.anwiba.commons.jdbc.constraint.Constraint
 
add(IRegistrableDatabaseFacade) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacadeProvider
 
add(IRegistrableDatabaseFacade) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacadeRegistry
 
addProperty(String, String) - Method in interface net.anwiba.commons.jdbc.connection.IJdbcConnectionDescription
 
adjustValue(Object) - 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
 
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
 

B

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
 
booleanResult(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
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
 

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
 
clearWarnings() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
close() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
close(Connection) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
close(Connection, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
close(Statement, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
close(ResultSet, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
close(IResults, SQLException) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
close(IResults) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
close(Statement) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
close(ResultSet) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
close() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultsAdapter
 
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, int, boolean) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
 
connect(String, String, String, int, boolean) - Method in class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
 
connectReadOnly(IJdbcConnectionDescription) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
 
connectReadOnly(IJdbcConnectionDescription, int) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
 
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(IJdbcConnectionDescription) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
 
connectReadOnly(IJdbcConnectionDescription, int) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
 
connectReadOnly(String, String, String, int) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
 
connectWritable(IJdbcConnectionDescription) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
 
connectWritable(IJdbcConnectionDescription, int) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
 
connectWritable(String, String, String, int) - Method in class net.anwiba.commons.jdbc.connection.DatabaseConnectorRegistry
 
connectWritable(String, String, String, int) - Method in class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
 
connectWritable(IJdbcConnectionDescription) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
 
connectWritable(IJdbcConnectionDescription, int) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
 
connectWritable(String, String, String, 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
 
containsBooleanConstraints(String, Constraint[]) - Static method in class net.anwiba.commons.jdbc.constraint.ConstraintsUtilities
 
containts(Connection, String, String, Object) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
containts_whitespace_character - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
 
convert(String) - Method in class net.anwiba.commons.jdbc.name.DatabaseNamesConverter
 
count(IDatabaseConnector, IJdbcConnectionDescription, String, Object...) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
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
 
create(Connection, String) - 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
 
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, boolean) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
createConnection(String, String, String) - 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(int, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
createStatement(int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
createStatement() - 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(IDatabaseTableName, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseColumnName
 
DatabaseColumnName(String, String, 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, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseConstraintName
 
DatabaseConstraintName(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, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseIndexName
 
DatabaseIndexName(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, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseSequenceName
 
DatabaseSequenceName(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, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseTableName
 
DatabaseTableName(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, String) - Constructor for class net.anwiba.commons.jdbc.name.DatabaseTriggerName
 
DatabaseTriggerName(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
 
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
 
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, String, IProcedure<PreparedStatement, SQLException>, IProcedure<ResultSet, SQLException>) - 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) - 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(IDatabaseConnector, IJdbcConnectionDescription, IProcedure<Connection, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
execute(Statement, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
exists(IDatabaseConnector, IJdbcConnectionDescription) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
exists(Connection, String, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 

F

FileDatabaseSoftware - Enum in net.anwiba.commons.jdbc.software
 

G

getApplicableTypes() - Static method in class net.anwiba.commons.jdbc.software.DatabaseSoftwareUtilities
 
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, boolean) - 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 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, byte) - 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 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(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
getClientInfo() - 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
 
getCondition() - Method in class net.anwiba.commons.jdbc.constraint.Constraint
 
getConnection() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
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(Connection, IDatabaseTableName) - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
 
getConstraints(Connection, IDatabaseTableName) - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
 
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
 
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, double) - 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 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, float) - 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 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
 
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
 
getInteger(int) - Method in interface net.anwiba.commons.jdbc.result.IResult
 
getInteger(int, 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 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, int) - Method in interface net.anwiba.commons.jdbc.result.IResult
 
getLong(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
 
getLong(int, int) - 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(String) - Method in interface net.anwiba.commons.jdbc.result.IResult
 
getObject(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
 
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(Connection, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
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
 
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, short) - 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 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(String) - Method in interface net.anwiba.commons.jdbc.result.IResult
 
getString(int) - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
 
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
 
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
 
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

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

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
 
IDatabaseSoftwareVisitor<T,E extends Exception> - 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 Exception> - Interface in net.anwiba.commons.jdbc.type
 
IDatabaseValue - Interface in net.anwiba.commons.jdbc.value
 
IJdbcConnectionDescription - Interface in net.anwiba.commons.jdbc.connection
 
IJdbcPattern - Interface in net.anwiba.commons.jdbc.software
 
INamedTableFilter - Interface in net.anwiba.commons.jdbc.database
 
initializeMessages(Class<?>) - Static method in class net.anwiba.commons.jdbc.resource.AbstractStatementString
 
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(String) - Method in class net.anwiba.commons.jdbc.connection.DefaultDatabaseConnector
 
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
 
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(IJdbcConnectionDescription) - Method in interface net.anwiba.commons.jdbc.connection.IDatabaseConnector
 
isConnectable(String, String, String) - 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
 

J

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
 
longResult(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
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
 

M

more_than_i0_characters - Static variable in class net.anwiba.commons.jdbc.name.ValidationResultMessages
 

N

nativeSQL(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
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(Connection, String) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
next() - Method in class net.anwiba.commons.jdbc.result.ResultSetToResultsAdapter
 
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
 

P

prepareCall(String, int, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
prepareCall(String, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
prepareCall(String) - 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, int, int) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
prepareStatement(String, 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) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 

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
 
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
 
result(IDatabaseConnector, IJdbcConnectionDescription, 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(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
 
results(IDatabaseConnector, IJdbcConnectionDescription, String, IConverter<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(Connection, String, IConverter<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(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, IProcedure<PreparedStatement, SQLException>, 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(IDatabaseConnector, IJdbcConnectionDescription, 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(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IInterruptableProcedure<PreparedStatement, SQLException>, IInterruptableFunction<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(Savepoint) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
rollback() - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 

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(String) - Method in class net.anwiba.commons.jdbc.connection.WrappingConnection
 
setSavepoint() - 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
 
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
 
stringResult(IDatabaseConnector, IJdbcConnectionDescription, String, IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
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
 
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
 
supportsTrigger() - Method in class net.anwiba.commons.jdbc.database.DatabaseFacade
 
supportsTrigger() - Method in interface net.anwiba.commons.jdbc.database.IDatabaseFacade
 

T

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
 
toString(ResultSet) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
toString() - Method in class net.anwiba.commons.jdbc.name.DatabaseColumnName
 

U

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, String[], Object...) - 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(Connection, String, String[], IProcedure<PreparedStatement, SQLException>) - Static method in class net.anwiba.commons.jdbc.DatabaseUtilities
 
update(Connection, String, Object...) - 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(Connection, String, IProcedure<PreparedStatement, 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
 
update(IFactory<IBlock<RuntimeException>, IWatcher, RuntimeException>, Connection, String, IAggregator<PreparedStatement, I, Boolean, 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.
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
 
visitHana() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftwareVisitor
 
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
 
visitOracle() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftwareVisitor
 
visitOther() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
 
visitPostgres() - Method in interface net.anwiba.commons.jdbc.software.IDatabaseSoftwareVisitor
 
visitShort() - Method in interface net.anwiba.commons.jdbc.type.IDatabaseTypeVisitor
 
visitStrukt() - 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
 
A B C D E F G H I J L M N P Q R S T U V W 
Skip navigation links

Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.