Package | Description |
---|---|
org.h2.bnf |
Modifier and Type | Method and Description |
---|---|
DbTableOrView |
Sentence.getLastMatchedTable()
Get the last matched table if the last match was a table.
|
DbTableOrView |
Sentence.getLastTable()
Get the last added table.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,DbTableOrView> |
Sentence.getAliases()
Get the alias map.
|
HashSet<DbTableOrView> |
Sentence.getTables()
Get the set of tables.
|
Modifier and Type | Method and Description |
---|---|
void |
Sentence.addAlias(String alias,
DbTableOrView table)
Add an alias name and object
|
void |
Sentence.addTable(DbTableOrView table)
Add a table.
|
void |
Sentence.setLastMatchedTable(DbTableOrView table)
Set the last matched table if the last match was a table.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.