public abstract class AbstractSequenceSqlProcessor extends Object implements SequenceSqlProcessor
Constructor and Description |
---|
AbstractSequenceSqlProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkSequenceExist(Sequence sequence,
Connection connection) |
String |
getDropSql(Sequence sequence) |
protected abstract String |
getQuerySql(Sequence sequence) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCreateSql
public String getDropSql(Sequence sequence)
getDropSql
in interface SequenceSqlProcessor
public boolean checkSequenceExist(Sequence sequence, Connection connection) throws SQLException
checkSequenceExist
in interface SequenceSqlProcessor
SQLException
Copyright © 2006–2018 TinyGroup. All rights reserved.