Package com.gmt2001.datastore2
Class MariaDBStore2
java.lang.Object
com.gmt2001.datastore2.Datastore2
com.gmt2001.datastore2.MariaDBStore2
Provides a
Datastore2
driver for MariaDB v11.x- Author:
- gmt2001
-
Field Summary
Fields inherited from class com.gmt2001.datastore2.Datastore2
PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theDataType
representing theLONGTEXT
equivalent SQL data type for the driverMethods inherited from class com.gmt2001.datastore2.Datastore2
backup, backup, backupFileName, checkVersion, dispose, doMaintenance, driverDispose, dslContext, findTable, findTableRequired, getConnection, init, init, init, instance, invalidateTableCache, meta, prepareConnection, restoreBackup, supportsBackup, tables, tablesAsync, testConnection, timestamp
-
Constructor Details
-
MariaDBStore2
public MariaDBStore2()Constructor
-
-
Method Details
-
longTextDataType
Description copied from class:Datastore2
Returns theDataType
representing theLONGTEXT
equivalent SQL data type for the driver- Specified by:
longTextDataType
in classDatastore2
- Returns:
- the DataType
-