| 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> |
CUBRIDDatabase.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> |
JDBCDatabase.getPackages0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<PackageDefinition> |
MySQLDatabase.getPackages0() |
| 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> |
XMLDatabase.getPackages0() |
Copyright © 2015. All Rights Reserved.