Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LissaGreense/GO4SQL
/ GetToken
Method
GetToken
ast/ast.go:45–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
type
Tifier
interface
{
44
IsIdentifier() bool
45
GetToken() token.Token
46
}
47
48
// TokenLiteral - Return first literal in sequence
Callers
15
TestParseDeleteCommand
Function · 0.65
TestParseDropCommand
Function · 0.65
tokenMapEquals
Function · 0.65
validateContainExpression
Function · 0.65
validateConditionExpression
Function · 0.65
parseUpdateCommand
Method · 0.65
getConditionalExpression
Method · 0.65
Evaluate
Method · 0.65
updateTable
Method · 0.65
selectFromProvidedTable
Method · 0.65
dropTable
Method · 0.65
selectFromTableWithWhere
Method · 0.65
Implementers
2
Identifier
ast/ast.go
Anonymitifier
ast/ast.go
Calls
no outgoing calls
Tested by
5
TestParseDeleteCommand
Function · 0.52
TestParseDropCommand
Function · 0.52
tokenMapEquals
Function · 0.52
validateContainExpression
Function · 0.52
validateConditionExpression
Function · 0.52