MCPcopy 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

RunMethod · 0.65
TestSqlCommandsFunction · 0.65
TestSqlMultiStatementFunction · 0.65
TestSqlCreateFunction · 0.65
TestSqlDropFunction · 0.65

Implementers 15

SqlSelectrel/sql.go
SqlSourcerel/sql.go
SqlWhererel/sql.go
SqlIntorel/sql.go
SqlInsertrel/sql.go
SqlUpsertrel/sql.go
SqlUpdaterel/sql.go
SqlDeleterel/sql.go
SqlDescriberel/sql.go
SqlShowrel/sql.go
SqlCommandrel/sql.go

Calls

no outgoing calls

Tested by 4

TestSqlCommandsFunction · 0.52
TestSqlMultiStatementFunction · 0.52
TestSqlCreateFunction · 0.52
TestSqlDropFunction · 0.52