A
B
C
D
E
F
G
H
I
K
L
N
O
P
R
S
T
U
V
X
Y
G
- generatedKeyAlwaysReturned() - function in dev.warrengates.bettermetadata.Database
- Generated key always returned
- getAttributeDefault() - function in dev.warrengates.bettermetadata.Attribute
- Attribute default valueSource column: ATTR_DEF
- getAttributes(String) - function in dev.warrengates.bettermetadata.UserDefinedType
- Get attributesSource: wrapped results of getAttributes filtered to this types's catalog, schema, and name
- getAttributes() - function in dev.warrengates.bettermetadata.UserDefinedType
- Get attributesSource: wrapped results of getAttributes filtered to this types's catalog, schema, and name
- getAttributeSize() - function in dev.warrengates.bettermetadata.Attribute
- Column size, for char or date types this is the maximum number of characters, for numeric or decimal types this is precisionSource column: ATTR_SIZE
- getAttributeTypeName() - function in dev.warrengates.bettermetadata.Attribute
- Attribute type nameSource column: ATTR_TYPE_NAME
- getAutoIncrement() - function in dev.warrengates.bettermetadata.TypeInfo
- Auto incrementSource column: AUTO_INCREMENT
- getBaseType() - function in dev.warrengates.bettermetadata.UserDefinedType
- Base typeSource column: BASE_TYPE
- getBestRowIdentifier(BestRowIdentifierScope,Boolean) - function in dev.warrengates.bettermetadata.Table
- Get best row identifier for this tableSource: wrapped results of getBestRowIdentifier filtered to this table's catalog, schema, and name
- getBufferLength() - function in dev.warrengates.bettermetadata.VersionColumn
- Buffer lengthSource column: BUFFER_LENGTH
- getCardinality() - function in dev.warrengates.bettermetadata.Index
- Cardinality, when type is IndexType.STATISTIC this is the number of rows in the table, otherwise it is the number of unique values in the indexSource column: CARDINALITY
- getCaseSensitive() - function in dev.warrengates.bettermetadata.TypeInfo
- Case sensitiveSource column: CASE_SENSITIVE
- getCatalog() - function in dev.warrengates.bettermetadata.Attribute
- Catalog nameSource column: TYPE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.Column
- Containing Table's catalogSource column: TABLE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.ColumnPrivilege
- CatalogSource column: TABLE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.Function
- CatalogSource column: FUNCTION_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.FunctionColumn
- CatalogSource column: FUNCTION_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.Index
- CatalogSource column: TABLE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.Procedure
- CatalogSource column: PROCEDURE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.ProcedureColumn
- CatalogSource column: PROCEDURE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.PseudoColumn
- Catalog
- getCatalog() - function in dev.warrengates.bettermetadata.Schema
- CatalogSource column: TABLE_CATALOG
- getCatalog() - function in dev.warrengates.bettermetadata.SuperType
- CatalogSource column: TYPE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.Table
- CatalogSource column: TABLE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.TablePrivilege
- CatalogSource column: TABLE_CAT
- getCatalog() - function in dev.warrengates.bettermetadata.UserDefinedType
- CatalogSource column: TYPE_CAT
- getCatalogs() - function in dev.warrengates.bettermetadata.Database
- Get list of catalogs
- getCatalogSeparator() - function in dev.warrengates.bettermetadata.Database
- Get catalog separator
- getCatalogTerm() - function in dev.warrengates.bettermetadata.Database
- Get catalog term
- getCharacterOctetLength() - function in dev.warrengates.bettermetadata.Attribute
- For character types this represents the maximum number of bytes in the columnSource column: CHAR_OCTET_LENGTH
- getCharacterOctetLength() - function in dev.warrengates.bettermetadata.Column
- Character octet lengthSource column: CHAR_OCTET_LENGTH
- getCharacterOctetLength() - function in dev.warrengates.bettermetadata.FunctionColumn
- Character octet lengthSource column: CHAR_OCTET_LENGTH
- getCharacterOctetLength() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Character octet lengthSource column: CHAR_OCTET_LENGTH
- getCharacterOctetLength() - function in dev.warrengates.bettermetadata.PseudoColumn
- Character octet length
- getClassName() - function in dev.warrengates.bettermetadata.UserDefinedType
- Class nameSource column: CLASS_NAME
- getClientInfoProperties() - function in dev.warrengates.bettermetadata.Database
- Get client info properties, converted to ClientInfoProperties
- getColumn() - function in dev.warrengates.bettermetadata.IndexColumn
- getColumnDefault() - function in dev.warrengates.bettermetadata.Column
- Column defaultSource column: COLUMN_DEF
- getColumnDefault() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Column defaultSource column: COLUMN_DEF
- getColumnName() - function in dev.warrengates.bettermetadata.BestRowIdentifier
- Column nameSource column: COLUMN_NAME
- getColumnName() - function in dev.warrengates.bettermetadata.ColumnPrivilege
- Column nameSource column: COLUMN_NAME
- getColumnName() - function in dev.warrengates.bettermetadata.VersionColumn
- Column nameSource column: COLUMN_NAME
- getColumnPrivileges() - function in dev.warrengates.bettermetadata.Column
- Wrapper around getColumnPrivileges method and represents a list of ColumnPrivileges for this column only
- getColumns() - function in dev.warrengates.bettermetadata.PrimaryKey
- List of Column objects selected by filtering for the appropriate TABLE_CAT, TABLE_SCHEM, TABLE_NAME, and COLUMN_NAME as returned by java.sql.DatabaseMetaData.getPrimaryKeys, and the ordered by KEY_SEQ
- getColumns(String) - function in dev.warrengates.bettermetadata.Table
- Get columns for this tableSource: wrapped results of getColumns filtered to this table's catalog, schema, and name
- getColumns() - function in dev.warrengates.bettermetadata.Table
- Get columns for this tableSource: wrapped results of getColumns filtered to this table's catalog, schema, and name
- getColumnSize() - function in dev.warrengates.bettermetadata.BestRowIdentifier
- PrecisionSource column: COLUMN_SIZE
- getColumnSize() - function in dev.warrengates.bettermetadata.Column
- Column sizeSource column: COLUMN_SIZE
- getColumnSize() - function in dev.warrengates.bettermetadata.PseudoColumn
- Column size
- getColumnSize() - function in dev.warrengates.bettermetadata.VersionColumn
- Column sizeSource column: COLUMN_SIZE
- getColumnType() - function in dev.warrengates.bettermetadata.FunctionColumn
- Column type, converted to FunctionColumnTypeSource column: COLUMN_TYPE
- getColumnType() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Column type, converted to ProcedureColumnTypeSource column: COLUMN_TYPE
- getColumnUsage() - function in dev.warrengates.bettermetadata.PseudoColumn
- Column usage, converted to PseudoColumnUsage
- getConnection() - function in dev.warrengates.bettermetadata.Database
- Get connection
- getCreateParams() - function in dev.warrengates.bettermetadata.TypeInfo
- Create paramsSource column: CREATE_PARAMS
- getCrossReference(String,String,String,String,String,String) - function in dev.warrengates.bettermetadata.Database
- Get cross reference, converted to Keyif not specified, parentCatalog and foreignCatalog default to defaultCatalog, and parentSchema and foreignSchema default to defaultSchema
- getCrossReference(String,String,String,String,String) - function in dev.warrengates.bettermetadata.Database
- Get cross reference, converted to Keyif not specified, parentCatalog and foreignCatalog default to defaultCatalog, and parentSchema and foreignSchema default to defaultSchema
- getCrossReference(String,String,String,String) - function in dev.warrengates.bettermetadata.Database
- Get cross reference, converted to Keyif not specified, parentCatalog and foreignCatalog default to defaultCatalog, and parentSchema and foreignSchema default to defaultSchema
- getCrossReference(String,String,String) - function in dev.warrengates.bettermetadata.Database
- Get cross reference, converted to Keyif not specified, parentCatalog and foreignCatalog default to defaultCatalog, and parentSchema and foreignSchema default to defaultSchema
- getCrossReference(String,String) - function in dev.warrengates.bettermetadata.Database
- Get cross reference, converted to Keyif not specified, parentCatalog and foreignCatalog default to defaultCatalog, and parentSchema and foreignSchema default to defaultSchema
- getDatabaseMajorVersion() - function in dev.warrengates.bettermetadata.Database
- Get database major version
- getDatabaseMinorVersion() - function in dev.warrengates.bettermetadata.Database
- Get database minor version
- getDatabaseProductName() - function in dev.warrengates.bettermetadata.Database
- Get database product name
- getDatabaseProductVersion() - function in dev.warrengates.bettermetadata.Database
- Get database product version
- getDataType() - function in dev.warrengates.bettermetadata.Attribute
- SQL type, converted to JDBCTypeSource column: DATA_TYPE
- getDataType() - function in dev.warrengates.bettermetadata.BestRowIdentifier
- SQL type from java.sql.Types, converted from intSource column: DATA_TYPE
- getDataType() - function in dev.warrengates.bettermetadata.Column
- SQL type from java.sql.Types, converted from intSource column: DATA_TYPE
- getDataType() - function in dev.warrengates.bettermetadata.FunctionColumn
- SQL type from java.sql.Types, converted from intSource column: DATA_TYPE
- getDataType() - function in dev.warrengates.bettermetadata.ProcedureColumn
- SQL type, converted to JDBCTypeSource column: DATA_TYPE
- getDataType() - function in dev.warrengates.bettermetadata.PseudoColumn
- SQL type, converted to JDBCType
- getDataType() - function in dev.warrengates.bettermetadata.TypeInfo
- SQL type, converted to JDBCTypeSource column: DATA_TYPE
- getDataType() - function in dev.warrengates.bettermetadata.UserDefinedType
- SQL type, converted to JDBCTypeSource column: DATA_TYPE
- getDataType() - function in dev.warrengates.bettermetadata.VersionColumn
- SQL type, converted to JDBCTypeSource column: DATA_TYPE
- getDecimalDigits() - function in dev.warrengates.bettermetadata.Attribute
- The number of fractional digitsSource column: DECIMAL_DIGITS
- getDecimalDigits() - function in dev.warrengates.bettermetadata.BestRowIdentifier
- The number of fractional digitsSource column: DECIMAL_DIGITS
- getDecimalDigits() - function in dev.warrengates.bettermetadata.Column
- The number of fractional digitsSource column: DECIMAL_DIGITS
- getDecimalDigits() - function in dev.warrengates.bettermetadata.PseudoColumn
- The number of fractional digits
- getDecimalDigits() - function in dev.warrengates.bettermetadata.VersionColumn
- The number of fractional digitsSource column: DECIMAL_DIGITS
- getDefaultCatalog() - function in dev.warrengates.bettermetadata.Database
- getDefaultSchema() - function in dev.warrengates.bettermetadata.Database
- getDefaultTransactionIsolation() - function in dev.warrengates.bettermetadata.Database
- Get default transaction isolation, converted to TransactionIsolation
- getDefaultValue() - function in dev.warrengates.bettermetadata.ClientInfoProperties
- Default value of propertySource column: DEFAULT_VALUE
- getDeferrability() - function in dev.warrengates.bettermetadata.Key
- Deferrability, converted to ForeignKeyInitialDeferrabilitySource column: DEFERRABILITY
- getDeleteRule() - function in dev.warrengates.bettermetadata.Key
- Delete rule, converted to ForeignKeyDeleteRuleSource column: DELETE_RULE
- getDescription() - function in dev.warrengates.bettermetadata.ClientInfoProperties
- Description of property.
- getDriverMajorVersion() - function in dev.warrengates.bettermetadata.Database
- Get driver major version
- getDriverMinorVersion() - function in dev.warrengates.bettermetadata.Database
- Get driver minor version
- getDriverName() - function in dev.warrengates.bettermetadata.Database
- Get driver name
- getDriverVersion() - function in dev.warrengates.bettermetadata.Database
- Get driver version
- getExportedKeys() - function in dev.warrengates.bettermetadata.Table
- Get keys exported from this tableSource: wrapped results of getExportedKeys filtered to this table's catalog, schema, and name
- getExtraNameCharacters() - function in dev.warrengates.bettermetadata.Database
- Get extra name characters
- getFilterCondition() - function in dev.warrengates.bettermetadata.Index
- Filter conditionSource column: FILTER_CONDITION
- getFixedPrecisionScale() - function in dev.warrengates.bettermetadata.TypeInfo
- Fixed precision scaleSource column: FIXED_PREC_SCALE
- getForeignKeyColumn() - function in dev.warrengates.bettermetadata.KeyColumn
- getForeignKeyName() - function in dev.warrengates.bettermetadata.Key
- Foreign key nameSource column: FK_NAME
- getFunctionColumns(String) - function in dev.warrengates.bettermetadata.Function
- Wrapper around getFunctionColumns method and returns a list of FunctionColumns for this function only
- getFunctionColumns() - function in dev.warrengates.bettermetadata.Function
- Wrapper around getFunctionColumns method and returns a list of FunctionColumns for this function only
- getFunctionName() - function in dev.warrengates.bettermetadata.FunctionColumn
- Function nameSource column: FUNCTION_NAME
- getFunctions(String) - function in dev.warrengates.bettermetadata.Database
- Gets functions using specified namePattern along with defaultCatalog and defaultCatalog to filter results.
- getFunctions() - function in dev.warrengates.bettermetadata.Database
- Gets functions using specified namePattern along with defaultCatalog and defaultCatalog to filter results.
- getFunctions(String,String,String) - function in dev.warrengates.bettermetadata.Database
- Gets functions using the catalog, schemaPattern, and namePattern to filter results.
- getGrantee() - function in dev.warrengates.bettermetadata.ColumnPrivilege
- GranteeSource column: GRANTEE
- getGrantee() - function in dev.warrengates.bettermetadata.TablePrivilege
- GranteeSource column: GRANTEE
- getGrantor() - function in dev.warrengates.bettermetadata.ColumnPrivilege
- GrantorSource column: GRANTOR
- getGrantor() - function in dev.warrengates.bettermetadata.TablePrivilege
- GrantorSource column: GRANTOR
- getIdentifierQuoteString() - function in dev.warrengates.bettermetadata.Database
- Get identifier quote string
- getImportedKeys() - function in dev.warrengates.bettermetadata.Table
- Get keys imported from other tablesSource: wrapped results of getImportedKeys filtered to this table's catalog, schema, and name
- getIndexColumns() - function in dev.warrengates.bettermetadata.Index
- Index columns
- getIndexes(Boolean,Boolean) - function in dev.warrengates.bettermetadata.Table
- Get indexesSource: wrapped results of getIndexInfo filtered to this table's catalog, schema, and name
- getIndexQualifier() - function in dev.warrengates.bettermetadata.Index
- Index qualifier, null when type is IndexType.STATISTICSource column: INDEX_QUALIFIER
- getJDBCMajorVersion() - function in dev.warrengates.bettermetadata.Database
- Get JDBC major version
- getJDBCMinorVersion() - function in dev.warrengates.bettermetadata.Database
- Get JDBC minor version
- getKeyColumns() - function in dev.warrengates.bettermetadata.Key
- List of KeyColumns making up this key
- getLength() - function in dev.warrengates.bettermetadata.FunctionColumn
- LengthSource column: LENGTH
- getLength() - function in dev.warrengates.bettermetadata.ProcedureColumn
- LengthSource column: LENGTH
- getLiteralPrefix() - function in dev.warrengates.bettermetadata.TypeInfo
- Literal prefixSource column: LITERAL_PREFIX
- getLiteralSuffix() - function in dev.warrengates.bettermetadata.TypeInfo
- Literal suffixSource column: LITERAL_SUFFIX
- getLocalTypeName() - function in dev.warrengates.bettermetadata.TypeInfo
- Local type nameSource column: LOCAL_TYPE_NAME
- getMaxBinaryLiteralLength() - function in dev.warrengates.bettermetadata.Database
- Get max binary literal length
- getMaxCatalogNameLength() - function in dev.warrengates.bettermetadata.Database
- Get max catalog name length
- getMaxCharLiteralLength() - function in dev.warrengates.bettermetadata.Database
- Get max char literal length
- getMaxColumnNameLength() - function in dev.warrengates.bettermetadata.Database
- Get max column name length
- getMaxColumnsInGroupBy() - function in dev.warrengates.bettermetadata.Database
- Get max columns in group by
- getMaxColumnsInIndex() - function in dev.warrengates.bettermetadata.Database
- Get max columns in index
- getMaxColumnsInOrderBy() - function in dev.warrengates.bettermetadata.Database
- Get max columns in order by
- getMaxColumnsInSelect() - function in dev.warrengates.bettermetadata.Database
- Get max columns in select
- getMaxColumnsInTable() - function in dev.warrengates.bettermetadata.Database
- Get max columns in table
- getMaxConnections() - function in dev.warrengates.bettermetadata.Database
- Get max connections
- getMaxCursorNameLength() - function in dev.warrengates.bettermetadata.Database
- Get max cursor name length
- getMaximumScale() - function in dev.warrengates.bettermetadata.TypeInfo
- Maximum scaleSource column: MAXIMUM_SCALE
- getMaxIndexLength() - function in dev.warrengates.bettermetadata.Database
- Get max index length
- getMaxLength() - function in dev.warrengates.bettermetadata.ClientInfoProperties
- Maximum length of the value for the propertySource column: MAX_LEN
- getMaxLogicalLobSize() - function in dev.warrengates.bettermetadata.Database
- Get max logical lob size
- getMaxProcedureNameLength() - function in dev.warrengates.bettermetadata.Database
- Get max procedure name length
- getMaxRowSize() - function in dev.warrengates.bettermetadata.Database
- Get max row size
- getMaxSchemaNameLength() - function in dev.warrengates.bettermetadata.Database
- Get max schema name length
- getMaxStatementLength() - function in dev.warrengates.bettermetadata.Database
- Get max statement length
- getMaxStatements() - function in dev.warrengates.bettermetadata.Database
- Get max statements
- getMaxTableNameLength() - function in dev.warrengates.bettermetadata.Database
- Get max table name length
- getMaxTablesInSelect() - function in dev.warrengates.bettermetadata.Database
- Get max tables in select
- getMaxUserNameLength() - function in dev.warrengates.bettermetadata.Database
- Get max username length
- getMetadataInt(ResultSet,String) - function in dev.warrengates.bettermetadata.TypeDefinitionsKt
- getMinimumScale() - function in dev.warrengates.bettermetadata.TypeInfo
- Minimum scaleSource column: MINIMUM_SCALE
- getName() - function in dev.warrengates.bettermetadata.Attribute
- Attribute nameSource column: ATTR_NAME
- getName() - function in kotlin.AttributeNullable
- getName() - function in kotlin.BestRowColumnType
- getName() - function in kotlin.BestRowIdentifierScope
- getName() - function in dev.warrengates.bettermetadata.ClientInfoProperties
- Name of client info propertySource column: NAME
- getName() - function in dev.warrengates.bettermetadata.Column
- Column nameSource column: COLUMN_NAME
- getName() - function in kotlin.ColumnNullable
- getName() - function in kotlin.ForeignKeyDeleteRule
- getName() - function in kotlin.ForeignKeyInitialDeferrability
- getName() - function in kotlin.ForeignKeyUpdateRule
- getName() - function in dev.warrengates.bettermetadata.Function
- NameSource column: FUNCTION_NAME
- getName() - function in dev.warrengates.bettermetadata.FunctionColumn
- NameSource column: COLUMN_NAME
- getName() - function in kotlin.FunctionColumnNullable
- getName() - function in kotlin.FunctionColumnType
- getName() - function in kotlin.FunctionReturnType
- getName() - function in dev.warrengates.bettermetadata.Index
- Name, null when type is IndexType.STATISTICSource column: INDEX_NAME
- getName() - function in kotlin.IndexSort
- getName() - function in kotlin.IndexType
- getName() - function in kotlin.IsAutoIncrement
- getName() - function in kotlin.IsGeneratedColumn
- getName() - function in kotlin.IsGrantable
- getName() - function in kotlin.IsNullable
- getName() - function in dev.warrengates.bettermetadata.PrimaryKey
- Key nameSource column: PK_NAME
- getName() - function in dev.warrengates.bettermetadata.Procedure
- NameSource column: PROCEDURE_NAME
- getName() - function in dev.warrengates.bettermetadata.ProcedureColumn
- NameSource column: COLUMN_NAME
- getName() - function in kotlin.ProcedureColumnNullable
- getName() - function in kotlin.ProcedureColumnType
- getName() - function in kotlin.ProcedureReturnType
- getName() - function in dev.warrengates.bettermetadata.PseudoColumn
- Name
- getName() - function in kotlin.ResultSetConcurrency
- getName() - function in kotlin.ResultSetHoldability
- getName() - function in kotlin.ResultSetType
- getName() - function in kotlin.SQLStateType
- getName() - function in dev.warrengates.bettermetadata.Schema
- NameSource column: TABLE_SCHEM
- getName() - function in dev.warrengates.bettermetadata.SuperType
- NameSource column: TYPE_NAME
- getName() - function in dev.warrengates.bettermetadata.Table
- NameSource column: TABLE_NAME
- getName() - function in dev.warrengates.bettermetadata.TablePrivilege
- NameSource column: TABLE_NAME
- getName() - function in kotlin.TransactionIsolation
- getName() - function in dev.warrengates.bettermetadata.TypeInfo
- NameSource column: TYPE_NAME
- getName() - function in kotlin.TypeNullable
- getName() - function in kotlin.TypeSearchable
- getName() - function in dev.warrengates.bettermetadata.UserDefinedType
- NameSource column: TYPE_NAME
- getName() - function in kotlin.VersionColumnType
- getNonUnique() - function in dev.warrengates.bettermetadata.Index
- Non unique, false when type is IndexType.STATISTICSource column: NON_UNIQUE
- getNullable() - function in dev.warrengates.bettermetadata.Attribute
- Indicates whether attribute is nullable, converted to AttributeNullableSource column: NULLABLE
- getNullable() - function in dev.warrengates.bettermetadata.Column
- Nullable, converted to ColumnNullableSource column: NULLABLE
- getNullable() - function in dev.warrengates.bettermetadata.FunctionColumn
- Nullable, converted to FunctionColumnNullableSource column: NULLABLE
- getNullable() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Nullable, converted to ProcedureColumnNullableSource column: NULLABLE
- getNullable() - function in dev.warrengates.bettermetadata.TypeInfo
- Nullable, converted to TypeNullableSource column: NULLABLE
- getNumericFunctions() - function in dev.warrengates.bettermetadata.Database
- Get numeric function names
- getOrdinal() - function in kotlin.AttributeNullable
- getOrdinal() - function in kotlin.BestRowColumnType
- getOrdinal() - function in kotlin.BestRowIdentifierScope
- getOrdinal() - function in kotlin.ColumnNullable
- getOrdinal() - function in kotlin.ForeignKeyDeleteRule
- getOrdinal() - function in kotlin.ForeignKeyInitialDeferrability
- getOrdinal() - function in kotlin.ForeignKeyUpdateRule
- getOrdinal() - function in kotlin.FunctionColumnNullable
- getOrdinal() - function in kotlin.FunctionColumnType
- getOrdinal() - function in kotlin.FunctionReturnType
- getOrdinal() - function in kotlin.IndexSort
- getOrdinal() - function in kotlin.IndexType
- getOrdinal() - function in kotlin.IsAutoIncrement
- getOrdinal() - function in kotlin.IsGeneratedColumn
- getOrdinal() - function in kotlin.IsGrantable
- getOrdinal() - function in kotlin.IsNullable
- getOrdinal() - function in kotlin.ProcedureColumnNullable
- getOrdinal() - function in kotlin.ProcedureColumnType
- getOrdinal() - function in kotlin.ProcedureReturnType
- getOrdinal() - function in kotlin.ResultSetConcurrency
- getOrdinal() - function in kotlin.ResultSetHoldability
- getOrdinal() - function in kotlin.ResultSetType
- getOrdinal() - function in kotlin.SQLStateType
- getOrdinal() - function in kotlin.TransactionIsolation
- getOrdinal() - function in kotlin.TypeNullable
- getOrdinal() - function in kotlin.TypeSearchable
- getOrdinal() - function in kotlin.VersionColumnType
- getOrdinalPosition() - function in dev.warrengates.bettermetadata.Attribute
- Index of the attribute in the UserDefinedType (starts at 1)Source column: ORDINAL_POSITION
- getOrdinalPosition() - function in dev.warrengates.bettermetadata.Column
- Ordinal positionSource column: ORDINAL_POSITION
- getOrdinalPosition() - function in dev.warrengates.bettermetadata.FunctionColumn
- Ordinal positionSource column: ORDINAL_POSITION
- getOrdinalPosition() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Ordinal positionSource column: ORDINAL_POSITION
- getPages() - function in dev.warrengates.bettermetadata.Index
- Pages, when type is IndexType.STATISTIC this is then number pages used for the table, otherwise it is the number of pages used for the current indexSource column: PAGES
- getPrecision() - function in dev.warrengates.bettermetadata.FunctionColumn
- PrecisionSource column: PRECISION
- getPrecision() - function in dev.warrengates.bettermetadata.ProcedureColumn
- PrecisionSource column: PRECISION
- getPrecision() - function in dev.warrengates.bettermetadata.TypeInfo
- PrecisionSource column: PRECISION
- getPrimaryKey() - function in dev.warrengates.bettermetadata.Table
- getPrimaryKeyColumn() - function in dev.warrengates.bettermetadata.KeyColumn
- getPrimaryKeyName() - function in dev.warrengates.bettermetadata.Key
- Primary key nameSource column: PK_NAME
- getPrivilege() - function in dev.warrengates.bettermetadata.ColumnPrivilege
- PrivilegeSource column: PRIVILEGE
- getPrivilege() - function in dev.warrengates.bettermetadata.TablePrivilege
- PrivilegeSource column: PRIVILEGE
- getProcedureColumns(String) - function in dev.warrengates.bettermetadata.Procedure
- Wrapper around getProcedureColumns and returns a list of ProcedureColumns for this procedure only
- getProcedureColumns() - function in dev.warrengates.bettermetadata.Procedure
- Wrapper around getProcedureColumns and returns a list of ProcedureColumns for this procedure only
- getProcedureName() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Procedure nameSource column: PROCEDURE_NAME
- getProcedures(String) - function in dev.warrengates.bettermetadata.Database
- Get procedures based on specified namePattern as well as defaultCatalog and defaultSchema
- getProcedures() - function in dev.warrengates.bettermetadata.Database
- Get procedures based on specified namePattern as well as defaultCatalog and defaultSchema
- getProcedures(String,String,String) - function in dev.warrengates.bettermetadata.Database
- Get procedures.
- getProcedureTerm() - function in dev.warrengates.bettermetadata.Database
- Get procedure term
- getPseudoColumn() - function in dev.warrengates.bettermetadata.BestRowIdentifier
- Indicates whether this is a pseudo column like an Oracle ROWID, converted to BestRowColumnTypeSource column: PSEUDO_COLUMN
- getPseudoColumn() - function in dev.warrengates.bettermetadata.VersionColumn
- Pseudo column, converted to VersionColumnTypeSource column: PSEUDO_COLUMN
- getPseudoColumns(String) - function in dev.warrengates.bettermetadata.Table
- Get pseudo columnsSource: wrapped results of getPseudoColumns filtered to this table's catalog, schema, and name
- getPseudoColumns() - function in dev.warrengates.bettermetadata.Table
- Get pseudo columnsSource: wrapped results of getPseudoColumns filtered to this table's catalog, schema, and name
- getRadix() - function in dev.warrengates.bettermetadata.Attribute
- Numeric precision radix (typically either 10 or 2)Source column: NUM_PREC_RADIX
- getRadix() - function in dev.warrengates.bettermetadata.Column
- Numeric precision radix, renamedSource column: NUM_PREC_RADIX
- getRadix() - function in dev.warrengates.bettermetadata.FunctionColumn
- RadixSource column: RADIX
- getRadix() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Radix, converted to Int for consistencySource column: RADIX
- getRadix() - function in dev.warrengates.bettermetadata.PseudoColumn
- Numeric precision radix
- getRadix() - function in dev.warrengates.bettermetadata.TypeInfo
- Numeric precision radixSource column: NUM_PREC_RADIX
- getReferencingColumnGeneration() - function in dev.warrengates.bettermetadata.Table
- Referencing column generationSource column: REF_GENERATION
- getRemarks() - function in dev.warrengates.bettermetadata.Attribute
- Comment describing columnSource column: REMARKS
- getRemarks() - function in dev.warrengates.bettermetadata.Column
- RemarksSource column: REMARKS
- getRemarks() - function in dev.warrengates.bettermetadata.Function
- RemarksSource column: REMARKS
- getRemarks() - function in dev.warrengates.bettermetadata.FunctionColumn
- RemarksSource column: REMARKS
- getRemarks() - function in dev.warrengates.bettermetadata.Procedure
- RemarksSource column: REMARKS
- getRemarks() - function in dev.warrengates.bettermetadata.ProcedureColumn
- RemarksSource column: REMARKS
- getRemarks() - function in dev.warrengates.bettermetadata.PseudoColumn
- Remarks
- getRemarks() - function in dev.warrengates.bettermetadata.Table
- RemarksSource column: REMARKS
- getRemarks() - function in dev.warrengates.bettermetadata.UserDefinedType
- RemarksSource column: REMARKS
- getResultSetHoldability() - function in dev.warrengates.bettermetadata.Database
- Get result set holdability
- getReturnType() - function in dev.warrengates.bettermetadata.Function
- Return type, converted to FunctionReturnTypeSource column: FUNCTION_TYPE
- getReturnType() - function in dev.warrengates.bettermetadata.Procedure
- Return type, converted to ProcedureReturnTypeSource column: PROCEDURE_TYPE
- getRowIdLifetime() - function in dev.warrengates.bettermetadata.Database
- Get row id lifetime
- getScale() - function in dev.warrengates.bettermetadata.FunctionColumn
- ScaleSource column: SCALE
- getScale() - function in dev.warrengates.bettermetadata.ProcedureColumn
- ScaleSource column: SCALE
- getSchema() - function in dev.warrengates.bettermetadata.Attribute
- Schema nameSource column: TYPE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.Column
- Containing Table's schemaSource column: TABLE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.ColumnPrivilege
- SchemaSource column: TABLE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.Function
- SchemaSource column: FUNCTION_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.FunctionColumn
- SchemaSource column: FUNCTION_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.Index
- SchemaSource column: TABLE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.Procedure
- SchemaSource column: PROCEDURE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.ProcedureColumn
- SchemaSource column: PROCEDURE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.PseudoColumn
- Schema
- getSchema() - function in dev.warrengates.bettermetadata.SuperType
- SchemaSource column: TYPE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.Table
- SchemaSource column: TABLE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.TablePrivilege
- SchemaSource column: TABLE_SCHEM
- getSchema() - function in dev.warrengates.bettermetadata.UserDefinedType
- SchemaSource column: TYPE_SCHEM
- getSchemas() - function in dev.warrengates.bettermetadata.Database
- Get schemas
- getSchemaTerm() - function in dev.warrengates.bettermetadata.Database
- Get schema term
- getScope() - function in dev.warrengates.bettermetadata.BestRowIdentifier
- Scope of result, converted to BestRowIdentifierScopeSource column: SCOPE
- getScopeCatalog() - function in dev.warrengates.bettermetadata.Attribute
- Catalog of table that is the scope of a reference attribute (null if dataType isn't REF)Source column: SCOPE_CATALOG
- getScopeCatalog() - function in dev.warrengates.bettermetadata.Column
- Scope catalogSource column: SCOPE_CATALOG
- getScopeSchema() - function in dev.warrengates.bettermetadata.Attribute
- Scope of table that is the scope of a reference attribute (null if dataType isn't REF)Source column: SCOPE_SCHEMA
- getScopeSchema() - function in dev.warrengates.bettermetadata.Column
- Scope schemaSource column: SCOPE_SCHEMA
- getScopeTable() - function in dev.warrengates.bettermetadata.Attribute
- Table name that is the scope of a reference attribute (null if dataType isn't REF)Source column: SCOPE_TABLE
- getScopeTable() - function in dev.warrengates.bettermetadata.Column
- Scope tableSource column: SCOPE_TABLE
- getSearchable() - function in dev.warrengates.bettermetadata.TypeInfo
- Searchable, converted to TypeSearchableSource column: SEARCHABLE
- getSearchStringEscape() - function in dev.warrengates.bettermetadata.Database
- Get search string escape
- getSelfReferencingColumnName() - function in dev.warrengates.bettermetadata.Table
- Self referencing column nameSource column: SELF_REFERENCING_COL_NAME
- getSequenceNumber() - function in dev.warrengates.bettermetadata.KeyColumn
- getSortSequence() - function in dev.warrengates.bettermetadata.IndexColumn
- getSourceDataType() - function in dev.warrengates.bettermetadata.Attribute
- Source data type of a distinct type or user-generated REF type, JDBCType.NULL if dataType isn't JDBCType.DISTINCT or JDBCType.REF.
- getSourceDataType() - function in dev.warrengates.bettermetadata.Column
- Source data type of a distinct type or user-generated REF type, JDBCType.NULL if dataType isn't JDBCType.DISTINCT or JDBCType.REF.
- getSpecificName() - function in dev.warrengates.bettermetadata.Function
- Specific nameSource column: SPECIFIC_NAME
- getSpecificName() - function in dev.warrengates.bettermetadata.FunctionColumn
- Specific nameSource column: SPECIFIC_NAME
- getSpecificName() - function in dev.warrengates.bettermetadata.Procedure
- Specific nameSource column: SPECIFIC_NAME
- getSpecificName() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Specific nameSource column: SPECIFIC_NAME
- getSQLKeywords() - function in dev.warrengates.bettermetadata.Database
- Get SQL keywords
- getSQLStateType() - function in dev.warrengates.bettermetadata.Database
- Get SQL state type
- getStringFunctions() - function in dev.warrengates.bettermetadata.Database
- Get string function names
- getSuperTables() - function in dev.warrengates.bettermetadata.Table
- Get super tables of this tableSource: wrapped result of getSuperTables filtered to this table's catalog, schema, and name
- getSuperTypeCatalog() - function in dev.warrengates.bettermetadata.SuperType
- Super type catalogSource column: SUPERTYPE_CAT
- getSuperTypeName() - function in dev.warrengates.bettermetadata.SuperType
- Super type nameSource column: SUPERTYPE_NAME
- getSuperTypes() - function in dev.warrengates.bettermetadata.UserDefinedType
- Get super types for this typeSource: wrapped results of getSuperTypes filtered to this type's catalog, schema, and name
- getSuperTypeSchema() - function in dev.warrengates.bettermetadata.SuperType
- Super type schemaSource column: SUPERTYPE_SCHEM
- getSystemFunctions() - function in dev.warrengates.bettermetadata.Database
- Get system function names
- getTableName() - function in dev.warrengates.bettermetadata.Column
- Containing Table's nameSource column: TABLE_NAME
- getTableName() - function in dev.warrengates.bettermetadata.ColumnPrivilege
- Table nameSource column: TABLE_NAME
- getTableName() - function in dev.warrengates.bettermetadata.Index
- Table nameSource column: TABLE_NAME
- getTableName() - function in dev.warrengates.bettermetadata.PseudoColumn
- Table name
- getTablePrivileges() - function in dev.warrengates.bettermetadata.Table
- Get table privilegesSource: wrapped results of getTablePrivileges filtered to this table's catalog, schema, and name
- getTables(String,Array) - function in dev.warrengates.bettermetadata.Database
- Get tables with specified tableNamePattern and types, as well as defaultCatalog and defaultSchema
- getTables(String) - function in dev.warrengates.bettermetadata.Database
- Get tables with specified tableNamePattern and types, as well as defaultCatalog and defaultSchema
- getTables() - function in dev.warrengates.bettermetadata.Database
- Get tables with specified tableNamePattern and types, as well as defaultCatalog and defaultSchema
- getTables(String,String,String,Array) - function in dev.warrengates.bettermetadata.Database
- Get tables.
- getTableTypes() - function in dev.warrengates.bettermetadata.Database
- Get table types
- getTimeDateFunctions() - function in dev.warrengates.bettermetadata.Database
- Get time date function names
- getType() - function in dev.warrengates.bettermetadata.Index
- TypeSource column: TYPE
- getType() - function in dev.warrengates.bettermetadata.Table
- TypeSource column: TABLE_TYPE
- getTypeCatalog() - function in dev.warrengates.bettermetadata.Table
- Type catalogSource column: TYPE_CAT
- getTypeInfo() - function in dev.warrengates.bettermetadata.Database
- Get type info
- getTypeName() - function in dev.warrengates.bettermetadata.Attribute
- Type nameSource column: TYPE_NAME
- getTypeName() - function in dev.warrengates.bettermetadata.BestRowIdentifier
- Data source dependent type name, for a UserDefinedType the type name is fully qualifiedSource column: TYPE_NAME
- getTypeName() - function in dev.warrengates.bettermetadata.Column
- Data source dependent type name, for UserDefinedType the type name is fully qualifiedSource column: TYPE_NAME
- getTypeName() - function in dev.warrengates.bettermetadata.FunctionColumn
- Type nameSource column: TYPE_NAME
- getTypeName() - function in dev.warrengates.bettermetadata.ProcedureColumn
- Type nameSource column: TYPE_NAME
- getTypeName() - function in dev.warrengates.bettermetadata.Table
- Type nameSource column: TYPE_NAME
- getTypeName() - function in dev.warrengates.bettermetadata.VersionColumn
- Type nameSource column: TYPE_NAME
- getTypeSchema() - function in dev.warrengates.bettermetadata.Table
- Type schemaSource column: TYPE_SCHEM
- getUpdateRule() - function in dev.warrengates.bettermetadata.Key
- Update rule, converted to ForeignKeyUpdateRuleSource column: UPDATE_RULE
- getURL() - function in dev.warrengates.bettermetadata.Database
- Get URL for database connection
- getUserDefinedTypes(String,Array) - function in dev.warrengates.bettermetadata.Database
- Get user defined types based on specified namePattern and types as well as defaultCatalog and defaultSchema
- getUserDefinedTypes(String) - function in dev.warrengates.bettermetadata.Database
- Get user defined types based on specified namePattern and types as well as defaultCatalog and defaultSchema
- getUserDefinedTypes() - function in dev.warrengates.bettermetadata.Database
- Get user defined types based on specified namePattern and types as well as defaultCatalog and defaultSchema
- getUserDefinedTypes(String,String,String,Array) - function in dev.warrengates.bettermetadata.Database
- Get user defined types.
- getUserName() - function in dev.warrengates.bettermetadata.Database
- Get username
- getValue() - function in dev.warrengates.bettermetadata.AttributeNullable
- getValue() - function in dev.warrengates.bettermetadata.BestRowColumnType
- getValue() - function in dev.warrengates.bettermetadata.BestRowIdentifierScope
- Value
- getValue() - function in dev.warrengates.bettermetadata.ColumnNullable
- getValue() - function in dev.warrengates.bettermetadata.ForeignKeyDeleteRule
- getValue() - function in dev.warrengates.bettermetadata.ForeignKeyInitialDeferrability
- getValue() - function in dev.warrengates.bettermetadata.ForeignKeyUpdateRule
- getValue() - function in dev.warrengates.bettermetadata.FunctionColumnNullable
- getValue() - function in dev.warrengates.bettermetadata.FunctionColumnType
- getValue() - function in dev.warrengates.bettermetadata.FunctionReturnType
- getValue() - function in dev.warrengates.bettermetadata.IndexSort
- getValue() - function in dev.warrengates.bettermetadata.IndexType
- getValue() - function in dev.warrengates.bettermetadata.IntegerEnum
- Value
- getValue() - function in dev.warrengates.bettermetadata.IsAutoIncrement
- getValue() - function in dev.warrengates.bettermetadata.IsGeneratedColumn
- getValue() - function in dev.warrengates.bettermetadata.IsGrantable
- getValue() - function in dev.warrengates.bettermetadata.IsNullable
- getValue() - function in dev.warrengates.bettermetadata.ProcedureColumnNullable
- getValue() - function in dev.warrengates.bettermetadata.ProcedureColumnType
- getValue() - function in dev.warrengates.bettermetadata.ProcedureReturnType
- getValue() - function in dev.warrengates.bettermetadata.ResultSetConcurrency
- getValue() - function in dev.warrengates.bettermetadata.ResultSetHoldability
- getValue() - function in dev.warrengates.bettermetadata.ResultSetType
- getValue() - function in dev.warrengates.bettermetadata.SQLStateType
- getValue() - function in dev.warrengates.bettermetadata.StringEnum
- getValue() - function in dev.warrengates.bettermetadata.TransactionIsolation
- Value
- getValue() - function in dev.warrengates.bettermetadata.TypeNullable
- getValue() - function in dev.warrengates.bettermetadata.TypeSearchable
- getValue() - function in dev.warrengates.bettermetadata.VersionColumnType
- getVersionColumns() - function in dev.warrengates.bettermetadata.Table
- Get version columnsSource: wrapped results of getVersionColumns filtered to this table's catalog, schema, and name