Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SqliteQueryCompiler

class SqliteQueryCompiler extends DefaultQueryCompiler {
protected getAutoIncrement(): string;
protected getCurrentParameterPlaceholder(): string;
protected getLeftExplainOptionsWrapper(): string;
protected getLeftIdentifierWrapper(): string;
protected getRightExplainOptionsWrapper(): string;
protected getRightIdentifierWrapper(): string;
protected sanitizeIdentifier(identifier: string): string;
protected visitDefaultInsertValue(_: DefaultInsertValueNode): void;
}

§Extends

§
DefaultQueryCompiler
[src]

§Methods

§
getAutoIncrement(): string protected
[src]
§
getCurrentParameterPlaceholder(): string protected
[src]
§
getLeftExplainOptionsWrapper(): string protected
[src]
§
getLeftIdentifierWrapper(): string protected
[src]
§
getRightExplainOptionsWrapper(): string protected
[src]
§
getRightIdentifierWrapper(): string protected
[src]
§
sanitizeIdentifier(identifier: string): string protected
[src]
§
visitDefaultInsertValue(_: DefaultInsertValueNode): void protected
[src]