|
|||||||||
| 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)
insert a table information. |
int |
getLength()
get tables number of this query |
TableInfo |
getTableInfo(int index)
get specified table information |
TableInfo[] |
getTableInfos()
get all tables information of this query |
int |
indexOf(java.lang.String tablename)
get index number of specified table |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryTableInfo(int capacity)
capacity - default table numbers of this query.| Method Detail |
|---|
public void add(TableInfo table)
table - table Information.public TableInfo[] getTableInfos()
public TableInfo getTableInfo(int index)
index - index number of table information
public int getLength()
public int indexOf(java.lang.String tablename)
tablename - table name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||