public class MariaDbDatabaseType extends MysqlDatabaseType
DEFAULT_CREATE_TABLE_SUFFIX
Constructor and Description |
---|
MariaDbDatabaseType() |
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName() |
protected String |
getDriverClassName() |
boolean |
isDatabaseUrlThisType(String url,
String dbTypePart) |
appendBooleanType, appendCreateTableSuffix, appendDateType, configureGeneratedId, isCreateIfNotExistsSupported, isCreateIndexIfNotExistsSupported, isTruncateSupported, setCreateTableSuffix
addPrimaryKeySql, addUniqueComboSql, appendBigDecimalNumericType, appendByteArrayType, appendByteType, appendCharType, appendColumnArg, appendEscapedEntityName, appendEscapedWord, appendInsertNoColumns, appendLimitValue, appendLongStringType, appendLongType, appendOffsetValue, appendSelectNextValFromSequence, appendSerializableType, appendShortType, appendStringType, appendUuidNativeType, configureGeneratedIdSequence, configureId, downCaseString, dropColumnArg, extractDatabaseTableConfig, generatedIdSqlAtEnd, generateIdSequenceName, getCommentLinePrefix, getDataPersister, getFieldConverter, getPingStatement, isAllowGeneratedIdInsertSupported, isBatchUseTransaction, isCreateTableReturnsNegative, isCreateTableReturnsZero, isEntityNamesMustBeUpCase, isIdSequenceNeeded, isLimitAfterSelect, isLimitSqlSupported, isNestedSavePointsSupported, isOffsetLimitArgument, isOffsetSqlSupported, isSelectSequenceBeforeInsert, isVarcharFieldWidthSupported, loadDriver, setDriver, upCaseEntityName, upCaseString
public boolean isDatabaseUrlThisType(String url, String dbTypePart)
isDatabaseUrlThisType
in interface com.j256.ormlite.db.DatabaseType
isDatabaseUrlThisType
in class MysqlDatabaseType
protected String getDriverClassName()
getDriverClassName
in class MysqlDatabaseType
public String getDatabaseName()
getDatabaseName
in interface com.j256.ormlite.db.DatabaseType
getDatabaseName
in class MysqlDatabaseType
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.