| Package | Description |
|---|---|
| schemacrawler.filter | |
| schemacrawler.schema | |
| schemacrawler.schemacrawler | |
| schemacrawler.utility |
| Modifier and Type | Class and Description |
|---|---|
class |
InclusionRuleFilter<N extends NamedObject> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Reducer<N extends NamedObject> |
interface |
ReducibleCollection<N extends NamedObject> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseColumn<D extends DatabaseObject>
Column for tables and routines.
|
interface |
Catalog
Database and connection information.
|
interface |
Column
Represents a column in a database table or routine.
|
interface |
ColumnDataType
Represents a column type.
|
interface |
DatabaseObject
Represents a database object.
|
interface |
DatabaseUser |
interface |
DependantObject<P extends DatabaseObject>
Represents the dependent of a database object, such as a column or an index, which are dependents
of a table.
|
interface |
ForeignKey
Represents a foreign-key mapping to a primary key in another table.
|
interface |
Function
Represents a database function.
|
interface |
FunctionParameter
Represents a column in a database procedure.
|
interface |
Index
Represents an index on a database table.
|
interface |
IndexColumn |
interface |
PartialDatabaseObject
Represents a database object, with partially populated metadata.
|
interface |
PrimaryKey
Represents a primary key in a table.
|
interface |
Privilege<D extends DatabaseObject>
Represents a privilege of a table or column.
|
interface |
Procedure
Represents a database procedure.
|
interface |
ProcedureParameter
Represents a column in a database procedure.
|
interface |
ResultsColumn
Represents a column in a result set.
|
interface |
ResultsColumns
Represents a result set, a result of a query.
|
interface |
Routine |
interface |
RoutineParameter<R extends Routine> |
interface |
Schema
Represents the database schema.
|
interface |
Sequence
Represents a database sequence.
|
interface |
Synonym
Represents a database synonym.
|
interface |
Table
Represents a table in the database.
|
interface |
TableConstraint
Represents a table constraint.
|
interface |
TableConstraintColumn |
interface |
TableReference
Represents a foreign-key mapping to a primary key in another table.
|
interface |
Trigger
Represents a trigger.
|
interface |
View
Represents a view in the database.
|
interface |
WeakAssociation |
| Modifier and Type | Method and Description |
|---|---|
<N extends NamedObject> |
Reducible.reduce(Class<N> clazz,
Reducer<N> reducer) |
<N extends NamedObject> |
Reducible.undo(Class<N> clazz,
Reducer<N> reducer) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaReference |
| Modifier and Type | Method and Description |
|---|---|
int |
SchemaReference.compareTo(NamedObject obj) |
String |
Identifiers.quoteName(NamedObject namedObject)
Quotes an identifier name using the identifier quote string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NamedObjectSort.compare(NamedObject namedObject1,
NamedObject namedObject2) |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.