| Package | Description |
|---|---|
| schemacrawler.schema | |
| schemacrawler.schemacrawler |
| Modifier and Type | Method and Description |
|---|---|
RoutineType |
Routine.getRoutineType()
Gets the routine type.
|
static RoutineType |
RoutineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoutineType[] |
RoutineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<RoutineType> |
SchemaCrawlerOptions.getRoutineTypes() |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerOptionsBuilder |
SchemaCrawlerOptionsBuilder.routineTypes(java.util.Collection<RoutineType> routineTypes) |
void |
SchemaCrawlerOptions.setRoutineTypes(java.util.Collection<RoutineType> routineTypes) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.