| Modifier and Type | Interface and Description |
|---|---|
interface |
UDTDefinition
A definition for a UDT
This extends
PackageDefinition because Oracle internally models UDT's
in similar ways as packages. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPackageDefinition |
class |
AbstractUDTDefinition
Abstract base implementation for
UDTDefinition's |
| Modifier and Type | Method and Description |
|---|---|
PackageDefinition |
RoutineDefinition.getPackage() |
PackageDefinition |
AbstractRoutineDefinition.getPackage() |
| Modifier and Type | Method and Description |
|---|---|
List<PackageDefinition> |
Database.getPackages(SchemaDefinition schema)
The packages contained in this database
|
List<PackageDefinition> |
AbstractDatabase.getPackages(SchemaDefinition schema) |
protected abstract List<PackageDefinition> |
AbstractDatabase.getPackages0()
Retrieve ALL packages from the database.
|
| Constructor and Description |
|---|
AbstractRoutineDefinition(SchemaDefinition schema,
PackageDefinition pkg,
String name,
String comment,
String overload) |
AbstractRoutineDefinition(SchemaDefinition schema,
PackageDefinition pkg,
String name,
String comment,
String overload,
boolean aggregate) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
ASEDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
CUBRIDDatabase.getPackages0() |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2UDTDefinition
DB2 UDT definition
|
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
DB2Database.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
DerbyDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
FirebirdDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
H2Database.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
HSQLDBDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
IngresDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
JDBCDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
MySQLDatabase.getPackages0() |
| Modifier and Type | Class and Description |
|---|---|
class |
OraclePackageDefinition |
class |
OracleUDTDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
OracleDatabase.getPackages0()
Retrieve ALL packages from the database.
|
| Constructor and Description |
|---|
OracleRoutineDefinition(SchemaDefinition schema,
PackageDefinition pkg,
String name,
String comment,
BigDecimal objectId,
String overload) |
OracleRoutineDefinition(SchemaDefinition schema,
PackageDefinition pkg,
String name,
String comment,
BigDecimal objectId,
String overload,
boolean aggregate) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresUDTDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
PostgresDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
SQLiteDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
SQLServerDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
SybaseDatabase.getPackages0() |
| Constructor and Description |
|---|
SybaseRoutineDefinition(SchemaDefinition schema,
PackageDefinition pkg,
String name) |
Copyright © 2013. All Rights Reserved.