|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Schema.Table
Information about a queryable table.
| Method Summary | |
|---|---|
Schema.Column |
getColumn(String name)
Get the information for a column with the supplied name within this table. |
List<Schema.Column> |
getColumns()
Get the queryable columns in this table. |
Map<String,Schema.Column> |
getColumnsByName()
Get the queryable columns in this table. |
SelectorName |
getName()
Get the name for this table. |
| Method Detail |
|---|
SelectorName getName()
Schema.Column getColumn(String name)
The resulting column definition is immutable.
name - the column name; may not be null
Map<String,Schema.Column> getColumnsByName()
List<Schema.Column> getColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||