Index

A B C E F G H I M N P S T U V Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

acceptProperties(BiConsumer<? super String, Object>) - Method in class com.github.jinahya.database.metadata.bind.Context
Accepts names and results of readable properties, of the wrapped Context.metadata, to specified consumer.
acceptValues(BiConsumer<? super Method, Object>) - Method in class com.github.jinahya.database.metadata.bind.Context
Accepts simple methods and their results, of the wrapped metadata, to specified consumer.
Attribute - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getAttributes(String, String, String, String) method.
Attribute() - Constructor for class com.github.jinahya.database.metadata.bind.Attribute
 
ATTRIBUTE_NO_NULLS - Enum constant in enum class com.github.jinahya.database.metadata.bind.Attribute.Nullable
ATTRIBUTE_NULLABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.Attribute.Nullable
ATTRIBUTE_NULLABLE_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.Attribute.Nullable
Attribute.Nullable - Enum Class in com.github.jinahya.database.metadata.bind
Constants for "NULLABLE" column values.

B

BEST_ROW_NOT_PSEUDO - Enum constant in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
BEST_ROW_PSEUDO - Enum constant in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
BEST_ROW_SESSION - Enum constant in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
BEST_ROW_TEMPORARY - Enum constant in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
BEST_ROW_TRANSACTION - Enum constant in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
BEST_ROW_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
BestRowIdentifier - Class in com.github.jinahya.database.metadata.bind
BestRowIdentifier() - Constructor for class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
BestRowIdentifier.PseudoColumn - Enum Class in com.github.jinahya.database.metadata.bind
Constants for "PSEUDO_COLUMN" column values.
BestRowIdentifier.Scope - Enum Class in com.github.jinahya.database.metadata.bind
Constants for "SCOPE" column values.

C

Catalog - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getCatalogs() method.
Catalog() - Constructor for class com.github.jinahya.database.metadata.bind.Catalog
 
ClientInfoProperty - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getClientInfoProperties() method.
ClientInfoProperty() - Constructor for class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
Column - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getColumns(String, String, String, String) method.
Column() - Constructor for class com.github.jinahya.database.metadata.bind.Column
 
COLUMN_LABEL_CASE_SENSITIVE - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "CASE_SENSITIVE".
COLUMN_LABEL_CLASS_NAME - Static variable in class com.github.jinahya.database.metadata.bind.UDT
A column label of "CLASS_NAME".
COLUMN_LABEL_COLUMN_IS_NULLABLE - Static variable in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
COLUMN_LABEL_COLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
COLUMN_LABEL_COLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.Column
The column label of "COLUMN_NAME".
COLUMN_LABEL_COLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
COLUMN_LABEL_COLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
COLUMN_LABEL_COLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PrimaryKey
The column label of "COLUMN_NAME".
COLUMN_LABEL_COLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
COLUMN_LABEL_COLUMN_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
COLUMN_LABEL_COLUMN_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.ProcedureColumn
 
COLUMN_LABEL_CREATE_PARAMS - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "CREATE_PARAMS".
COLUMN_LABEL_DATA_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
COLUMN_LABEL_DATA_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "DATA_TYPE".
COLUMN_LABEL_DATA_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.UDT
A column label of "DATA_TYPE".
COLUMN_LABEL_DEFAULT_VALUE - Static variable in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
The column label of "DEFAULT_VALUE".
COLUMN_LABEL_DESCRIPTION - Static variable in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
The column label of "DESCRIPTION".
COLUMN_LABEL_FUNCTION_CAT - Static variable in class com.github.jinahya.database.metadata.bind.Function
A column label of "FUNCTION_CAT".
COLUMN_LABEL_FUNCTION_CAT - Static variable in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
COLUMN_LABEL_FUNCTION_NAME - Static variable in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
COLUMN_LABEL_FUNCTION_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.Function
A column label of "FUNCTION_SCHEM".
COLUMN_LABEL_FUNCTION_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
COLUMN_LABEL_FUNCTION_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.Function
A column label of "FUNCTION_TYPE".
COLUMN_LABEL_IS_AUTOINCREMENT - Static variable in class com.github.jinahya.database.metadata.bind.Column
 
COLUMN_LABEL_IS_GENERATEDCOLUMN - Static variable in class com.github.jinahya.database.metadata.bind.Column
 
COLUMN_LABEL_IS_GRANTABLE - Static variable in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
COLUMN_LABEL_IS_NULLABLE - Static variable in class com.github.jinahya.database.metadata.bind.Attribute
 
COLUMN_LABEL_IS_NULLABLE - Static variable in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
COLUMN_LABEL_KEY_SEQ - Static variable in class com.github.jinahya.database.metadata.bind.PrimaryKey
The column label of "KEY_SEQ".
COLUMN_LABEL_LITERAL_PREFIX - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "LITERAL_PREFIX".
COLUMN_LABEL_LITERAL_SUFFIX - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "LITERAL_SUFFIX".
COLUMN_LABEL_MAX_LEN - Static variable in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
The column label of "MAX_LEN".
COLUMN_LABEL_NAME - Static variable in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
The column label of "NAME".
COLUMN_LABEL_NULLABLE - Static variable in class com.github.jinahya.database.metadata.bind.Attribute
 
COLUMN_LABEL_NULLABLE - Static variable in class com.github.jinahya.database.metadata.bind.Column
The column label of "NULLABLE".
COLUMN_LABEL_NULLABLE - Static variable in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
COLUMN_LABEL_NULLABLE - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "NULLABLE".
COLUMN_LABEL_PK_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PrimaryKey
The column label of "PK_NAME".
COLUMN_LABEL_PRECISION - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "PRECISION".
COLUMN_LABEL_PROCEDURE_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.Procedure
A colum label of "PROCEDURE_TYPE".
COLUMN_LABEL_PSEUDO_COLUMN - Static variable in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
COLUMN_LABEL_PSEUDO_COLUMN - Static variable in class com.github.jinahya.database.metadata.bind.VersionColumn
 
COLUMN_LABEL_SCOPE - Static variable in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
COLUMN_LABEL_SEARCHABLE - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "SEARCHABLE".
COLUMN_LABEL_SPECIFIC_NAME - Static variable in class com.github.jinahya.database.metadata.bind.Procedure
A colum label of "SPECIFIC_NAME".
COLUMN_LABEL_SUPERTABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.SuperTable
 
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.Catalog
A column label of "TABLE_CAT".
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.Column
The column label of "TABLE_CAT".
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.IndexInfo
 
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.PrimaryKey
The column label of "TABLE_CAT".
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.SuperTable
 
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.Table
The column label of "TABLE_CAT".
COLUMN_LABEL_TABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.TablePrivilege
The column label of "TABLE_CAT".
COLUMN_LABEL_TABLE_CATALOG - Static variable in class com.github.jinahya.database.metadata.bind.Schema
A column label of "TABLE_CATALOG".
COLUMN_LABEL_TABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.Column
The column label of "TABLE_NAME".
COLUMN_LABEL_TABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
COLUMN_LABEL_TABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.IndexInfo
 
COLUMN_LABEL_TABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PrimaryKey
The column label of "TABLE_NAME".
COLUMN_LABEL_TABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
COLUMN_LABEL_TABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.SuperTable
 
COLUMN_LABEL_TABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.Table
The column label of "TABLE_NAME".
COLUMN_LABEL_TABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.TablePrivilege
The column label of "TABLE_NAME".
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.Column
The column label of "TABLE_SCHEM".
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.IndexInfo
 
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.PrimaryKey
The column label of "TABLE_SCHEM".
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.Schema
A column label of "TABLE_SCHEM".
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.SuperTable
 
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.Table
The column label of "TABLE_SCHEM".
COLUMN_LABEL_TABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.TablePrivilege
The column label of "TABLE_SCHEM".
COLUMN_LABEL_TABLE_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.Table
The column label of "TABLE_TYPE".
COLUMN_LABEL_TABLE_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.TableType
 
COLUMN_LABEL_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.IndexInfo
 
COLUMN_LABEL_TYPE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.Attribute
 
COLUMN_LABEL_TYPE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.UDT
A column label of "TYPE_CAT".
COLUMN_LABEL_TYPE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.TypeInfo
A column label of "TYPE_NAME".
COLUMN_LABEL_TYPE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.UDT
A column label of "TYPE_NAME".
COLUMN_LABEL_TYPE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.Attribute
 
COLUMN_LABEL_TYPE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.UDT
A column label of "TYPE_SCHEM".
COLUMN_LABEL_UPDATE_RULE - Static variable in class com.github.jinahya.database.metadata.bind.CrossReference
A column label of "UPDATE_RULE".
COLUMN_NAME_DEFERRABILITY - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "DEFERRABILITY".
COLUMN_NAME_DELETE_RULE - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "DELETE_RULE".
COLUMN_NAME_FK_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "FK_NAME".
COLUMN_NAME_FKCOLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "FKCOLUMN_NAME".
COLUMN_NAME_FKTABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "FKTABLE_CAT".
COLUMN_NAME_FKTABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "FKTABLE_NAME".
COLUMN_NAME_FKTABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "FKTABLE_SCHEM".
COLUMN_NAME_KEY_SEQ - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "KEY_SEQ".
COLUMN_NAME_NULLABLE - Static variable in class com.github.jinahya.database.metadata.bind.ProcedureColumn
 
COLUMN_NAME_PK_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "PK_NAME".
COLUMN_NAME_PKCOLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "PKCOLUMN_NAME".
COLUMN_NAME_PKTABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "PKTABLE_CAT".
COLUMN_NAME_PKTABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "PKTABLE_NAME".
COLUMN_NAME_PKTABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "PKTABLE_SCHEM".
COLUMN_NAME_UPDATE_RULE - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
The column label of "UPDATE_RULE".
COLUMN_NO_NULLS - Enum constant in enum class com.github.jinahya.database.metadata.bind.Column.Nullable
COLUMN_NULLABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.Column.Nullable
COLUMN_NULLABLE_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.Column.Nullable
COLUMN_VALUE_COLUMN_IS_NULLABLE_EMPTY - Static variable in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
COLUMN_VALUE_COLUMN_IS_NULLABLE_NO - Static variable in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
COLUMN_VALUE_COLUMN_IS_NULLABLE_YES - Static variable in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
COLUMN_VALUE_IS_GRANTABLE_NO - Static variable in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
COLUMN_VALUE_IS_GRANTABLE_YES - Static variable in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
COLUMN_VALUE_IS_NULLABLE_EMPTY - Static variable in class com.github.jinahya.database.metadata.bind.Attribute
 
COLUMN_VALUE_IS_NULLABLE_NO - Static variable in class com.github.jinahya.database.metadata.bind.Attribute
 
COLUMN_VALUE_IS_NULLABLE_YES - Static variable in class com.github.jinahya.database.metadata.bind.Attribute
 
COLUMN_VALUES_DATA_TYPE - Static variable in class com.github.jinahya.database.metadata.bind.UDT
 
COLUMN_VALUES_DATA_TYPE_DISTINCT - Static variable in class com.github.jinahya.database.metadata.bind.UDT
 
COLUMN_VALUES_DATA_TYPE_JAVA_OBJECT - Static variable in class com.github.jinahya.database.metadata.bind.UDT
 
COLUMN_VALUES_DATA_TYPE_STRUCT - Static variable in class com.github.jinahya.database.metadata.bind.UDT
 
Column.Nullable - Enum Class in com.github.jinahya.database.metadata.bind
Constants for "NULLABLE" column values.
ColumnPrivilege - Class in com.github.jinahya.database.metadata.bind
ColumnPrivilege() - Constructor for class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
ColumnPrivilege.IsGrantable - Enum Class in com.github.jinahya.database.metadata.bind
 
com.github.jinahya.database.metadata.bind - module com.github.jinahya.database.metadata.bind
 
com.github.jinahya.database.metadata.bind - package com.github.jinahya.database.metadata.bind
Defines classes for binding results of methods defined in DatabaseMetaData.
Context - Class in com.github.jinahya.database.metadata.bind
A class for retrieving information from an instance of DatabaseMetaData.
Context(DatabaseMetaData) - Constructor for class com.github.jinahya.database.metadata.bind.Context
Creates a new instance with specified instance of DatabaseMetaData.
CrossReference - Class in com.github.jinahya.database.metadata.bind
CrossReference() - Constructor for class com.github.jinahya.database.metadata.bind.CrossReference
 

E

equals(Object) - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.Catalog
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.Column
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.ExportedKey
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.Function
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.ImportedKey
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.IndexInfo
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.PortedKey
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.ProcedureColumn
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.Schema
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.TablePrivilege
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.TableType
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.TypeInfo
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.UDT
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.VersionColumn
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.Table
 
ExportedKey - Class in com.github.jinahya.database.metadata.bind
An abstract class for binding results of the DatabaseMetaData.getExportedKeys(String, String, String) method.
ExportedKey() - Constructor for class com.github.jinahya.database.metadata.bind.ExportedKey
 

F

fieldValue() - Method in enum class com.github.jinahya.database.metadata.bind.ColumnPrivilege.IsGrantable
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.Attribute.Nullable
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.Column.Nullable
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.Function.FunctionType
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.Nullable
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.IndexInfo.Type
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeferrability
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.Nullable
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
 
fieldValueAsInt() - Method in enum class com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
 
Function - Class in com.github.jinahya.database.metadata.bind
Function() - Constructor for class com.github.jinahya.database.metadata.bind.Function
 
FUNCTION_COLUMN_IN - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_COLUMN_IN_OUT - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_COLUMN_OUT - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_COLUMN_RESULT - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_COLUMN_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_NO_NULLS - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.Nullable
 
FUNCTION_NO_TABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.Function.FunctionType
FUNCTION_NULLABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.Nullable
 
FUNCTION_NULLABLE_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.Nullable
 
FUNCTION_RESULT_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.Function.FunctionType
FUNCTION_RETURN - Enum constant in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_RETURNS_TABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.Function.FunctionType
Function.FunctionType - Enum Class in com.github.jinahya.database.metadata.bind
Constants for "FUNCTION_TYPE" column values.
FunctionColumn - Class in com.github.jinahya.database.metadata.bind
FunctionColumn() - Constructor for class com.github.jinahya.database.metadata.bind.FunctionColumn
 
FunctionColumn.ColumnType - Enum Class in com.github.jinahya.database.metadata.bind
Constants for "COLUMN_TYPE" column values.
FunctionColumn.Nullable - Enum Class in com.github.jinahya.database.metadata.bind
 

G

getAttributes(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getAttributes(catalog, schemaPattern, typeNamePattern, attributeNamePattern) method, on the wrapped Context.metadata, with given arguments, and returns a list of bound values.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getBestRowIdentifier(catalog, schema, table, scope, nullable) method, on the wrapped Context.metadata, with given arguments, and returns a list of bound values.
getCatalogs() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getCatalogs() method, and returns a list of bound values.
getClientInfoProperties() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getClientInfoProperties() method, on the wrapped Context.metadata, and returns a list of bound values.
getColumnPrivileges(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getColumnPrivileges(catalog, schema, table, columnNamePattern) method, on the wrapped Context.metadata, with given arguments, and returns a list of bound values.
getColumns(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getColumns(catalog, schemaPattern, * tableNamePattern, columnNamePattern) method with given arguments, and returns a list of bound values.
getCrossReference(String, String, String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getCrossReference(parentCatalog, parentSchema, parentTable, foreignCatalog, foreignSchema, foreignTable) method, on the wrapped Context.metadata, with given arguments, and returns a list of bound values.
getExportedKeys(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getExportedKeys(catalog, schema, table) method with given arguments, and returns a list of bound values.
getFunctionColumns(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getFunctionColumns(catalog, schemaPattern, functionNamePattern, columnNamePattern) method with specified arguments, and returns a list of bound values.
getFunctions(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getFunctions(catalog, schemaPattern, functionNamePattern) method with given arguments, and returns a list of bound values.
getFunctionTypeAsEnum() - Method in class com.github.jinahya.database.metadata.bind.Function
 
getImportedKeys(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getImportedKeys(String, String, String) method with given arguments, and returns a list of bound values.
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getIndexInfo(catalog, schema, table, unique, approximate) method with specified arguments, and returns a list of bound values.
getNumericFunctions() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getNumericFunctions() method, on the Context.metadata, and returns the result as a list of comma-split elements.
getPrimaryKeys(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getPrimaryKeys(catalog, schema, table) method with given arguments, and returns a list of bound values.
getProcedureColumns(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getProcedureColumns(String, String, String, String) method with given arguments , and returns a list of bound values.
getProcedures(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getProcedures(catalog, schemaPattern, procedureNamePattern) method with given arguments, and returns a list of bound values.
getPseudoColumns(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getPseudoColumns(catalog, schemaPattern, tableNamePattern, columnNamePattern) method with given arguments, and returns a list of bound values.
getSchemas() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getSchemas() method, and returns a list of bound values.
getSchemas(String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getSchemas(String, String) method with given arguments, and returns a list of bound values.
getSQLKeywords() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getSQLKeywords() method, on the wrapped Context.metadata, and returns the result as a list of comma-split elements.
getStringFunctions() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getStringFunctions() method, on the wrapped Context.metadata, and returns the result as a list of comma-split elements.
getSuperTables(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getSuperTables(String, String, String) method with given arguments and adds bounds values to specified collection.
getSuperTypes(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getSuperTypes(catalog, schemaPattern, typeNamePattern) method with given arguments, and returns a list of bound values.
getSystemFunctions() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getSystemFunctions() method, on the wrapped Context.metadata, and returns the result as a list of comma-split elements.
getTablePrivileges(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getTablePrivileges(catalog, schemaPattern, tableNamePattern) method with given arguments, and returns a list of bound values.
getTables(String, String, String, String[]) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getTables(catalog, schemaPattern, tableNamePattern, types) method with given arguments, and returns a list of bound values.
getTableTypes() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getTableTypes() method, and returns a list of bound values.
getTimeDateFunctions() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getTimeDateFunctions() method, on the wrapped Context.metadata, and returns the result as a list of comma-split elements.
getTypeInfo() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getTypeInfo() method, and returns a list of bound values.
getUDTs(String, String, String, int[]) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getUDTs(catalog, schemaPattern, typeNamePattern, types) method, on the wrapped Context.metadata, with given arguments, and returns a list of bound values.
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.Catalog
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.Column
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.ExportedKey
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.Function
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.ImportedKey
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.IndexInfo
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.PortedKey
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.ProcedureColumn
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.Schema
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.Table
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.TablePrivilege
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.TableType
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.TypeInfo
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.UDT
 
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.VersionColumn
 
getUnmappedValues() - Method in interface com.github.jinahya.database.metadata.bind.MetadataType
Returns a map of unmapped values.
getVersionColumns(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getVersionColumns(catalog, schema, table) method, on the wrapped Context.metadata, with given arguments, and returns a list of bound values.

H

hashCode() - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.Catalog
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.Column
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.ExportedKey
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.Function
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.ImportedKey
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.IndexInfo
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.PortedKey
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.ProcedureColumn
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.Schema
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.TablePrivilege
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.TableType
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.TypeInfo
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.UDT
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.VersionColumn
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.Table
 

I

IMPORTED_KEY_CASCADE - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
IMPORTED_KEY_CASCADE - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
IMPORTED_KEY_INITIALLY_DEFERRED - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeferrability
IMPORTED_KEY_INITIALLY_IMMEDIATE - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeferrability
IMPORTED_KEY_NO_ACTION - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
IMPORTED_KEY_NO_ACTION - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
IMPORTED_KEY_NOT_DEFERRABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeferrability
IMPORTED_KEY_RESTRICT - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
IMPORTED_KEY_RESTRICT - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
IMPORTED_KEY_SET_DEFAULT - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
IMPORTED_KEY_SET_DEFAULT - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
IMPORTED_KEY_SET_NULL - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
IMPORTED_KEY_SET_NULL - Enum constant in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
ImportedKey - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getImportedKeys(String, String, String) method.
ImportedKey() - Constructor for class com.github.jinahya.database.metadata.bind.ImportedKey
 
IndexInfo - Class in com.github.jinahya.database.metadata.bind
IndexInfo() - Constructor for class com.github.jinahya.database.metadata.bind.IndexInfo
 
IndexInfo.Type - Enum Class in com.github.jinahya.database.metadata.bind
Constants for the type attribute binds "TYPE" column.
IS_OF - Static variable in class com.github.jinahya.database.metadata.bind.IndexInfo
 
IS_OF - Static variable in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
IS_OF_CATALOG - Static variable in class com.github.jinahya.database.metadata.bind.Procedure
 
IS_OF_FKTABLE - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
 
IS_OF_PKTABLE - Static variable in class com.github.jinahya.database.metadata.bind.PortedKey
 
IS_OF_SCHEMA - Static variable in class com.github.jinahya.database.metadata.bind.Procedure
 

M

metadata - Variable in class com.github.jinahya.database.metadata.bind.Context
The wrapped instance of DatabaseMetaData.
MetadataType - Interface in com.github.jinahya.database.metadata.bind
The parent interface for binding database metadata types.

N

newInstance(Connection) - Static method in class com.github.jinahya.database.metadata.bind.Context
Creates a new instance from specified connection.
NO - Enum constant in enum class com.github.jinahya.database.metadata.bind.ColumnPrivilege.IsGrantable

P

PortedKey<T> - Class in com.github.jinahya.database.metadata.bind
PortedKey() - Constructor for class com.github.jinahya.database.metadata.bind.PortedKey
 
PortedKey.TableKeyDeferrability - Enum Class in com.github.jinahya.database.metadata.bind
Constants for values of "DEFERRABILITY"<T extends PortedKey<T>> column.
PortedKey.TableKeyDeleteRule - Enum Class in com.github.jinahya.database.metadata.bind
Constants for values of "DELETE_RULE"<T extends PortedKey<T>> column.
PortedKey.TableKeyUpdateRule - Enum Class in com.github.jinahya.database.metadata.bind
Constants for values of "UPDATE_RULE"<T extends PortedKey<T>> column.
PrimaryKey - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getPrimaryKeys(String, String, String) method.
PrimaryKey() - Constructor for class com.github.jinahya.database.metadata.bind.PrimaryKey
 
Procedure - Class in com.github.jinahya.database.metadata.bind
Procedure() - Constructor for class com.github.jinahya.database.metadata.bind.Procedure
 
PROCEDURE_COLUMN_IN - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
 
PROCEDURE_COLUMN_IN_OUT - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
 
PROCEDURE_COLUMN_OUT - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
 
PROCEDURE_COLUMN_RESULT - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
 
PROCEDURE_COLUMN_RETURN - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
 
PROCEDURE_COLUMN_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
 
PROCEDURE_NO_NULLS - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.Nullable
 
PROCEDURE_NO_RESULT - Enum constant in enum class com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
PROCEDURE_NULLABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.Nullable
 
PROCEDURE_NULLABLE_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.Nullable
 
PROCEDURE_RESULT_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
PROCEDURE_RETURNS_RESULT - Enum constant in enum class com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
Procedure.ProcedureType - Enum Class in com.github.jinahya.database.metadata.bind
Constants for the value of "PROCEDURE_TYPE" column.
ProcedureColumn - Class in com.github.jinahya.database.metadata.bind
ProcedureColumn() - Constructor for class com.github.jinahya.database.metadata.bind.ProcedureColumn
 
ProcedureColumn.ColumnType - Enum Class in com.github.jinahya.database.metadata.bind
 
ProcedureColumn.Nullable - Enum Class in com.github.jinahya.database.metadata.bind
 
PseudoColumn - Class in com.github.jinahya.database.metadata.bind
PseudoColumn() - Constructor for class com.github.jinahya.database.metadata.bind.PseudoColumn
 

S

Schema - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getSchemas(java.lang.String, java.lang.String) method.
Schema() - Constructor for class com.github.jinahya.database.metadata.bind.Schema
 
setFunctionTypeAsEnum(Function.FunctionType) - Method in class com.github.jinahya.database.metadata.bind.Function
 
SuperTable - Class in com.github.jinahya.database.metadata.bind
SuperTable() - Constructor for class com.github.jinahya.database.metadata.bind.SuperTable
 
SuperType - Class in com.github.jinahya.database.metadata.bind
SuperType() - Constructor for class com.github.jinahya.database.metadata.bind.SuperType
 

T

Table - Class in com.github.jinahya.database.metadata.bind
Table() - Constructor for class com.github.jinahya.database.metadata.bind.Table
 
TABLE_INDEX_CLUSTERED - Enum constant in enum class com.github.jinahya.database.metadata.bind.IndexInfo.Type
TABLE_INDEX_HASHED - Enum constant in enum class com.github.jinahya.database.metadata.bind.IndexInfo.Type
The constant for the DatabaseMetaData.tableIndexHashed(2).
TABLE_INDEX_OTHER - Enum constant in enum class com.github.jinahya.database.metadata.bind.IndexInfo.Type
The constant for the DatabaseMetaData.tableIndexOther(3).
TABLE_INDEX_STATISTIC - Enum constant in enum class com.github.jinahya.database.metadata.bind.IndexInfo.Type
TablePrivilege - Class in com.github.jinahya.database.metadata.bind
TablePrivilege() - Constructor for class com.github.jinahya.database.metadata.bind.TablePrivilege
 
TableType - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getTableTypes().
TableType() - Constructor for class com.github.jinahya.database.metadata.bind.TableType
 
TYPE_NO_NULLS - Enum constant in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
TYPE_NULLABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
TYPE_NULLABLE_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
TYPE_PRED_BASIC - Enum constant in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
TYPE_PRED_CHAR - Enum constant in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
TYPE_PRED_NONE - Enum constant in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
TYPE_SEARCHABLE - Enum constant in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
TypeInfo - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getTypeInfo() method.
TypeInfo() - Constructor for class com.github.jinahya.database.metadata.bind.TypeInfo
 
TypeInfo.Nullable - Enum Class in com.github.jinahya.database.metadata.bind
Constants for the "NULLABLE" column value.
TypeInfo.Searchable - Enum Class in com.github.jinahya.database.metadata.bind
Constants for the "SEARCHABLE" column value.

U

UDT - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getUDTs(String, String, String, int[]) method.
UDT() - Constructor for class com.github.jinahya.database.metadata.bind.UDT
 

V

valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.Attribute.Nullable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.Column.Nullable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.ColumnPrivilege.IsGrantable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.Function.FunctionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.Nullable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.IndexInfo.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeferrability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.Nullable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
Returns the enum constant of this class with the specified name.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.Attribute.Nullable
Finds the value for specified Attribute.COLUMN_LABEL_NULLABLE attribute value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
Finds the value for specified BestRowIdentifier.COLUMN_LABEL_PSEUDO_COLUMN column value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
Finds the value for specified BestRowIdentifier.COLUMN_LABEL_SCOPE column value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.Column.Nullable
Finds the value for specified Column.COLUMN_LABEL_NULLABLE column value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.Function.FunctionType
Finds the value for specified Function.COLUMN_LABEL_FUNCTION_TYPE column value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
Finds the value for specified FunctionColumn.COLUMN_LABEL_COLUMN_TYPE column value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.Nullable
 
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.IndexInfo.Type
 
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeferrability
 
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
 
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
 
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
Returns the value whose procedureType matches to specified value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.Nullable
 
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
Finds the value for specified TypeInfo.COLUMN_LABEL_SEARCHABLE column value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
Finds the value for specified TypeInfo.COLUMN_LABEL_SEARCHABLE column value.
valueOfFieldValue(int) - Static method in enum class com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
Finds the value for specified VersionColumn.COLUMN_LABEL_PSEUDO_COLUMN column value.
valueOfFieldValue(String) - Static method in enum class com.github.jinahya.database.metadata.bind.ColumnPrivilege.IsGrantable
 
values() - Static method in enum class com.github.jinahya.database.metadata.bind.Attribute.Nullable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.Column.Nullable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.ColumnPrivilege.IsGrantable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.Function.FunctionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.FunctionColumn.Nullable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.IndexInfo.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeferrability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyDeleteRule
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.PortedKey.TableKeyUpdateRule
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.ColumnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.ProcedureColumn.Nullable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION_COLUMN_NOT_PSEUDO - Enum constant in enum class com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
VERSION_COLUMN_PSEUDO - Enum constant in enum class com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
VERSION_COLUMN_UNKNOWN - Enum constant in enum class com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
VersionColumn - Class in com.github.jinahya.database.metadata.bind
A class for binding results of the DatabaseMetaData.getVersionColumns(String, String, String) method.
VersionColumn() - Constructor for class com.github.jinahya.database.metadata.bind.VersionColumn
 
VersionColumn.PseudoColumn - Enum Class in com.github.jinahya.database.metadata.bind
Constants for "PSEUDO_COLUMN" column values.

Y

YES - Enum constant in enum class com.github.jinahya.database.metadata.bind.ColumnPrivilege.IsGrantable
A B C E F G H I M N P S T U V Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form