| 程序包 | 说明 |
|---|---|
| org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommandWithValues
Command that supports VALUES clause.
|
class |
Delete
This class represents the statement
DELETE
|
class |
Insert
This class represents the statement
INSERT
|
class |
Merge
This class represents the statement
MERGE
or the MySQL compatibility statement
REPLACE
|
class |
MergeUsing
This class represents the statement syntax
MERGE INTO table alias USING...
|
class |
Update
This class represents the statement
UPDATE
|
| 构造器和说明 |
|---|
DataChangeDeltaTable(Schema schema,
SessionLocal session,
DataChangeStatement statement,
DataChangeDeltaTable.ResultOption resultOption) |
DataChangeDeltaTable(Schema schema,
SessionLocal session,
DataChangeStatement statement,
DataChangeDeltaTable.ResultOption resultOption) |
Copyright © 2022. All rights reserved.