|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Table | |
|---|---|
| org.prorefactor.core.schema | |
| org.prorefactor.treeparser | General use classes for any or all Tree Parsers. |
| Uses of Table in org.prorefactor.core.schema |
|---|
| Fields in org.prorefactor.core.schema declared as Table | |
|---|---|
static Table |
Schema.nullTable
|
| Fields in org.prorefactor.core.schema with type parameters of type Table | |
|---|---|
static java.util.Comparator<Table> |
Table.NAME_ORDER
Comparator for sorting by name. |
| Methods in org.prorefactor.core.schema that return Table | |
|---|---|
Table |
Table.copyBare(SymbolScopeRoot scope)
Create a bare minimum copy of a Table definition. |
Table |
Field.getTable()
|
Table |
Schema.lookupTable(java.lang.String inName)
Lookup a table by name. |
Table |
Schema.lookupTable(java.lang.String dbName,
java.lang.String tableName)
Lookup a table, given a database name and a table name. |
| Methods in org.prorefactor.core.schema that return types with arguments of type Table | |
|---|---|
java.util.TreeSet<Table> |
Database.getTableSet()
|
| Methods in org.prorefactor.core.schema with parameters of type Table | |
|---|---|
void |
Database.add(Table table)
|
Field |
Field.copyBare(Table toTable)
Copy the bare minimum attributes to a new Field object. |
void |
Field.setTable(Table table)
Use this to set the field to a table if you used null for the table in the constructor. |
| Constructors in org.prorefactor.core.schema with parameters of type Table | |
|---|---|
Field(java.lang.String inName,
Table table)
Standard constructor. |
|
| Uses of Table in org.prorefactor.treeparser |
|---|
| Fields in org.prorefactor.treeparser with type parameters of type Table | |
|---|---|
protected java.util.Map<Table,TableBuffer> |
SymbolScope.unnamedBuffers
|
| Methods in org.prorefactor.treeparser that return Table | |
|---|---|
Table |
TableBuffer.getTable()
|
Table |
SymbolScopeRoot.lookupTableDefinition(java.lang.String name)
Lookup a temp or work table definition in this scope. |
| Methods in org.prorefactor.treeparser with parameters of type Table | |
|---|---|
void |
SymbolScopeRoot.addTableDefinitionIfNew(Table table)
|
TableBuffer |
SymbolScope.defineBuffer(java.lang.String name,
Table table)
Define a new BufferSymbol. |
TableBuffer |
SymbolScopeRoot.getLocalTableBuffer(Table table)
|
TableBuffer |
SymbolScope.getUnnamedBuffer(Table table)
Get or create the unnamed buffer for a schema table. |
void |
TableBuffer.setTable(Table table)
|
| Constructors in org.prorefactor.treeparser with parameters of type Table | |
|---|---|
TableBuffer(java.lang.String name,
SymbolScope scope,
Table table)
Constructor for a named buffer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||