Interface | Description |
---|---|
AttributedObject |
Allow attributes on objects.
|
BaseColumn<D extends DatabaseObject> |
Column for tables and routines.
|
Catalog |
Database and connection information.
|
Column |
Represents a column in a database table or routine.
|
ColumnDataType |
Represents a column type.
|
ColumnReference |
Represents a single column mapping from a primary key column to a foreign key column.
|
ConnectionInfo |
Connection information.
|
ContainedObject<P> | |
CrawlInfo | |
DatabaseInfo |
Database and connection information.
|
DatabaseObject |
Represents a database object.
|
DatabaseProperty | |
DatabaseUser | |
DefinedObject | |
DependantObject<P extends DatabaseObject> |
Represents the dependent of a database object, such as a column or an index, which are dependents
of a table.
|
DescribedObject | |
ForeignKey |
Represents a foreign-key mapping to a primary key in another table.
|
Function |
Represents a database function.
|
FunctionParameter |
Represents a column in a database procedure.
|
Grant<D extends DatabaseObject> | |
IdentifiedEnum | |
Index |
Represents an index on a database table.
|
IndexColumn | |
JdbcDriverInfo |
JDBC driver information.
|
JdbcDriverProperty |
Represents a JDBC driver property, and it's value.
|
NamedObject |
Represents a named object.
|
PartialDatabaseObject |
Represents a database object, with partially populated metadata.
|
PrimaryKey |
Represents a primary key in a table.
|
Privilege<D extends DatabaseObject> |
Represents a privilege of a table or column.
|
Procedure |
Represents a database procedure.
|
ProcedureParameter |
Represents a column in a database procedure.
|
Property | |
Reducer<N extends NamedObject> | |
Reducible | |
ReducibleCollection<N extends NamedObject> | |
ResultsColumn |
Represents a column in a result set.
|
ResultsColumns |
Represents a result set, a result of a query.
|
Routine | |
RoutineParameter<R extends Routine> | |
RoutineReturnType | |
Schema |
Represents the database schema.
|
Sequence |
Represents a database sequence.
|
Synonym |
Represents a database synonym.
|
Table |
Represents a table in the database.
|
TableConstraint |
Represents a table constraint.
|
TableConstraintColumn | |
TableReference |
Represents a foreign-key mapping to a primary key in another table.
|
Trigger |
Represents an trigger.
|
TypedObject<T extends Comparable<? super T>> | |
View |
Represents a view in the database.
|
WeakAssociation |
Class | Description |
---|---|
JavaSqlType |
A wrapper around java.sql.Types.
|
NamedObjectKey | |
TableType |
Represents a type of table in the database.
|
TableTypes |
Represents a collection of tables types for a database system, as returned by the database server
itself.
|
Enum | Description |
---|---|
ActionOrientationType |
Action orientation type.
|
CheckOptionType |
View check options.
|
ConditionTimingType |
Condition timing type.
|
DataTypeType | |
EventManipulationType |
Event manipulation type.
|
ForeignKeyDeferrability |
An enumeration wrapper around the JDBC deferrability value for foreign keys.
|
ForeignKeyUpdateRule |
An enumeration wrapper around foreign key update and delete rules.
|
FunctionReturnType |
An enumeration wrapper around JDBC function return types.
|
IndexColumnSortSequence |
An enumeration wrapper around index sort sequences.
|
IndexType |
An enumeration wrapper around index types.
|
JavaSqlTypeGroup | |
ParameterModeType | |
ProcedureReturnType |
An enumeration wrapper around JDBC procedure return types.
|
RoutineBodyType |
Routine body.
|
RoutineType | |
SearchableType |
An enumeration wrapper around JDBC search predicates.
|
TableConstraintType |
Table constraint type.
|
TableRelationshipType |
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.