MysqlStrings class

Inheritance

Constructors

MysqlStrings(DBType dbType)

Properties

dbType DBType
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

doesTableExist(String tableName) String
override
getAutoIncrementString() String
inherited
getCreateTableString(String tableName, [bool fts = false]) String
inherited
getDataTypeString(FieldDataType fieldDataType, int? fieldSize) String
override
getImportDataString(String tableName, String fileName, String? fieldSeparator, String? fieldEnclose, String? lineTerminator) String?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited