Class MySQLDatabase

java.lang.Object
me.confuser.banmanager.common.ormlite.db.BaseDatabaseType
me.confuser.banmanager.common.ormlite.db.MysqlDatabaseType
me.confuser.banmanager.common.storage.mysql.MySQLDatabase
All Implemented Interfaces:
me.confuser.banmanager.common.ormlite.db.DatabaseType

public class MySQLDatabase extends me.confuser.banmanager.common.ormlite.db.MysqlDatabaseType
  • Nested Class Summary

    Nested classes/interfaces inherited from class me.confuser.banmanager.common.ormlite.db.BaseDatabaseType

    me.confuser.banmanager.common.ormlite.db.BaseDatabaseType.BooleanNumberFieldConverter
  • Field Summary

    Fields inherited from class me.confuser.banmanager.common.ormlite.db.MysqlDatabaseType

    DEFAULT_CREATE_TABLE_SUFFIX

    Fields inherited from class me.confuser.banmanager.common.ormlite.db.BaseDatabaseType

    DEFAULT_SEQUENCE_SUFFIX, driver
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     

    Methods inherited from class me.confuser.banmanager.common.ormlite.db.MysqlDatabaseType

    appendBooleanType, appendCreateTableSuffix, appendDateType, configureGeneratedId, getDatabaseName, isCreateIfNotExistsSupported, isCreateIndexIfNotExistsSupported, isDatabaseUrlThisType, isTruncateSupported, setCreateTableSuffix

    Methods inherited from class me.confuser.banmanager.common.ormlite.db.BaseDatabaseType

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MySQLDatabase

      public MySQLDatabase()
  • Method Details

    • getDriverClassName

      protected String getDriverClassName()
      Overrides:
      getDriverClassName in class me.confuser.banmanager.common.ormlite.db.MysqlDatabaseType