public class H2DDLOperations extends MySqlDDLOperations
http://www.h2database.com/html/features.html#compatibility
conn| Constructor and Description |
|---|
H2DDLOperations() |
H2DDLOperations(Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
String |
makeCreateSequenceSql(String sequenceName)
创建序列
用表来模拟sequence
create table simulate_sequence (seqname varchar(100) not null primary key,
currvalue integer, increment integer);
|
appendColumnSQL, appendPkSql, makeModifyColumnSql, makeReconfigurationColumnSqls, makeRenameColumnSqladdColumn, appendColumnsSQL, appendColumnTypeSQL, appendPkColumnSql, checkTableWellDefined, checkViewWellDefined, createDDLOperations, createDDLOperations, createSequence, createTable, dropColumn, dropTable, makeAddColumnSql, makeCreateTableSql, makeCreateViewSql, makeDropColumnSql, makeDropTableSql, modifyColumn, parseDDL, reconfigurationColumn, renameColumn, setConnectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmakeCreateTableSqlpublic H2DDLOperations()
public H2DDLOperations(Connection conn)
public String makeCreateSequenceSql(String sequenceName)
GeneralDDLOperationsmakeCreateSequenceSql in interface DDLOperationsmakeCreateSequenceSql in class GeneralDDLOperationssequenceName - 序列Copyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.