| 程序包 | 说明 |
|---|---|
| org.h2.command |
This package contains the parser and the base classes for prepared SQL statements.
|
| org.h2.command.ddl |
Contains DDL (data definition language) and related SQL statements.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<TableView> |
Prepared.getCteCleanups() |
List<TableView> |
Prepared.getCteCleanups() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Prepared.setCteCleanups(List<TableView> cteCleanups)
Set the temporary views created for CTE's.
|
void |
Prepared.setCteCleanups(List<TableView> cteCleanups)
Set the temporary views created for CTE's.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AlterView.setView(TableView view) |
void |
AlterView.setView(TableView view) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TableView |
TableView.createTableViewMaybeRecursive(Schema schema,
int id,
String name,
String querySQL,
ArrayList<Parameter> parameters,
Column[] columnTemplates,
SessionLocal session,
boolean literalsChecked,
boolean isTableExpression,
boolean isTemporary,
Database db)
Create a view.
|
static TableView |
TableView.createTableViewMaybeRecursive(Schema schema,
int id,
String name,
String querySQL,
ArrayList<Parameter> parameters,
Column[] columnTemplates,
SessionLocal session,
boolean literalsChecked,
boolean isTableExpression,
boolean isTemporary,
Database db)
Create a view.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CopyOnWriteArrayList<TableView> |
Table.getDependentViews() |
CopyOnWriteArrayList<TableView> |
Table.getDependentViews() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Table.addDependentView(TableView view)
Add a view to this table.
|
void |
Table.addDependentView(TableView view)
Add a view to this table.
|
void |
Table.removeDependentView(TableView view)
Remove the given view from the dependent views list.
|
void |
Table.removeDependentView(TableView view)
Remove the given view from the dependent views list.
|
Copyright © 2022. All rights reserved.