|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.QueryTableInfo
public class QueryTableInfo
| Constructor Summary | |
|---|---|
QueryTableInfo(int capacity)
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(TableInfo table)
Inserts a table's definition. |
int |
getLength()
Gets the table number in this query. |
TableInfo |
getTableInfo(int index)
Gets the specified table's definition. |
TableInfo[] |
getTableInfos()
Gets all tables' definitions in the query. |
int |
indexOf(java.lang.String tablename)
Gets the index number of the specified table in the container. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryTableInfo(int capacity)
capacity - Specifies the default numbers of the tables in the query.| Method Detail |
|---|
public void add(TableInfo table)
table - TableInfo defines a table in the query.public TableInfo[] getTableInfos()
public TableInfo getTableInfo(int index)
index - Specifies the index number of the table in this container.
public int getLength()
public int indexOf(java.lang.String tablename)
tablename - Specifies the table name to locate it in the container.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||