SqliteTypes class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
isDouble(String upperCaseTypeString)
→ bool
-
Checks if a
upperCaseTypeString
is of a double type.
-
isInteger(String upperCaseTypeString)
→ bool
-
Checks if a
upperCaseTypeString
is of a integer type.
-
isString(String upperCaseTypeString)
→ bool
-
Checks if a
upperCaseTypeString
is of a text type.