public interface IdentityColumnSupport
| Modifier and Type | Method and Description |
|---|---|
String |
getAlterIdentityColumnSQL(TableProperties table,
ColumnProperties column,
long value)
Returns a SQL statement used reset the current value of an identity column.
|
String |
parseInsertTable(String sql)
Parses a table name from the specified INSERT SQL statement that may contain identity columns.
|
String parseInsertTable(String sql) throws SQLException
sql - a SQL statementSQLExceptionString getAlterIdentityColumnSQL(TableProperties table, ColumnProperties column, long value) throws SQLException
table - a sequence namecolumn - a sequence namevalue - a sequence valueSQLExceptionCopyright © 2004–2014 Paul Ferraro. All rights reserved.