Interface | Description |
---|---|
AliasInfo |
An interface for describing an alias in Derby systems.
|
ValueClassName |
List of strings representing class names, which are typically found
for classes with implement the Formatable interface.
|
Class | Description |
---|---|
CharacterTypeAttributes |
Character set and collation for character types.
|
DataTypeDescriptor |
DataTypeDescriptor describes a runtime SQL type.
|
JSQLType |
Type descriptor which wraps all 3 kinds of types supported in Derby's
JSQL language: SQL types, Java primitives, Java classes.
|
MethodAliasInfo |
Describe a method alias.
|
RoutineAliasInfo |
Describe a routine (procedure or function) alias.
|
SynonymAliasInfo |
Describe an S (Synonym) alias.
|
TypeId |
TypeId describes the static information about a SQL type
independent of any specific attributes of the type such
as length.
|
TypeId.FormatIds | |
TypeId.RowMultiSetTypeId | |
UDTAliasInfo |
Describe an A (Abstract Data Type) alias.
|
Enum | Description |
---|---|
AliasInfo.Type | |
CharacterTypeAttributes.CollationDerivation | |
RoutineAliasInfo.SQLAllowed |
Copyright © 2013. All Rights Reserved.