QueryBuilder
QueryBuilder<
TResult,TTableDef,TWithout> =object&Omit<ApiFull<TResult,TTableDef,TWithout>,TWithout>
Defined in: packages/@livestore/common/dist/schema/state/sqlite/query-builder/api.d.ts:103
Type Declaration
Section titled “Type Declaration”[QueryBuilderAstSymbol]
Section titled “[QueryBuilderAstSymbol]”
readonly[QueryBuilderAstSymbol]:QueryBuilderAst
[QueryBuilderTypeId]
Section titled “[QueryBuilderTypeId]”
readonly[QueryBuilderTypeId]:QueryBuilderTypeId
asSql()
Section titled “asSql()”
readonlyasSql: () =>object
Returns
Section titled “Returns”object
bindValues
Section titled “bindValues”bindValues:
SqlValue[]
query:
string
usedTables
Section titled “usedTables”usedTables:
Set<string>
ResultType
Section titled “ResultType”
readonlyResultType:TResult
toString()
Section titled “toString()”
readonlytoString: () =>string
Returns
Section titled “Returns”string
Type Parameters
Section titled “Type Parameters”TResult
Section titled “TResult”TResult
TTableDef
Section titled “TTableDef”TTableDef extends TableDefBase
TWithout
Section titled “TWithout”TWithout extends ApiFeature = never