Package dev.warrengates.bettermetadata
See: Description
-
Class Summary Class Description Attribute Wrapper for results of getAttributes method and represents an attribute of a UserDefinedType. BestRowIdentifier Wrapper for results of getBestRowIdentifier method and represents the optimal set of columns that uniquely identify a Table's rowNote that per the documentation BUFFER_LENGTH is unused and has been left out of this class ClientInfoProperties Wrapper for results of getClientInfoProperties method and represents a list of the client info properties supported by the current driver Column Wrapper for results of getColumns method and represents a Table columnNote that per the documentation BUFFER_LENGTH, SQL_DATA_TYPE, and SQL_DATETIME_SUB are unused and have been left out of this class ColumnPrivilege Wrapper for results of getColumnPrivileges method. Database Provides a wrapper around DatabaseMetaData. Function Wrapper for results of getFunctions method and represents user and system functions FunctionColumn Wrapper for results of getFunctionColumns method and represents a column of Function Index Wrapper for the results of the getIndexInfo method and represents a Table's indices and statistics. IndexColumn Index column Key Key KeyColumn Key column PrimaryKey Wrapper for results of getPrimaryKeys. Procedure Wrapper around the getProcedures method and represents a stored procedure ProcedureColumn Wrapper for results of getProcedureColumnsNote that per the documentation SQL_DATA_TYPE and SQL_DATETIME_SUB are reserved for future use and have been left out of this class PseudoColumn Wrapper for results of getPseudoColumns Schema Wrapper for results of getSchemas SuperType Wrapper for results of getSuperTypes Table Wrapper for the results of getTables TablePrivilege Wrapper for results of getTablePrivileges TypeInfo Wrapper for results of getTypeInfoNote that per the documentation SQL_DATA_TYPE, and SQL_DATETIME_SUB are unused and have been left out of this class UserDefinedType Wrapper for results of getUDTs VersionColumn Wrapper for results of getVersionColumnsNote that per the documentation SCOPE is unused and has been left out of this class TypeDefinitionsKt HelpersKt -
Enum Summary Enum Description AttributeNullable Indicates whether NULL is allowed BestRowColumnType Indicates whether best row column is a pseudo column like an Oracle ROWID BestRowIdentifierScope Best row identifier scope ColumnNullable Column nullable ForeignKeyDeleteRule Foreign key delete rule ForeignKeyInitialDeferrability Foreign key initial deferrability ForeignKeyUpdateRule Foreign key update rule FunctionColumnNullable Function column nullable FunctionColumnType Function column type FunctionReturnType Function return type IndexSort Index sort IndexType Index type IsAutoIncrement Is auto increment, values taken from returned strings IsGeneratedColumn Is generated column, values taken from returned strings IsGrantable Is grantable, values taken from returned strings IsNullable Is nullable, values taken from returned strings ProcedureColumnNullable Procedure column nullable ProcedureColumnType Procedure column type ProcedureReturnType Procedure return type ResultSetConcurrency Result set concurrency ResultSetHoldability Result set holdability ResultSetType Result set type SQLStateType SQL state type TransactionIsolation Transaction isolation TypeNullable Type nullable TypeSearchable Type searchable VersionColumnType Version column type -
Interface Summary Interface Description IntegerEnum Integer enum, convenience interface for converting integer values to enums StringEnum String enum, convenience interface for converting string values to enums -
Annotation Summary Annotation Description SourceColumn