AbstractSqlStrings class abstract

Implementers

Constructors

AbstractSqlStrings(String tableName, DBType dbType)
factory
AbstractSqlStrings.internal(DBType dbType)

Properties

dbType DBType
getter/setter pair
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
getAutoIncrementString() String
getCreateTableString(String tableName, [bool fts = false]) String
getDataTypeString(FieldDataType fieldDataType, int? fieldSize) String
getImportDataString(String tableName, String fileName, String? fieldSeparator, String? fieldEnclose, String? lineTerminator) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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