Package com.gmt2001.datastore2
Class MySQLStore2
java.lang.Object
com.gmt2001.datastore2.Datastore2
com.gmt2001.datastore2.MySQLStore2
Provides a
Datastore2
driver for MySQL database v8.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
-
MySQLStore2
public MySQLStore2()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
-