menu
nebula_db package
documentation
sql/planner.dart
IndexLookupPlan
IndexLookupPlan.new constructor
IndexLookupPlan.new constructor
dark_mode
light_mode
IndexLookupPlan
constructor
IndexLookupPlan
(
String
table
,
String
column
,
dynamic
value
,
Expr
?
extraFilter
,
)
Implementation
IndexLookupPlan(this.table, this.column, this.value, this.extraFilter);
nebula_db package
documentation
sql/planner
IndexLookupPlan
IndexLookupPlan.new constructor
IndexLookupPlan class