dialect

package
v0.0.0-...-982e07a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2023 License: Apache-2.0, Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dialect

type Dialect interface {
	QuoteHandler() QuoteHandler
}

Dialect type for Tokenizer

type QuoteHandler

type QuoteHandler interface {
	IsIdentifierQuote(quote byte) bool
	IsStringLiteralQuote(quote byte) bool
	WrapStringLiteral(literal string) string
	WrapIdentifier(identifier string) string
	GetIdentifierQuote() byte
	GetStringLiteralQuote() byte
}

QuoteHandler decide what the type of quote and manage correct wrapping identifiers and string literals

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL