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

MysqlQueryCompiler

class MysqlQueryCompiler extends DefaultQueryCompiler {
protected getCurrentParameterPlaceholder(): string;
protected getExplainOptionAssignment(): string;
protected getExplainOptionsDelimiter(): string;
protected getLeftExplainOptionsWrapper(): string;
protected getLeftIdentifierWrapper(): string;
protected getRightExplainOptionsWrapper(): string;
protected getRightIdentifierWrapper(): string;
protected sanitizeIdentifier(identifier: string): string;
protected visitCreateIndex(node: CreateIndexNode): void;
}

§Extends

§
DefaultQueryCompiler
[src]

§Methods

§
getCurrentParameterPlaceholder(): string protected
[src]
§
getExplainOptionAssignment(): string protected
[src]
§
getExplainOptionsDelimiter(): 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]
§
visitCreateIndex(node: CreateIndexNode): void protected
[src]