Class SQLiteBackendModule
java.lang.Object
com.kingsrook.qqq.backend.module.rdbms.RDBMSBackendModule
com.kingsrook.qqq.backend.module.sqlite.SQLiteBackendModule
- All Implemented Interfaces:
QBackendModuleInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends QBackendMetaData> Method to identify the class used for backend meta data for this module.Method where a backend module must be able to provide its type (name).Class<? extends QTableBackendDetails> Method to identify the class used for table-backend details for this module.Methods inherited from class com.kingsrook.qqq.backend.module.rdbms.RDBMSBackendModule
getAggregateInterface, getCountInterface, getDeleteInterface, getInsertInterface, getQueryInterface, getUpdateInterface, openTransactionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kingsrook.qqq.backend.core.modules.backend.QBackendModuleInterface
getGetInterface, getStorageInterface
-
Constructor Details
-
SQLiteBackendModule
public SQLiteBackendModule()
-
-
Method Details
-
getBackendType
Method where a backend module must be able to provide its type (name).- Specified by:
getBackendTypein interfaceQBackendModuleInterface- Overrides:
getBackendTypein classRDBMSBackendModule
-
getBackendMetaDataClass
Method to identify the class used for backend meta data for this module.- Specified by:
getBackendMetaDataClassin interfaceQBackendModuleInterface- Overrides:
getBackendMetaDataClassin classRDBMSBackendModule
-
getTableBackendDetailsClass
Method to identify the class used for table-backend details for this module.- Specified by:
getTableBackendDetailsClassin interfaceQBackendModuleInterface- Overrides:
getTableBackendDetailsClassin classRDBMSBackendModule
-