| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
List<RoutineDefinition> |
AbstractPackageDefinition.getRoutines() |
List<RoutineDefinition> |
AbstractUDTDefinition.getRoutines() |
List<RoutineDefinition> |
PackageDefinition.getRoutines()
Fetch all routines from the package.
|
List<RoutineDefinition> |
UDTDefinition.getRoutines()
All routines in the UDT
|
List<RoutineDefinition> |
AbstractDatabase.getRoutines(SchemaDefinition schema) |
List<RoutineDefinition> |
Database.getRoutines(SchemaDefinition schema)
The stored routines (procedures and functions) contained in this
database.
|
protected abstract List<RoutineDefinition> |
AbstractDatabase.getRoutines0()
Retrieve ALL stored routines (functions and procedures) from the
database.
|
protected List<RoutineDefinition> |
AbstractMetaDatabase.getRoutines0() |
protected abstract List<RoutineDefinition> |
AbstractPackageDefinition.getRoutines0() |
protected abstract List<RoutineDefinition> |
AbstractUDTDefinition.getRoutines0() |
| Constructor and Description |
|---|
DefaultParameterDefinition(RoutineDefinition routine,
String name,
int position,
DataTypeDefinition type) |
DefaultParameterDefinition(RoutineDefinition routine,
String name,
int position,
DataTypeDefinition type,
boolean isDefaulted) |
DefaultParameterDefinition(RoutineDefinition routine,
String name,
int position,
DataTypeDefinition type,
boolean isDefaulted,
boolean isUnnamed) |
DefaultParameterDefinition(RoutineDefinition routine,
String name,
int position,
DataTypeDefinition type,
boolean isDefaulted,
boolean isUnnamed,
String comment) |
DefaultParameterDefinition(RoutineDefinition routine,
String name,
int position,
DataTypeDefinition type,
boolean isDefaulted,
boolean isUnnamed,
String comment,
String overload) |
DefaultParameterDefinition(RoutineDefinition routine,
String name,
int position,
DataTypeDefinition type,
boolean isDefaulted,
boolean isUnnamed,
String comment,
String overload,
boolean isSynthetic) |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
CUBRIDDatabase.getRoutines0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
DerbyDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
FirebirdRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
FirebirdDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
H2RoutineDefinition
H2 implementation of
AbstractRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
H2Database.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
HSQLDBRoutineDefinition
HSQLDB implementation of
AbstractRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
HSQLDBDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
MySQLDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresRoutineDefinition
Postgres implementation of
AbstractRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
PostgresDatabase.getRoutines0() |
protected List<RoutineDefinition> |
PostgresUDTDefinition.getRoutines0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
SQLiteDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
XMLDatabase.getRoutines0() |
protected List<RoutineDefinition> |
XMLPackageDefinition.getRoutines0() |
Copyright © 2021. All rights reserved.