| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AlterTableAddConstraint |
Parser.newPrimaryKeyConstraintCommand(SessionLocal session,
Schema schema,
String tableName,
Column column)
Create a new alter table command.
|
static AlterTableAddConstraint |
Parser.newPrimaryKeyConstraintCommand(SessionLocal session,
Schema schema,
String tableName,
Column column)
Create a new alter table command.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AlterTableAddConstraint |
CommandWithColumns.getPrimaryKey() |
AlterTableAddConstraint |
CommandWithColumns.getPrimaryKey() |
Copyright © 2022. All rights reserved.