public static class SavedQueryDao.MySQLDialect extends Object implements SavedQueryDao.Dialect
Constructor and Description |
---|
MySQLDialect() |
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
|
public String getCreateTableSyntax()
SavedQueryDao.Dialect
getCreateTableSyntax
in interface SavedQueryDao.Dialect
public Long getAutoIncrementId(org.apache.commons.dbutils.QueryRunner runner) throws SQLException
SavedQueryDao.Dialect
getAutoIncrementId
in interface SavedQueryDao.Dialect
SQLException
public Long getLastInsertedID(org.apache.commons.dbutils.QueryRunner runner) throws SQLException
SavedQueryDao.Dialect
getLastInsertedID
in interface SavedQueryDao.Dialect
SQLException
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.