Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ Keyword
Method
Keyword
rel/sql.go:63–63 ·
view source on GitHub ↗
SQL keyword (select, insert, etc)
()
Source
from the content-addressed store, hash-verified
61
WriteDialect(w expr.DialectWriter)
62
// SQL keyword (select, insert, etc)
63
Keyword() lex.TokenType
64
}
65
66
// SqlSourceStatement interface, to define the subselect/join-types
Callers
5
Run
Method · 0.65
TestSqlCommands
Function · 0.65
TestSqlMultiStatement
Function · 0.65
TestSqlCreate
Function · 0.65
TestSqlDrop
Function · 0.65
Implementers
15
PreparedStatement
rel/sql.go
SqlSelect
rel/sql.go
SqlSource
rel/sql.go
SqlWhere
rel/sql.go
SqlInto
rel/sql.go
SqlInsert
rel/sql.go
SqlUpsert
rel/sql.go
SqlUpdate
rel/sql.go
SqlDelete
rel/sql.go
SqlDescribe
rel/sql.go
SqlShow
rel/sql.go
SqlCommand
rel/sql.go
Calls
no outgoing calls
Tested by
4
TestSqlCommands
Function · 0.52
TestSqlMultiStatement
Function · 0.52
TestSqlCreate
Function · 0.52
TestSqlDrop
Function · 0.52