Index

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

A

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 com.github.jinahya.database.metadata.bind.Attribute.Nullable
ATTRIBUTE_NULLABLE - Enum constant in enum com.github.jinahya.database.metadata.bind.Attribute.Nullable
Attribute.Nullable - Enum in com.github.jinahya.database.metadata.bind
Constants for "NULLABLE" column values.

B

BEST_ROW_NOT_PSEUDO - Enum constant in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
BEST_ROW_PSEUDO - Enum constant in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
BEST_ROW_SESSION - Enum constant in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
BEST_ROW_TEMPORARY - Enum constant in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
BEST_ROW_TRANSACTION - Enum constant in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
BEST_ROW_UNKNOWN - Enum constant in enum 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 in com.github.jinahya.database.metadata.bind
Constants for "PSEUDO_COLUMN" column values.
BestRowIdentifier.Scope - Enum 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_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
 
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_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.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
 
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
 
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
 
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
 
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.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.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.TableKey
The column label of "DEFERRABILITY".
COLUMN_NAME_DELETE_RULE - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "DELETE_RULE".
COLUMN_NAME_FK_NAME - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "FK_NAME".
COLUMN_NAME_FKCOLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "FKCOLUMN_NAME".
COLUMN_NAME_FKTABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "FKTABLE_CAT".
COLUMN_NAME_FKTABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "FKTABLE_NAME".
COLUMN_NAME_FKTABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "FKTABLE_SCHEM".
COLUMN_NAME_KEY_SEQ - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "KEY_SEQ".
COLUMN_NAME_PK_NAME - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "PK_NAME".
COLUMN_NAME_PKCOLUMN_NAME - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "PKCOLUMN_NAME".
COLUMN_NAME_PKTABLE_CAT - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "PKTABLE_CAT".
COLUMN_NAME_PKTABLE_NAME - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "PKTABLE_NAME".
COLUMN_NAME_PKTABLE_SCHEM - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "PKTABLE_SCHEM".
COLUMN_NAME_UPDATE_RULE - Static variable in class com.github.jinahya.database.metadata.bind.TableKey
The column label of "UPDATE_RULE".
COLUMN_NO_NULLS - Enum constant in enum com.github.jinahya.database.metadata.bind.Column.Nullable
COLUMN_NULLABLE - Enum constant in enum com.github.jinahya.database.metadata.bind.Column.Nullable
COLUMN_NULLABLE_UNKNOWN - Enum constant in enum com.github.jinahya.database.metadata.bind.Column.Nullable
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_VALUE_TABLE_CAT_EMPTY - Static variable in class com.github.jinahya.database.metadata.bind.Catalog
An empty value for "TABLE_CAT" column.
COLUMN_VALUE_TABLE_SCHEM_EMPTY - Static variable in class com.github.jinahya.database.metadata.bind.Schema
A column value of "" for "TABLE_SCHEM".
Column.Nullable - Enum 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
 
com.github.jinahya.database.metadata.bind - package com.github.jinahya.database.metadata.bind
Defines classes for binding results of methods defined in DatabaseMetaData.
compareTo(BestRowIdentifier) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
Context - Class in com.github.jinahya.database.metadata.bind
A class for retrieving information from an 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.ColumnPrivilege
 
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.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.ImportedKey
 
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.Table
 
equals(Object) - Method in class com.github.jinahya.database.metadata.bind.TableKey
 
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
 
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

fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.Attribute.Nullable
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.Column.Nullable
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.TableKeyDeferrability
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.TableKeyUpdateRule
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
 
fieldValueAsInt() - Method in enum com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
 
fieldValueAsInt() - Method in enum 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 com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_COLUMN_IN_OUT - Enum constant in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_COLUMN_OUT - Enum constant in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_COLUMN_RESULT - Enum constant in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FUNCTION_COLUMN_RETURN - Enum constant in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
A value for 4.
FUNCTION_COLUMN_UNKNOWN - Enum constant in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
FunctionColumn - Class in com.github.jinahya.database.metadata.bind
FunctionColumn() - Constructor for class com.github.jinahya.database.metadata.bind.FunctionColumn
 
FunctionColumn.ColumnType - Enum in com.github.jinahya.database.metadata.bind
Constants for "COLUMN_TYPE" column values.

G

getAttributes(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method with given arguments, and returns a list of bound values.
getAttrName() - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getBestRowIdentifier(java.lang.String, java.lang.String, java.lang.String, int, boolean) method with given arguments, and returns a list of bound values.
getBufferLength() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
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 DatabaseMetaData.getClientInfoProperties() method, and returns a list of bound values.
getColumnName() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
getColumnName() - Method in class com.github.jinahya.database.metadata.bind.Column
 
getColumnName() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
getColumnPrivileges(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getColumnPrivileges(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method 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.
getColumnSize() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
getColumnType() - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
getCrossReference(String, String, String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
getDataType() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
getDataType() - Method in class com.github.jinahya.database.metadata.bind.UDT
 
getDecimalDigits() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
getDefaultValue() - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
getDeferrability() - Method in class com.github.jinahya.database.metadata.bind.TableKey
Returns current value of TableKey.COLUMN_NAME_DEFERRABILITY column value.
getDeleteRule() - Method in class com.github.jinahya.database.metadata.bind.TableKey
 
getDescription() - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
getExportedKeys(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String) method with given arguments, and returns a list of bound values.
getFkcolumnName() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getFktableCat() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getFktableName() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getFktableSchem() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getFunctionCat() - Method in class com.github.jinahya.database.metadata.bind.Function
 
getFunctionColumns(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getFunctionColumns(String, String, String, String) method with specified arguments, and returns a list of bound values.
getFunctionName() - Method in class com.github.jinahya.database.metadata.bind.Function
 
getFunctions(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getFunctions(String, String, String) method with given arguments, and returns a list of bound values.
getFunctionSchem() - Method in class com.github.jinahya.database.metadata.bind.Function
 
getFunctionType() - 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 DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean) method with specified arguments, and returns a list of bound values.
getKeySeq() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
getMaxLen() - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
getName() - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
getNullable() - Method in class com.github.jinahya.database.metadata.bind.Column
 
getPkcolumnName() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getPkName() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
getPktableCat() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getPktableName() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getPktableSchem() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
getPrimaryKeys(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getPrimaryKeys(String, String, String) method with given arguments, and returns a list of bound values.
getProcedureCat() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
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.
getProcedureName() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
getProcedures(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getProcedures(java.lang.String, java.lang.String, java.lang.String) method with given arguments, and returns a lsit of bound values.
getProcedureSchem() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
getProcedureType() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
getPseudoColumn() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
getPseudoColumns(String, String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getPseudoColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method with given arguments, and returns a list of bound values.
getRemarks() - Method in class com.github.jinahya.database.metadata.bind.Function
 
getRemarks() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
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.
getScope() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
getSearchable() - Method in class com.github.jinahya.database.metadata.bind.TypeInfo
 
getSpecificName() - Method in class com.github.jinahya.database.metadata.bind.Function
 
getSpecificName() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
getSupertableName() - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
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.
getSupertypeCat() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
getSupertypeName() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
getSuperTypes(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getSuperTypes(String, String, String) method with given arguments, and returns a list of bound values.
getSupertypeSchem() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
getTableCat() - Method in class com.github.jinahya.database.metadata.bind.Catalog
 
getTableCat() - Method in class com.github.jinahya.database.metadata.bind.Column
 
getTableCat() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
getTableCat() - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
getTableCat() - Method in class com.github.jinahya.database.metadata.bind.Table
 
getTableCatalog() - Method in class com.github.jinahya.database.metadata.bind.Schema
 
getTableName() - Method in class com.github.jinahya.database.metadata.bind.Column
 
getTableName() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
getTableName() - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
getTableName() - Method in class com.github.jinahya.database.metadata.bind.Table
 
getTablePrivileges(String, String, String) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getTablePrivileges(java.lang.String, java.lang.String, java.lang.String) 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.
getTables(String, String, String, String[], C) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes getTables(catalog, schemaPattern, tableNamePattern, types) method with given arguments, and adds each bound values to specified collection.
getTableSchem() - Method in class com.github.jinahya.database.metadata.bind.Column
 
getTableSchem() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
getTableSchem() - Method in class com.github.jinahya.database.metadata.bind.Schema
 
getTableSchem() - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
getTableSchem() - Method in class com.github.jinahya.database.metadata.bind.Table
 
getTableTypes() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getTableTypes() method, and returns a list of bound values.
getTypeCat() - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
getTypeCat() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
getTypeCat() - Method in class com.github.jinahya.database.metadata.bind.UDT
 
getTypeInfo() - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getTypeInfo() method, and returns a list of bound values.
getTypeName() - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
getTypeName() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
getTypeName() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
getTypeName() - Method in class com.github.jinahya.database.metadata.bind.UDT
 
getTypeSchem() - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
getTypeSchem() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
getTypeSchem() - Method in class com.github.jinahya.database.metadata.bind.UDT
 
getUDTs(String, String, String, int[]) - Method in class com.github.jinahya.database.metadata.bind.Context
Invokes DatabaseMetaData.getUDTs(java.lang.String, java.lang.String, java.lang.String, int[]) method with given arguments, and returns a list of bound values.
getUnmappedValues() - Method in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
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 DatabaseMetaData.getVersionColumns(java.lang.String, java.lang.String, java.lang.String) method with given arguments, and returns a list of bound values.

H

hashCode() - Method in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
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.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.ImportedKey
 
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.Table
 
hashCode() - Method in class com.github.jinahya.database.metadata.bind.TableKey
 
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
 

I

IMPORTED_KEY_CASCADE - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
IMPORTED_KEY_CASCADE - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyUpdateRule
IMPORTED_KEY_INITIALLY_DEFERRED - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyDeferrability
IMPORTED_KEY_INITIALLY_IMMEDIATE - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyDeferrability
IMPORTED_KEY_NO_ACTION - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
IMPORTED_KEY_NO_ACTION - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyUpdateRule
IMPORTED_KEY_RESTRICT - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
IMPORTED_KEY_RESTRICT - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyUpdateRule
IMPORTED_KEY_SET_DEFAULT - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
IMPORTED_KEY_SET_DEFAULT - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyUpdateRule
IMPORTED_KEY_SET_NOT_DEFERRABLE - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyDeferrability
IMPORTED_KEY_SET_NULL - Enum constant in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
IMPORTED_KEY_SET_NULL - Enum constant in enum com.github.jinahya.database.metadata.bind.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
 

M

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.
newVirtualInstance() - Static method in class com.github.jinahya.database.metadata.bind.Catalog
Returns a new instance whose tableCat is "".
newVirtualInstance() - Static method in class com.github.jinahya.database.metadata.bind.Schema
Returns a new instance whose tableCatalog is "" and whose tableSchem is "".

P

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_NO_RESULT - Enum constant in enum com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
PROCEDURE_RESULT_UNKNOWN - Enum constant in enum com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
PROCEDURE_RETURNS_RESULT - Enum constant in enum com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
Procedure.ProcedureType - Enum 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
 
PSEUDO - Enum constant in enum com.github.jinahya.database.metadata.bind.Attribute.Nullable
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
 
setAttrName(String) - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
setBufferLength(Integer) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
setColumnName(String) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
setColumnName(String) - Method in class com.github.jinahya.database.metadata.bind.Column
 
setColumnName(String) - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
setColumnName(String) - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
setColumnName(String) - Method in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
setColumnSize(Integer) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
setColumnType(Integer) - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
setDataType(Integer) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
setDataType(Integer) - Method in class com.github.jinahya.database.metadata.bind.UDT
 
setDecimalDigits(Integer) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
setDefaultValue(String) - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
setDeferrability(Integer) - Method in class com.github.jinahya.database.metadata.bind.TableKey
Replaces current value of TableKey.COLUMN_NAME_DEFERRABILITY column value with specified value.
setDeleteRule(Integer) - Method in class com.github.jinahya.database.metadata.bind.TableKey
 
setDescription(String) - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
setFkcolumnName(String) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
setFktableCat(String) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
setFktableName(String) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
setFktableSchem(String) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
setFunctionCat(String) - Method in class com.github.jinahya.database.metadata.bind.Function
 
setFunctionCat(String) - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
setFunctionName(String) - Method in class com.github.jinahya.database.metadata.bind.Function
 
setFunctionName(String) - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
setFunctionSchem(String) - Method in class com.github.jinahya.database.metadata.bind.Function
 
setFunctionSchem(String) - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
setFunctionType(Integer) - Method in class com.github.jinahya.database.metadata.bind.Function
 
setKeySeq(Integer) - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
setMaxLen(Integer) - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
setName(String) - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
setNullable(Integer) - Method in class com.github.jinahya.database.metadata.bind.Column
 
setPkcolumnName(String) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
setPkName(String) - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
setPktableCat(String) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
setPktableName(String) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
setPktableSchem(String) - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
setProcedureCat(String) - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
setProcedureName(String) - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
setProcedureSchem(String) - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
setProcedureType(Integer) - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
setPseudoColumn(Integer) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
setRemarks(String) - Method in class com.github.jinahya.database.metadata.bind.Function
 
setRemarks(String) - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
setScope(Integer) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
setSearchable(Integer) - Method in class com.github.jinahya.database.metadata.bind.TypeInfo
 
setSpecificName(String) - Method in class com.github.jinahya.database.metadata.bind.Function
 
setSpecificName(String) - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
setSpecificName(String) - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
setSupertableName(String) - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
setSupertypeCat(String) - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
setSupertypeName(String) - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
setSupertypeSchem(String) - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
setTableCat(String) - Method in class com.github.jinahya.database.metadata.bind.Catalog
 
setTableCat(String) - Method in class com.github.jinahya.database.metadata.bind.Column
 
setTableCat(String) - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
setTableCat(String) - Method in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
setTableCat(String) - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
setTableCat(String) - Method in class com.github.jinahya.database.metadata.bind.Table
 
setTableCatalog(String) - Method in class com.github.jinahya.database.metadata.bind.Schema
 
setTableName(String) - Method in class com.github.jinahya.database.metadata.bind.Column
 
setTableName(String) - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
setTableName(String) - Method in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
setTableName(String) - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
setTableName(String) - Method in class com.github.jinahya.database.metadata.bind.Table
 
setTableSchem(String) - Method in class com.github.jinahya.database.metadata.bind.Column
 
setTableSchem(String) - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
setTableSchem(String) - Method in class com.github.jinahya.database.metadata.bind.PseudoColumn
 
setTableSchem(String) - Method in class com.github.jinahya.database.metadata.bind.Schema
 
setTableSchem(String) - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
setTableSchem(String) - Method in class com.github.jinahya.database.metadata.bind.Table
 
setTypeCat(String) - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
setTypeCat(String) - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
setTypeCat(String) - Method in class com.github.jinahya.database.metadata.bind.UDT
 
setTypeName(String) - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
setTypeName(String) - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
setTypeName(String) - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
setTypeName(String) - Method in class com.github.jinahya.database.metadata.bind.UDT
 
setTypeSchem(String) - Method in class com.github.jinahya.database.metadata.bind.Attribute
 
setTypeSchem(String) - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
setTypeSchem(String) - Method in class com.github.jinahya.database.metadata.bind.UDT
 
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
Creates a new instance.
TableKey<T extends TableKey<T>> - Class in com.github.jinahya.database.metadata.bind
TableKey() - Constructor for class com.github.jinahya.database.metadata.bind.TableKey
 
TableKeyDeferrability - Enum in com.github.jinahya.database.metadata.bind
Constants for values of "DEFERRABILITY" column.
TableKeyDeleteRule - Enum in com.github.jinahya.database.metadata.bind
Constants for values of "DELETE_RULE" column.
TableKeyUpdateRule - Enum in com.github.jinahya.database.metadata.bind
Constants for values of "UPDATE_RULE" column.
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
 
toString() - Method in class com.github.jinahya.database.metadata.bind.FunctionColumn
 
toString() - Method in class com.github.jinahya.database.metadata.bind.BestRowIdentifier
 
toString() - Method in class com.github.jinahya.database.metadata.bind.Catalog
 
toString() - Method in class com.github.jinahya.database.metadata.bind.ClientInfoProperty
 
toString() - Method in class com.github.jinahya.database.metadata.bind.ColumnPrivilege
 
toString() - Method in class com.github.jinahya.database.metadata.bind.CrossReference
 
toString() - Method in class com.github.jinahya.database.metadata.bind.ExportedKey
 
toString() - Method in class com.github.jinahya.database.metadata.bind.ImportedKey
 
toString() - Method in class com.github.jinahya.database.metadata.bind.PrimaryKey
 
toString() - Method in class com.github.jinahya.database.metadata.bind.Procedure
 
toString() - Method in class com.github.jinahya.database.metadata.bind.Schema
 
toString() - Method in class com.github.jinahya.database.metadata.bind.SuperTable
 
toString() - Method in class com.github.jinahya.database.metadata.bind.SuperType
 
toString() - Method in class com.github.jinahya.database.metadata.bind.Table
 
toString() - Method in class com.github.jinahya.database.metadata.bind.TableType
 
toString() - Method in class com.github.jinahya.database.metadata.bind.UDT
 
toString() - Method in class com.github.jinahya.database.metadata.bind.VersionColumn
 
TYPE_NO_NULLS - Enum constant in enum com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
TYPE_NULLABLE - Enum constant in enum com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
TYPE_NULLABLE_UNKNOWN - Enum constant in enum com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
TYPE_PRED_BASIC - Enum constant in enum com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
TYPE_PRED_CHAR - Enum constant in enum com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
TYPE_PRED_NONE - Enum constant in enum com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
TYPE_SEARCHABLE - Enum constant in enum 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 in com.github.jinahya.database.metadata.bind
Constants for the "NULLABLE" column value.
TypeInfo.Searchable - Enum 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 com.github.jinahya.database.metadata.bind.Attribute.Nullable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.Column.Nullable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyDeferrability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyUpdateRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
Returns the enum constant of this type with the specified name.
valueOfColumnType(int) - Static method in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
Finds the value for specified FunctionColumn.COLUMN_LABEL_COLUMN_TYPE column value.
valueOfDeferrability(int) - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyDeferrability
 
valueOfDeleteRule(int) - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
 
valueOfNullable(int) - Static method in enum com.github.jinahya.database.metadata.bind.Attribute.Nullable
Finds the value for specified Attribute.COLUMN_LABEL_NULLABLE attribute value.
valueOfNullable(int) - Static method in enum com.github.jinahya.database.metadata.bind.Column.Nullable
Finds the value for specified Column.COLUMN_LABEL_NULLABLE column value.
valueOfNullable(int) - Static method in enum com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
Finds the value for specified TypeInfo.COLUMN_LABEL_SEARCHABLE column value.
valueOfProcedureType(int) - Static method in enum com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
Returns the value whose procedureType matches to specified value.
valueOfPseudoColumn(int) - Static method in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
Finds the value for specified BestRowIdentifier.COLUMN_LABEL_PSEUDO_COLUMN column value.
valueOfPseudoColumn(int) - Static method in enum com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
Finds the value for specified VersionColumn.COLUMN_LABEL_PSEUDO_COLUMN column value.
valueOfScope(int) - Static method in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
Finds the value for specified BestRowIdentifier.COLUMN_LABEL_SCOPE column value.
valueOfSearchable(int) - Static method in enum com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
Finds the value for specified TypeInfo.COLUMN_LABEL_SEARCHABLE column value.
valueOfUpdateRule(int) - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyUpdateRule
 
values() - Static method in enum com.github.jinahya.database.metadata.bind.Attribute.Nullable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.PseudoColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.BestRowIdentifier.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.Column.Nullable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.FunctionColumn.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.Procedure.ProcedureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyDeferrability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyDeleteRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.TableKeyUpdateRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.TypeInfo.Nullable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.TypeInfo.Searchable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_COLUMN_NOT_PSEUDO - Enum constant in enum com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
VERSION_COLUMN_PSEUDO - Enum constant in enum com.github.jinahya.database.metadata.bind.VersionColumn.PseudoColumn
VERSION_COLUMN_UNKNOWN - Enum constant in enum 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 in com.github.jinahya.database.metadata.bind
Constants for "PSEUDO_COLUMN" column values.
A B C E F G H I M N P S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form