|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableSet
This interface allows custom drivers to populate table meta data information.
OpenDriver.fetch(int, TableSet)| Method Summary | |
|---|---|
void |
addItem(java.lang.String qualifier,
java.lang.String owner,
java.lang.String name,
java.lang.String type,
java.lang.String description)
Adds a new item to the TableSet. |
| Method Detail |
|---|
void addItem(java.lang.String qualifier,
java.lang.String owner,
java.lang.String name,
java.lang.String type,
java.lang.String description)
Adds a new item to the TableSet.
qualifier - The qualifier of the table, or null if no qualifier.owner - The owner of the table, or null if no owner.name - The name of the table, or null if no name.type - The kind of the table, either TABLE or VIEW string.description - A comment regarding the table, or null if no comment required.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||