|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TupleMetadata
Interface defining the metadata of a tuple.
| Method Summary | |
|---|---|
int |
getColumnCount()
Get the size of the tuple metadata. |
ColumnMetadata |
getColumnMetadata(ColumnIdentifier columnIdentifier)
Get the metadata for the first column to match the given column identifier. |
ColumnMetadata |
getColumnMetadata(int columnIndex)
Get the metadata for a specific column. |
ColumnMetadata |
getColumnMetadata(java.lang.String columnName)
Get the metadata for a named column. |
int |
getColumnMetadataPosition(ColumnIdentifier columnIdentifier)
Get the position of the first column to match the given column identifier. |
int |
getColumnMetadataPosition(java.lang.String columnName)
Get the position of the column metadata according to a specific column name. |
java.lang.String |
getDescription()
A generic description of the metadata. |
| Method Detail |
|---|
int getColumnCount()
ColumnMetadata getColumnMetadata(int columnIndex)
throws ColumnNotFoundException
columnIndex - The column index between 0 and getColumnCount()-1
inclusive.
ColumnNotFoundException - raised if the column number is out of bounds
ColumnMetadata getColumnMetadata(java.lang.String columnName)
throws ColumnNotFoundException
columnName - the column name.
ColumnNotFoundException - if no column with the specified name is found.
ColumnMetadata getColumnMetadata(ColumnIdentifier columnIdentifier)
throws ColumnNotFoundException
columnIdentifier - column identifier.
ColumnNotFoundException - if no column matches the given column identifier.int getColumnMetadataPosition(java.lang.String columnName)
columnName - the column name.
int getColumnMetadataPosition(ColumnIdentifier columnIdentifier)
columnIdentifier - column identifier.
java.lang.String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||