public interface SQLProvider
int getMaxBlobSize()
String getCreateJournalTableSQL()
String getInsertJournalRecordsSQL()
String getSelectJournalRecordsSQL()
String getDeleteJournalRecordsSQL()
String getDeleteJournalTxRecordsSQL()
String getTableName()
String getCreateFileTableSQL()
String getInsertFileSQL()
String getSelectFileNamesByExtensionSQL()
String getSelectFileByFileName()
String getAppendToLargeObjectSQL()
String getReadLargeObjectSQL()
String getDeleteFileSQL()
String getUpdateFileNameByIdSQL()
String getCopyFileRecordByIdSQL()
String getDropFileTableSQL()
String getCloneFileRecordByIdSQL()
String getCountJournalRecordsSQL()
boolean closeConnectionOnShutdown()
Copyright © 2016 The Apache Software Foundation. All rights reserved.