public abstract class AbstractColumnDialcet extends AbstractDialect
functionProcessor, paddingLength
Constructor and Description |
---|
AbstractColumnDialcet() |
Modifier and Type | Method and Description |
---|---|
int |
getCacheSize()
Return the number of buffered keys.
|
String |
getColumnName()
Return the name of the column in the sequence table.
|
void |
setCacheSize(int cacheSize)
Set the number of buffered keys.
|
void |
setColumnName(String columnName)
Set the name of the column in the sequence table.
|
getDataSource, getFunctionProcessor, getIncrementerName, getPaddingLength, nextIntValue, nextLongValue, nextStringValue, setDataSource, setFunctionProcessor, setIncrementerName, setPaddingLength, supportsLimit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildSqlFuction, buildSqlFunction, getCurrentDate, getLimitString, getNextKey
public String getColumnName()
public void setColumnName(String columnName)
public int getCacheSize()
public void setCacheSize(int cacheSize)
Copyright © 2006–2018 TinyGroup. All rights reserved.