SqlCompiler class

Compiles JSON queries to SQL.

Constructors

SqlCompiler({required String provider, String? schemaName, SchemaRegistry? schema})

Properties

hashCode int
The hash code for this object.
no setterinherited
provider String
final
relationCompiler RelationCompiler
Get or create relation compiler.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema SchemaRegistry?
final
schemaName String?
final

Methods

compile(JsonQuery query) SqlQuery
Compile a JSON query to SQL.
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