Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kysely-org/kysely
/ append
Method
append
src/query-compiler/default-query-compiler.ts:1826–1828 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
1824
}
1825
1826
protected append(str: string): void {
1827
this.#sql += str
1828
}
1829
1830
protected appendValue(parameter: unknown): void {
1831
this.addParameter(parameter)
Callers
15
visitSelectQuery
Method · 0.95
visitFrom
Method · 0.95
compileDistinctOn
Method · 0.95
compileList
Method · 0.95
visitWhere
Method · 0.95
visitHaving
Method · 0.95
visitInsertQuery
Method · 0.95
visitValues
Method · 0.95
visitDeleteQuery
Method · 0.95
visitReturning
Method · 0.95
visitAlias
Method · 0.95
visitReference
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected