SQLColumn class

A column information of a SQLEntry.

Implemented types

Constructors

SQLColumn(String table, String name, {String? referenceTable, String? referenceColumn})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The column name.
final
referenceColumn String?
The referenced table column if this column is a FOREIGN KEY.
final
referenceTable String?
The referenced table if this column is a FOREIGN KEY.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table String
The column table.
final

Methods

compareTo(SQLColumn other) int
Compares this object to another object.
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