| 程序包 | 说明 |
|---|---|
| org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
| org.h2.mode |
Utility classes for compatibility with other database, for example MySQL.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 类和说明 |
|---|
| CommandWithValues
Command that supports VALUES clause.
|
| DataChangeStatement
Data change statement.
|
| Insert
This class represents the statement
INSERT
|
| MergeUsing.When
Abstract WHEN command of the MERGE statement.
|
| SetClauseList
Set clause list.
|
| 类和说明 |
|---|
| Update
This class represents the statement
UPDATE
|
| 类和说明 |
|---|
| DataChangeStatement
Data change statement.
|
Copyright © 2022. All rights reserved.