SQLEntry class

A generic entry in a SQLBuilder.

Constructors

SQLEntry(String type, String sql, {String? comment, List<String>? tables, List<String>? referenceTables, List<SQLColumn>? columns})

Properties

columns List<SQLColumn>?
The columns or referenced columns in this entry.
final
comment String?
The entry comment.
final
hashCode int
The hash code for this object.
no setterinherited
referenceTables List<String>?
The referenced tables of this entry.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sql String
The SQL.
final
tables List<String>?
The tables of this entry.
final
type String
The type of entry.
final

Methods

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