MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / SQLDialect

TypeAlias SQLDialect

pkg/sql/keywords/dialect.go:25–25  ·  view source on GitHub ↗

SQLDialect represents different SQL database dialects. Each dialect may have specific keywords that are not part of standard SQL.

Source from the content-addressed store, hash-verified

23// SQLDialect represents different SQL database dialects.
24// Each dialect may have specific keywords that are not part of standard SQL.
25type SQLDialect string
26
27const (
28 // DialectUnknown represents an unknown or unspecified SQL dialect

Callers 5

TestRejectUnknownDialectFunction · 0.92
parseTopSQLFunction · 0.92
validateInlineSQLFunction · 0.92
validateFileMethod · 0.92
TestDialectRegistryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected