| 程序包 | 说明 |
|---|---|
| org.h2.command.ddl |
Contains DDL (data definition language) and related SQL statements.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AlterDomainAddConstraint
This class represents the statement ALTER DOMAIN ADD CONSTRAINT
|
class |
AlterDomainDropConstraint
This class represents the statement ALTER DOMAIN DROP CONSTRAINT
|
class |
AlterDomainExpressions
This class represents the statements
ALTER DOMAIN SET DEFAULT
ALTER DOMAIN DROP DEFAULT
ALTER DOMAIN SET ON UPDATE
ALTER DOMAIN DROP ON UPDATE
|
class |
AlterDomainRename
This class represents the statement
ALTER DOMAIN RENAME
|
class |
AlterDomainRenameConstraint
This class represents the statement
ALTER DOMAIN RENAME CONSTRAINT
|
class |
DropDomain
This class represents the statement DROP DOMAIN
|
Copyright © 2022. All rights reserved.