|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.rgma.TableDefinition
public class TableDefinition
Definitions of a table, including table name and column details.
Constructor Summary | |
---|---|
TableDefinition(java.lang.String tableName,
ColumnDefinitionList columns)
Creates a new table definition object with table name and columns. |
Method Summary | |
---|---|
ColumnDefinitionList |
getColumns()
Returns the column definitions for this table. |
java.lang.String |
getTableName()
Returns the name of this table. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableDefinition(java.lang.String tableName, ColumnDefinitionList columns)
tableName
- The table name.columns
- List of columns.Method Detail |
---|
public ColumnDefinitionList getColumns()
public java.lang.String getTableName()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |