| 程序包 | 说明 |
|---|---|
| org.h2.api |
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
|
| 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.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
| org.h2.command.query |
Contains queries.
|
| org.h2.constraint |
Database constraints such as check constraints, unique constraints, and referential constraints.
|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| org.h2.expression |
Expressions include mathematical operations, simple values, and others.
|
| org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
| org.h2.mode |
Utility classes for compatibility with other database, for example MySQL.
|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| org.h2.result |
Implementation of row and internal result sets.
|
| org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
TableEngine.createTable(CreateTableData data)
Create new table.
|
Table |
TableEngine.createTable(CreateTableData data)
Create new table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Parser.parseTableName(String sql)
Parse a SQL code snippet that represents a table name.
|
Table |
Parser.parseTableName(String sql)
Parse a SQL code snippet that represents a table name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GrantRevoke.addTable(Table table)
Add the specified table to the list of tables.
|
void |
GrantRevoke.addTable(Table table)
Add the specified table to the list of tables.
|
static void |
Analyze.analyzeTable(SessionLocal session,
Table table,
int sample,
boolean manual)
Analyze this table.
|
static void |
Analyze.analyzeTable(SessionLocal session,
Table table,
int sample,
boolean manual)
Analyze this table.
|
void |
Analyze.setTable(Table table) |
void |
TruncateTable.setTable(Table table) |
void |
TruncateTable.setTable(Table table) |
void |
Analyze.setTable(Table table) |
long |
AlterTableAddConstraint.update(Table table) |
long |
AlterTableDropConstraint.update(Table table) |
long |
AlterTableRename.update(Table table) |
long |
AlterTableRenameColumn.update(Table table) |
long |
AlterTableRenameConstraint.update(Table table) |
long |
AlterTableRenameConstraint.update(Table table) |
long |
AlterTableRenameColumn.update(Table table) |
long |
AlterTableRename.update(Table table) |
long |
AlterTableDropConstraint.update(Table table) |
long |
AlterTableAddConstraint.update(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Table |
DataChangeStatement.getTable()
Return the target table.
|
Table |
Insert.getTable() |
Table |
Merge.getTable() |
Table |
MergeUsing.getTable() |
Table |
MergeUsing.getTable() |
Table |
Merge.getTable() |
Table |
Insert.getTable() |
abstract Table |
DataChangeStatement.getTable()
Return the target table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Insert.setTable(Table table) |
void |
Merge.setTable(Table table) |
void |
Merge.setTable(Table table) |
void |
Insert.setTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ScriptCommand.setTables(Collection<Table> tables) |
void |
ScriptCommand.setTables(Collection<Table> tables) |
| 构造器和说明 |
|---|
SetClauseList(Table table) |
SetClauseList(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Query.toTable(String alias,
Column[] columnTemplates,
ArrayList<Parameter> parameters,
boolean forCreateView,
Query topQuery)
Converts this query to a table or a view.
|
Table |
TableValueConstructor.toTable(String alias,
Column[] columnTemplates,
ArrayList<Parameter> parameters,
boolean forCreateView,
Query topQuery) |
Table |
TableValueConstructor.toTable(String alias,
Column[] columnTemplates,
ArrayList<Parameter> parameters,
boolean forCreateView,
Query topQuery) |
Table |
Query.toTable(String alias,
Column[] columnTemplates,
ArrayList<Parameter> parameters,
boolean forCreateView,
Query topQuery)
Converts this query to a table or a view.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract HashSet<Table> |
Query.getTables()
Get all tables that are involved in this query.
|
HashSet<Table> |
Select.getTables() |
HashSet<Table> |
SelectUnion.getTables() |
HashSet<Table> |
TableValueConstructor.getTables() |
HashSet<Table> |
TableValueConstructor.getTables() |
HashSet<Table> |
SelectUnion.getTables() |
HashSet<Table> |
Select.getTables() |
abstract HashSet<Table> |
Query.getTables()
Get all tables that are involved in this query.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<Column> |
AllColumnsForPlan.get(Table table)
Used by index to calculate the cost of a scan.
|
ArrayList<Column> |
AllColumnsForPlan.get(Table table)
Used by index to calculate the cost of a scan.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Table |
Constraint.table
The table for which this constraint is defined.
|
protected Table |
Constraint.table
The table for which this constraint is defined.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Constraint.getRefTable() |
Table |
ConstraintReferential.getRefTable() |
Table |
ConstraintReferential.getRefTable() |
Table |
Constraint.getRefTable() |
Table |
Constraint.getTable() |
Table |
Constraint.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
Constraint.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow)
Check if this row fulfils the constraint.
|
void |
ConstraintCheck.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow) |
void |
ConstraintDomain.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow) |
void |
ConstraintReferential.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow) |
void |
ConstraintUnique.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow) |
void |
ConstraintUnique.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow) |
void |
ConstraintReferential.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow) |
void |
ConstraintDomain.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow) |
void |
ConstraintCheck.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow) |
abstract void |
Constraint.checkRow(SessionLocal session,
Table t,
Row oldRow,
Row newRow)
Check if this row fulfils the constraint.
|
String |
ConstraintCheck.getCreateSQLForCopy(Table forTable,
String quotedName) |
String |
ConstraintReferential.getCreateSQLForCopy(Table forTable,
String quotedName)
Create the SQL statement of this object so a copy of the table can be
made.
|
String |
ConstraintUnique.getCreateSQLForCopy(Table forTable,
String quotedName) |
String |
ConstraintUnique.getCreateSQLForCopy(Table forTable,
String quotedName) |
String |
ConstraintReferential.getCreateSQLForCopy(Table forTable,
String quotedName)
Create the SQL statement of this object so a copy of the table can be
made.
|
String |
ConstraintCheck.getCreateSQLForCopy(Table forTable,
String quotedName) |
String |
ConstraintReferential.getCreateSQLForCopy(Table forTable,
Table forRefTable,
String quotedName,
boolean internalIndex)
Create the SQL statement of this object so a copy of the table can be
made.
|
String |
ConstraintReferential.getCreateSQLForCopy(Table forTable,
Table forRefTable,
String quotedName,
boolean internalIndex)
Create the SQL statement of this object so a copy of the table can be
made.
|
abstract HashSet<Column> |
Constraint.getReferencedColumns(Table table)
Get all referenced columns.
|
HashSet<Column> |
ConstraintCheck.getReferencedColumns(Table table) |
HashSet<Column> |
ConstraintDomain.getReferencedColumns(Table table) |
HashSet<Column> |
ConstraintReferential.getReferencedColumns(Table table) |
HashSet<Column> |
ConstraintUnique.getReferencedColumns(Table table) |
HashSet<Column> |
ConstraintUnique.getReferencedColumns(Table table) |
HashSet<Column> |
ConstraintReferential.getReferencedColumns(Table table) |
HashSet<Column> |
ConstraintDomain.getReferencedColumns(Table table) |
HashSet<Column> |
ConstraintCheck.getReferencedColumns(Table table) |
abstract HashSet<Column> |
Constraint.getReferencedColumns(Table table)
Get all referenced columns.
|
void |
ConstraintReferential.setRefTable(Table refTable) |
void |
ConstraintReferential.setRefTable(Table refTable) |
| 构造器和说明 |
|---|
ConstraintCheck(Schema schema,
int id,
String name,
Table table) |
ConstraintCheck(Schema schema,
int id,
String name,
Table table) |
ConstraintReferential(Schema schema,
int id,
String name,
Table table) |
ConstraintReferential(Schema schema,
int id,
String name,
Table table) |
ConstraintUnique(Schema schema,
int id,
String name,
Table table,
boolean primaryKey) |
ConstraintUnique(Schema schema,
int id,
String name,
Table table,
boolean primaryKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
SessionLocal.findLocalTempTable(String name)
Get the local temporary table if one exists with that name, or null if
not.
|
Table |
SessionLocal.findLocalTempTable(String name)
Get the local temporary table if one exists with that name, or null if
not.
|
Table |
Database.getDependentTable(SchemaObject obj,
Table except)
Get the first table that depends on this object.
|
Table |
Database.getDependentTable(SchemaObject obj,
Table except)
Get the first table that depends on this object.
|
Table |
Database.getFirstUserTable()
Get the first user defined table, excluding the LOB_BLOCKS table that the
Recover tool creates.
|
Table |
Database.getFirstUserTable()
Get the first user defined table, excluding the LOB_BLOCKS table that the
Recover tool creates.
|
Table |
SessionLocal.getWaitForLock() |
Table |
SessionLocal.getWaitForLock() |
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<Table> |
Database.getAllTablesAndViews()
Get all tables and views.
|
ArrayList<Table> |
Database.getAllTablesAndViews()
Get all tables and views.
|
List<Table> |
SessionLocal.getLocalTempTables() |
List<Table> |
SessionLocal.getLocalTempTables() |
Set<Table> |
SessionLocal.getLocks() |
Set<Table> |
SessionLocal.getLocks() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SessionLocal.addLocalTempTable(Table table)
Add a local temporary table to this session.
|
void |
SessionLocal.addLocalTempTable(Table table)
Add a local temporary table to this session.
|
void |
User.checkTableRight(Table table,
int rightMask)
Checks that this user has the given rights for the specified table.
|
void |
User.checkTableRight(Table table,
int rightMask)
Checks that this user has the given rights for the specified table.
|
String |
DbObject.getCreateSQLForCopy(Table table,
String quotedName)
Build a SQL statement to re-create the object, or to create a copy of the
object with a different name or referencing a different table
|
String |
Right.getCreateSQLForCopy(Table table,
String quotedName) |
String |
Right.getCreateSQLForCopy(Table table,
String quotedName) |
String |
DbObject.getCreateSQLForCopy(Table table,
String quotedName)
Build a SQL statement to re-create the object, or to create a copy of the
object with a different name or referencing a different table
|
Table |
Database.getDependentTable(SchemaObject obj,
Table except)
Get the first table that depends on this object.
|
Table |
Database.getDependentTable(SchemaObject obj,
Table except)
Get the first table that depends on this object.
|
boolean |
User.hasTableRight(Table table,
int rightMask)
See if this user has the given rights for this database object.
|
boolean |
User.hasTableRight(Table table,
int rightMask)
See if this user has the given rights for this database object.
|
void |
SessionLocal.markTableForAnalyze(Table table)
Mark that the given table needs to be analyzed on commit.
|
void |
SessionLocal.markTableForAnalyze(Table table)
Mark that the given table needs to be analyzed on commit.
|
void |
SessionLocal.registerTableAsLocked(Table table)
Register table as locked within current transaction.
|
void |
SessionLocal.registerTableAsLocked(Table table)
Register table as locked within current transaction.
|
void |
SessionLocal.registerTableAsUpdated(Table table)
Register table as updated within current transaction.
|
void |
SessionLocal.registerTableAsUpdated(Table table)
Register table as updated within current transaction.
|
void |
SessionLocal.removeLocalTempTable(Table table)
Drop and remove the given local temporary table from this session.
|
void |
SessionLocal.removeLocalTempTable(Table table)
Drop and remove the given local temporary table from this session.
|
void |
SessionLocal.setWaitForLock(Table waitForLock,
Thread waitForLockThread)
Set the table this session is waiting for, and the thread that is
waiting.
|
void |
SessionLocal.setWaitForLock(Table waitForLock,
Thread waitForLockThread)
Set the table this session is waiting for, and the thread that is
waiting.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
ExpressionVisitor.getTable()
Get the table.
|
Table |
ExpressionVisitor.getTable()
Get the table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ExpressionVisitor |
ExpressionVisitor.getColumnsVisitor(HashSet<Column> columns,
Table table)
Create a new visitor to get all referenced columns.
|
static ExpressionVisitor |
ExpressionVisitor.getColumnsVisitor(HashSet<Column> columns,
Table table)
Create a new visitor to get all referenced columns.
|
static ExpressionVisitor |
ExpressionVisitor.getOptimizableVisitor(Table table)
Create a new visitor to check if all aggregates are for the given table.
|
static ExpressionVisitor |
ExpressionVisitor.getOptimizableVisitor(Table table)
Create a new visitor to check if all aggregates are for the given table.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Table |
Index.table
The table.
|
protected Table |
Index.table
The table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Index.getTable()
Get the table on which this index is based.
|
Table |
Index.getTable()
Get the table on which this index is based.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
Index.getCreateSQLForCopy(Table targetTable,
String quotedName) |
String |
Index.getCreateSQLForCopy(Table targetTable,
String quotedName) |
| 构造器和说明 |
|---|
Index(Table newTable,
int id,
String name,
IndexColumn[] newIndexColumns,
int uniqueColumnCount,
IndexType newIndexType)
Initialize the index.
|
Index(Table newTable,
int id,
String name,
IndexColumn[] newIndexColumns,
int uniqueColumnCount,
IndexType newIndexType)
Initialize the index.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PgCatalogTable
This class is responsible to build the pg_catalog tables.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map<String,Table> |
PgCatalogSchema.getMap(SessionLocal session) |
protected Map<String,Table> |
PgCatalogSchema.getMap(SessionLocal session) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MVTable
A table stored in a MVStore.
|
| 构造器和说明 |
|---|
MVIndex(Table newTable,
int id,
String name,
IndexColumn[] newIndexColumns,
int uniqueColumnCount,
IndexType newIndexType) |
MVIndex(Table newTable,
int id,
String name,
IndexColumn[] newIndexColumns,
int uniqueColumnCount,
IndexType newIndexType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static LocalResult |
LocalResult.forTable(SessionLocal session,
Table table)
Constructs a new local result object for the specified table.
|
static LocalResult |
LocalResult.forTable(SessionLocal session,
Table table)
Constructs a new local result object for the specified table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Schema.createTable(CreateTableData data)
Add a table to the schema.
|
Table |
Schema.createTable(CreateTableData data)
Add a table to the schema.
|
Table |
MetaSchema.findTableOrView(SessionLocal session,
String name) |
Table |
Schema.findTableOrView(SessionLocal session,
String name)
Try to find a table or view with this name.
|
Table |
Schema.findTableOrView(SessionLocal session,
String name)
Try to find a table or view with this name.
|
Table |
MetaSchema.findTableOrView(SessionLocal session,
String name) |
Table |
TriggerObject.getTable()
Get the table of this trigger.
|
Table |
TriggerObject.getTable()
Get the table of this trigger.
|
Table |
MetaSchema.getTableOrView(SessionLocal session,
String name) |
Table |
Schema.getTableOrView(SessionLocal session,
String name)
Get the table or view with the given name.
|
Table |
Schema.getTableOrView(SessionLocal session,
String name)
Get the table or view with the given name.
|
Table |
MetaSchema.getTableOrView(SessionLocal session,
String name) |
Table |
MetaSchema.getTableOrViewByName(SessionLocal session,
String name) |
Table |
Schema.getTableOrViewByName(SessionLocal session,
String name)
Get the table with the given name, if any.
|
Table |
Schema.getTableOrViewByName(SessionLocal session,
String name)
Get the table with the given name, if any.
|
Table |
MetaSchema.getTableOrViewByName(SessionLocal session,
String name) |
Table |
Schema.resolveTableOrView(SessionLocal session,
String name)
Try to find a table or view with this name.
|
Table |
Schema.resolveTableOrView(SessionLocal session,
String name)
Try to find a table or view with this name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<Table> |
MetaSchema.getAllTablesAndViews(SessionLocal session) |
Collection<Table> |
Schema.getAllTablesAndViews(SessionLocal session)
Get all tables and views.
|
Collection<Table> |
Schema.getAllTablesAndViews(SessionLocal session)
Get all tables and views.
|
Collection<Table> |
MetaSchema.getAllTablesAndViews(SessionLocal session) |
protected Map<String,Table> |
InformationSchema.getMap(SessionLocal session) |
protected abstract Map<String,Table> |
MetaSchema.getMap(SessionLocal session)
Returns map of tables in this schema.
|
protected abstract Map<String,Table> |
MetaSchema.getMap(SessionLocal session)
Returns map of tables in this schema.
|
protected Map<String,Table> |
InformationSchema.getMap(SessionLocal session) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
TriggerObject.fireRow(SessionLocal session,
Table table,
Row oldRow,
Row newRow,
boolean beforeAction,
boolean rollback)
Call the fire method of the user-defined trigger class if required.
|
boolean |
TriggerObject.fireRow(SessionLocal session,
Table table,
Row oldRow,
Row newRow,
boolean beforeAction,
boolean rollback)
Call the fire method of the user-defined trigger class if required.
|
String |
TriggerObject.getCreateSQLForCopy(Table targetTable,
String quotedName) |
String |
TriggerObject.getCreateSQLForCopy(Table targetTable,
String quotedName) |
String |
Schema.getUniqueConstraintName(SessionLocal session,
Table table)
Create a unique constraint name.
|
String |
Schema.getUniqueConstraintName(SessionLocal session,
Table table)
Create a unique constraint name.
|
String |
Schema.getUniqueIndexName(SessionLocal session,
Table table,
String prefix)
Create a unique index name.
|
String |
Schema.getUniqueIndexName(SessionLocal session,
Table table,
String prefix)
Create a unique index name.
|
| 构造器和说明 |
|---|
TriggerObject(Schema schema,
int id,
String name,
Table table) |
TriggerObject(Schema schema,
int id,
String name,
Table table) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DataChangeDeltaTable
A data change delta table.
|
class |
DerivedTable
A derived table.
|
class |
DualTable
The DUAL table for selects without a FROM clause.
|
class |
FunctionTable
A table backed by a system or user-defined function that returns a result
set.
|
class |
InformationSchemaTable
This class is responsible to build the INFORMATION_SCHEMA tables.
|
class |
InformationSchemaTableLegacy
This class is responsible to build the legacy variant of INFORMATION_SCHEMA
tables.
|
class |
MetaTable
This class is responsible to build the database meta data pseudo tables.
|
class |
QueryExpressionTable
A derived table or view.
|
class |
RangeTable
The table SYSTEM_RANGE is a virtual table that generates incrementing numbers
with a given start end point.
|
class |
TableBase
The base class of a regular table, or a user defined table.
|
class |
TableLink
A linked table contains connection information for a table accessible by
JDBC.
|
class |
TableValueConstructorTable
A table for table value constructor.
|
class |
TableView
A view is a virtual table that is defined by a query.
|
class |
VirtualConstructedTable
A base class for virtual tables that construct all their content at once.
|
class |
VirtualTable
A base class for virtual tables.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Table |
TableView.createShadowTableForRecursiveTableExpression(boolean isTemporary,
SessionLocal targetSession,
String cteViewName,
Schema schema,
List<Column> columns,
Database db)
Create a table for a recursive query.
|
static Table |
TableView.createShadowTableForRecursiveTableExpression(boolean isTemporary,
SessionLocal targetSession,
String cteViewName,
Schema schema,
List<Column> columns,
Database db)
Create a table for a recursive query.
|
Table |
TableSynonym.getSynonymFor() |
Table |
TableSynonym.getSynonymFor() |
Table |
Column.getTable() |
Table |
TableFilter.getTable() |
Table |
TableFilter.getTable() |
Table |
Column.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Table> |
TableView.getTables() |
List<Table> |
TableView.getTables() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
DataChangeDeltaTable.collectInsertedFinalRow(SessionLocal session,
Table table,
ResultTarget deltaChangeCollector,
DataChangeDeltaTable.ResultOption deltaChangeCollectionMode,
Row newRow)
Collects final row for INSERT operations.
|
static void |
DataChangeDeltaTable.collectInsertedFinalRow(SessionLocal session,
Table table,
ResultTarget deltaChangeCollector,
DataChangeDeltaTable.ResultOption deltaChangeCollectionMode,
Row newRow)
Collects final row for INSERT operations.
|
static void |
TableView.destroyShadowTableForRecursiveExpression(boolean isTemporary,
SessionLocal targetSession,
Table recursiveTable)
Remove a table for a recursive query.
|
static void |
TableView.destroyShadowTableForRecursiveExpression(boolean isTemporary,
SessionLocal targetSession,
Table recursiveTable)
Remove a table for a recursive query.
|
String |
TableSynonym.getCreateSQLForCopy(Table table,
String quotedName) |
String |
TableView.getCreateSQLForCopy(Table table,
String quotedName) |
String |
TableView.getCreateSQLForCopy(Table table,
String quotedName) |
String |
TableSynonym.getCreateSQLForCopy(Table table,
String quotedName) |
protected boolean |
MetaTable.hideTable(Table table,
SessionLocal session)
Check whether to hide the table.
|
protected boolean |
MetaTable.hideTable(Table table,
SessionLocal session)
Check whether to hide the table.
|
static void |
IndexColumn.mapColumns(IndexColumn[] indexColumns,
Table table)
Map the columns using the column names and the specified table.
|
static void |
IndexColumn.mapColumns(IndexColumn[] indexColumns,
Table table)
Map the columns using the column names and the specified table.
|
void |
Column.setTable(Table table,
int columnId)
Set the table and column id.
|
void |
Column.setTable(Table table,
int columnId)
Set the table and column id.
|
| 构造器和说明 |
|---|
Column(String name,
TypeInfo type,
Table table,
int columnId) |
Column(String name,
TypeInfo type,
Table table,
int columnId) |
TableFilter(SessionLocal session,
Table table,
String alias,
boolean rightsChecked,
Select select,
int orderInFrom,
IndexHints indexHints)
Create a new table filter object.
|
TableFilter(SessionLocal session,
Table table,
String alias,
boolean rightsChecked,
Select select,
int orderInFrom,
IndexHints indexHints)
Create a new table filter object.
|
Copyright © 2022. All rights reserved.