Fts5Table class
- Inheritance
-
- Object
- ResultSet
- NamedResultSet
- Table
- Fts5Table
- Available extensions
Constructors
-
Fts5Table.new({required String name, required List<
TableColumn> columns, String? contentTable, String? contentRowId, CreateVirtualTableStatement? definition})
Properties
- contentRowId → String?
-
final
- contentTable → String?
-
final
- definition → TableInducingStatement?
-
The ast node that created this table
finalinherited
- escapedName → String
-
If name is a reserved sql keyword, wraps it in double ticks. Otherwise
just returns the name directly.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isStrict → bool
-
finalinherited
- isVirtual → bool
-
Whether this is a virtual table.
finalinherited
- name → String
-
The name of this table, as it appears in sql statements. This should be
the raw name, not an escaped version.
finalinherited
-
resolvedColumns
→ List<
TableColumn> -
The columns that will be returned when evaluating this query.
finalinherited
-
resultColumns
→ List<
TableColumn> -
Filter the resolvedColumns for those that are
Column.includedInResults.
no setterinherited
- resultSet → ResultSet
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tableConstraints
→ List<
TableConstraint> -
Additional constraints set on this table.
finalinherited
- visibleToChildren → bool
-
Whether this referencable is still visible in child scopes. This doesn't
apply to many things, basically only to tables.
no setterinherited
- withoutRowId → bool
-
Whether this table was created with an "WITHOUT ROWID" modifier
finalinherited
Methods
-
findColumn(
String name) → Column? -
inherited
-
humanReadableDescription(
) → String -
inherited
-
meta<
T> () → T? -
Returns the metadata of type
T
that might have been set on this node, or null if none was found. Nodes can have arbitrary annotations on them set viasetMeta
and obtained viameta
. This mechanism is used to, for instance, attach variable scopes to a subtree.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setMeta<
T> (T value) → void -
Sets the metadata of type
T
to the specifiedvalue
. Nodes can have arbitrary annotations on them set viasetMeta
and obtained viameta
. This mechanism is used to, for instance, attach variable scopes to a subtree.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
unalias(
) → ResultSet -
Available on ResultSet, provided by the UnaliasResultSet extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited