| Interface | Description |
|---|---|
| AttributedObject |
Allow attributes on objects.
|
| BaseColumn<D extends DatabaseObject> |
Column for tables and routines.
|
| BaseForeignKey<R extends ColumnReference> |
Represents a foreign-key mapping to a primary key in another table.
|
| 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.
|
| Constraint |
Represents a table constraint.
|
| ConstraintType | |
| ContainedObject<P> | |
| CrawlInfo | |
| DatabaseInfo |
Database and connection information.
|
| DatabaseObject |
Represents a database object.
|
| DatabaseProperty | |
| 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.
|
| ForeignKeyColumnReference |
Represents a single column mapping from a primary key column to a
foreign key column.
|
| Function |
Represents a database function.
|
| FunctionColumn |
Represents a column in a database procedure.
|
| Grant<D extends DatabaseObject> | |
| 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.
|
| ProcedureColumn |
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 | |
| RoutineColumn<R extends Routine> | |
| RoutineColumnType | |
| 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 | |
| Trigger |
Represents an trigger.
|
| TypedObject<T extends java.lang.Comparable<? super T>> | |
| View |
Represents a view in the database.
|
| Class | Description |
|---|---|
| JavaSqlType |
A wrapper around java.sql.Types.
|
| SchemaReference | |
| TableType |
Represents a type of table in the database.
|
| Enum | Description |
|---|---|
| ActionOrientationType |
Action orientation type.
|
| CheckOptionType |
View check options.
|
| ConditionTimingType |
Condition timing type.
|
| EventManipulationType |
Event manipulation type.
|
| ForeignKeyDeferrability |
The deferrability value for foreign keys.
|
| ForeignKeyUpdateRule |
Foreign key update and delete rules.
|
| FunctionColumnType |
An enumeration wrapper around procedure column types.
|
| FunctionReturnType |
An enumeration wrapper around JDBC function types.
|
| IndexColumnSortSequence |
An enumeration wrapper around index sort sequences.
|
| IndexType |
An enumeration wrapper around index types.
|
| JavaSqlTypeGroup | |
| ProcedureColumnType |
An enumeration wrapper around procedure column types.
|
| ProcedureReturnType |
An enumeration wrapper around JDBC procedure types.
|
| RoutineBodyType |
Routine body.
|
| RoutineType | |
| SearchableType |
An enumeration wrapper around JDBC procedure types.
|
| TableConstraintType |
Table constraint type.
|
| TableRelationshipType |
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.