MCPcopy
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

visitSelectQueryMethod · 0.95
visitFromMethod · 0.95
compileDistinctOnMethod · 0.95
compileListMethod · 0.95
visitWhereMethod · 0.95
visitHavingMethod · 0.95
visitInsertQueryMethod · 0.95
visitValuesMethod · 0.95
visitDeleteQueryMethod · 0.95
visitReturningMethod · 0.95
visitAliasMethod · 0.95
visitReferenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected