| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
List<RoutineDefinition> |
UDTDefinition.getRoutines()
All routines in the UDT
|
List<RoutineDefinition> |
PackageDefinition.getRoutines()
Fetch all routines from the package
|
List<RoutineDefinition> |
AbstractUDTDefinition.getRoutines() |
List<RoutineDefinition> |
AbstractPackageDefinition.getRoutines() |
List<RoutineDefinition> |
Database.getRoutines(SchemaDefinition schema)
The stored routines (procedures and functions) contained in this database
|
List<RoutineDefinition> |
AbstractDatabase.getRoutines(SchemaDefinition schema) |
protected abstract List<RoutineDefinition> |
AbstractUDTDefinition.getRoutines0() |
protected abstract List<RoutineDefinition> |
AbstractPackageDefinition.getRoutines0() |
protected abstract List<RoutineDefinition> |
AbstractDatabase.getRoutines0()
Retrieve ALL stored routines (functions and procedures) from the
database.
|
| Constructor and Description |
|---|
DefaultParameterDefinition(RoutineDefinition routine,
String name,
int position,
DataTypeDefinition type) |
DefaultParameterDefinition(RoutineDefinition routine,
String name,
int position,
DataTypeDefinition type,
boolean isDefaulted) |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
ASEDatabase.getRoutines0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
CUBRIDDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2RoutineDefinition
DB2 implementation of
AbstractRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
DB2UDTDefinition.getRoutines0() |
protected List<RoutineDefinition> |
DB2Database.getRoutines0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
DerbyDatabase.getRoutines0() |
| 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 | Method and Description |
|---|---|
protected List<RoutineDefinition> |
IngresDatabase.getRoutines0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
JDBCDatabase.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 |
OracleRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
OracleUDTDefinition.getRoutines0() |
protected List<RoutineDefinition> |
OraclePackageDefinition.getRoutines0() |
protected List<RoutineDefinition> |
OracleDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresRoutineDefinition
Postgres implementation of
AbstractRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
PostgresUDTDefinition.getRoutines0() |
protected List<RoutineDefinition> |
PostgresDatabase.getRoutines0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
SQLiteDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
SQLServerDatabase.getRoutines0() |
| Modifier and Type | Class and Description |
|---|---|
class |
SybaseRoutineDefinition
Sybase implementation of
AbstractRoutineDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<RoutineDefinition> |
SybaseDatabase.getRoutines0() |
Copyright © 2013. All Rights Reserved.