| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.schema | |
| schemacrawler.utility |
| Modifier and Type | Method and Description |
|---|---|
<E extends Enum<E> & IdentifiedEnum> |
MetadataResultSet.getEnumFromId(String columnName,
E defaultValue)
Reads the value of a column from the result set as an enum.
|
<E extends Enum<E> & IdentifiedEnum> |
MetadataResultSet.getEnumFromShortId(String columnName,
E defaultValue)
Reads the value of a column from the result set as an enum.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoutineReturnType |
| Modifier and Type | Class and Description |
|---|---|
class |
ForeignKeyDeferrability
An enumeration wrapper around the JDBC deferrability value for foreign keys.
|
class |
ForeignKeyUpdateRule
An enumeration wrapper around foreign key update and delete rules.
|
class |
FunctionReturnType
An enumeration wrapper around JDBC function return types.
|
class |
IndexType
An enumeration wrapper around index types.
|
class |
ProcedureReturnType
An enumeration wrapper around JDBC procedure return types.
|
class |
SearchableType
An enumeration wrapper around JDBC search predicates.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E> & IdentifiedEnum> |
EnumUtility.enumValueFromId(int value,
E defaultValue) |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.