|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableView | |
---|---|
org.h2.command.ddl | Contains DDL (data definition language) and related SQL statements. |
org.h2.index | Various table index implementations, as well as cursors to navigate in an index. |
org.h2.table | Classes related to a table and table meta data. |
Uses of TableView in org.h2.command.ddl |
---|
Methods in org.h2.command.ddl with parameters of type TableView | |
---|---|
void |
AlterView.setView(TableView view)
|
Uses of TableView in org.h2.index |
---|
Constructors in org.h2.index with parameters of type TableView | |
---|---|
ViewIndex(TableView view,
java.lang.String querySQL,
java.util.ArrayList<Parameter> originalParameters,
boolean recursive)
|
|
ViewIndex(TableView view,
ViewIndex index,
Session session,
int[] masks)
|
Uses of TableView in org.h2.table |
---|
Methods in org.h2.table that return TableView | |
---|---|
static TableView |
TableView.createTempView(Session session,
User owner,
java.lang.String name,
Query query,
Query topQuery)
Create a temporary view out of the given query. |
Methods in org.h2.table that return types with arguments of type TableView | |
---|---|
java.util.ArrayList<TableView> |
Table.getViews()
|
Methods in org.h2.table with parameters of type TableView | |
---|---|
void |
Table.addView(TableView view)
Add a view to this table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |