public static interface SavedQueryDao.Dialect
Modifier and Type | Method and Description |
---|---|
Long |
getAutoIncrementId(org.apache.commons.dbutils.QueryRunner runner)
Method to get the auto increment id/keyword(null) for the ID column
|
String |
getCreateTableSyntax()
The create table syntax for 'this' dialect
|
Long |
getLastInsertedID(org.apache.commons.dbutils.QueryRunner runner)
Get the last increment id after doing an auto increment
|
String getCreateTableSyntax()
Long getAutoIncrementId(org.apache.commons.dbutils.QueryRunner runner) throws SQLException
runner
- SQLException
Long getLastInsertedID(org.apache.commons.dbutils.QueryRunner runner) throws SQLException
runner
- SQLException
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.