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

Function isCompoundKeywordStart

pkg/sql/tokenizer/tokenizer.go:861–863  ·  view source on GitHub ↗

Helper function to check if a word can start a compound keyword

(word string)

Source from the content-addressed store, hash-verified

859
860// Helper function to check if a word can start a compound keyword
861func isCompoundKeywordStart(word string) bool {
862 return compoundKeywordStarts[word]
863}
864
865// readQuotedIdentifier reads something like "MyColumn" with support for Unicode quotes
866func (t *Tokenizer) readQuotedIdentifier() (models.Token, error) {

Callers 1

readIdentifierMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected