Instance Constructors
-
new
MySQLDialect()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
def
addColumn(table: TableInfo, column: ColumnInfo): String
-
def
alterColumnDefault(table: TableInfo, column: ColumnInfo): String
-
def
alterColumnNullability(table: TableInfo, column: ColumnInfo): String
-
def
alterColumnType(table: TableInfo, column: ColumnInfo): Seq[String]
-
final
def
asInstanceOf[T0]: T0
-
def
autoInc(ci: ColumnInfo): String
-
def
clone(): AnyRef
-
def
columnInfo(driver: JdbcDriver, column: FieldSymbol): ColumnInfo
-
def
columnList(columns: Seq[FieldSymbol]): String
-
def
columnSql(ci: ColumnInfo, newTable: Boolean = true): String
-
def
columnType(ci: ColumnInfo): String
-
def
createForeignKey(sourceTable: TableInfo, name: String, sourceColumns: Seq[FieldSymbol], targetTable: TableInfo, targetColumns: Seq[FieldSymbol], onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction): String
-
def
createIndex(index: IndexInfo): String
-
def
createPrimaryKey(table: TableInfo, name: String, columns: Seq[FieldSymbol]): String
-
def
createTable(table: TableInfo, columns: Seq[ColumnInfo]): String
-
def
dropColumn(table: TableInfo, column: String): String
-
def
dropConstraint(table: TableInfo, name: String): String
-
def
dropForeignKey(table: TableInfo, name: String): String
-
def
dropIndex(index: IndexInfo): String
-
def
dropPrimaryKey(table: TableInfo, name: String): String
-
def
dropTable(table: TableInfo): String
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MySQLDialect
-
def
ensuring(cond: Boolean): MySQLDialect
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fieldSym(column: Rep[_]): FieldSymbol
-
def
fieldSym(node: Node): Option[FieldSymbol]
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
indexInfo(index: Index): IndexInfo
-
final
def
isInstanceOf[T0]: Boolean
-
def
migrateTable[E <: MySQLDriver](table: TableInfo, tmd: TableMigrationData): Seq[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
notNull(ci: ColumnInfo): String
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
primaryKey(ci: ColumnInfo, newTable: Boolean): String
-
def
quoteIdentifier(id: String): String
-
def
quoteTableName(t: TableInfo): String
-
def
quotedColumnNames(ns: Seq[FieldSymbol]): Seq[String]
-
def
renameColumn(table: TableInfo, from: ColumnInfo, to: String): String
-
def
renameIndex(old: IndexInfo, newName: String): Seq[String]
-
def
renameTable(table: TableInfo, to: String): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tableInfo(table: TableNode): TableInfo
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from Dialect[MySQLDriver]
Inherited from AstHelpers
Inherited from AnyRef
Inherited from Any