|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ColumnMetadata
Interface defining the metadata of a column of an ODTuple.
| Field Summary | |
|---|---|
static int |
COLUMN_NO_NULLS
The constant indicating that a column does not allow uk.org.ogsadai.tuple.Null values. |
static int |
COLUMN_NULLABLE
The constant indicating that a column allows uk.org.ogsadai.tuple.Null values. |
static int |
COLUMN_NULLABLE_UNKNOWN
The constant indicating that the nullability of a column's values is unknown. |
| Method Summary | |
|---|---|
int |
getColumnDisplaySize()
Indicates the designated column's normal maximum width in characters. |
java.net.URI |
getDRES()
Gets URI of the Data Request Execution Service (DRES) that contains the data resource that contains the table that contains the column. |
java.lang.String |
getName()
Gets the name of the column. |
int |
getPrecision()
Gets the column precision. |
ResourceID |
getResourceID()
Gets the ID of the data resource associate with the column. |
java.lang.String |
getTableName()
Gets the table name associated with the column. |
int |
getType()
Gets the column type. |
int |
isNullable()
Indicates whether the column is nullable or not. |
| Field Detail |
|---|
static final int COLUMN_NO_NULLS
uk.org.ogsadai.tuple.Null values.
static final int COLUMN_NULLABLE
uk.org.ogsadai.tuple.Null values.
static final int COLUMN_NULLABLE_UNKNOWN
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getTableName()
ResourceID getResourceID()
java.net.URI getDRES()
int getType()
uk.org.ogsadai.tuple.TupleTypesint getPrecision()
int isNullable()
int getColumnDisplaySize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||