MySQLColumnType class
Constructors
- MySQLColumnType.create(int value)
-
factory
Properties
Methods
-
convertStringValueToProvidedType<
T> (String? value, [int? columnLength]) → T? -
getBestMatchDartType(
int columnLength) → Type -
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
Constants
- bitType → const MySQLColumnType
- blocType → const MySQLColumnType
- dateTime2Type → const MySQLColumnType
- dateTimeType → const MySQLColumnType
- dateType → const MySQLColumnType
- decimalType → const MySQLColumnType
- doubleType → const MySQLColumnType
- enumType → const MySQLColumnType
- floatType → const MySQLColumnType
- geometryType → const MySQLColumnType
- int24Type → const MySQLColumnType
- longBlobType → const MySQLColumnType
- longLongType → const MySQLColumnType
- longType → const MySQLColumnType
- mediumBlobType → const MySQLColumnType
- newDateType → const MySQLColumnType
- newDecimalType → const MySQLColumnType
- nullType → const MySQLColumnType
- setType → const MySQLColumnType
- shortType → const MySQLColumnType
- stringType → const MySQLColumnType
- time2Type → const MySQLColumnType
- timestamp2Type → const MySQLColumnType
- timestampType → const MySQLColumnType
- timeType → const MySQLColumnType
- tinyBlobType → const MySQLColumnType
- tinyType → const MySQLColumnType
- varStringType → const MySQLColumnType
- vatChartType → const MySQLColumnType
- yearType → const MySQLColumnType