| 程序包 | 说明 |
|---|---|
| org.h2.command.ddl |
Contains DDL (data definition language) and related SQL statements.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AlterTableAddConstraint
This class represents the statement
ALTER TABLE ADD CONSTRAINT
|
class |
AlterTableDropConstraint
This class represents the statement
ALTER TABLE DROP CONSTRAINT
|
class |
AlterTableRename
This class represents the statement
ALTER TABLE RENAME
|
class |
AlterTableRenameColumn
This class represents the statement
ALTER TABLE ALTER COLUMN RENAME
|
class |
AlterTableRenameConstraint
This class represents the statement
ALTER TABLE RENAME CONSTRAINT
|
Copyright © 2022. All rights reserved.