public interface SQLProvider
Modifier and Type | Interface and Description |
---|---|
static class |
SQLProvider.DatabaseStoreType |
static interface |
SQLProvider.Factory |
long 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 © 2017 JBoss by Red Hat. All rights reserved.