| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUDTDefinition
Abstract base implementation for
UDTDefinition's |
| Modifier and Type | Method and Description |
|---|---|
UDTDefinition |
Database.getUDT(SchemaDefinition schema,
String name)
Get a UDT defined in this database by name
|
UDTDefinition |
AbstractDatabase.getUDT(SchemaDefinition schema,
String name) |
UDTDefinition |
Database.getUDT(SchemaDefinition schema,
String name,
boolean ignoreCase)
Get a UDT defined in this database by name
|
UDTDefinition |
AbstractDatabase.getUDT(SchemaDefinition schema,
String name,
boolean ignoreCase) |
| Modifier and Type | Method and Description |
|---|---|
List<UDTDefinition> |
Database.getUDTs(SchemaDefinition schema)
The UDTs defined in this database
|
List<UDTDefinition> |
AbstractDatabase.getUDTs(SchemaDefinition schema) |
protected abstract List<UDTDefinition> |
AbstractDatabase.getUDTs0()
Retrieve ALL UDTs from the database.
|
| Constructor and Description |
|---|
DefaultAttributeDefinition(UDTDefinition udt,
String name,
int position,
DataTypeDefinition type) |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
ASEDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
CUBRIDDatabase.getUDTs0() |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2UDTDefinition
DB2 UDT definition
|
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
DB2Database.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
DerbyDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
FirebirdDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
H2Database.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
HSQLDBDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
IngresDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
JDBCDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
MySQLDatabase.getUDTs0() |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleUDTDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
OracleDatabase.getUDTs0()
Retrieve ALL UDTs from the database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresUDTDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
PostgresDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
SQLiteDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
SQLServerDatabase.getUDTs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UDTDefinition> |
SybaseDatabase.getUDTs0() |
Copyright © 2013. All Rights Reserved.