Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ GetText
Method
GetText
internal/plugin/codegen.pb.go:853–858 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
851
}
852
853
func
(x *Query) GetText() string {
854
if
x != nil {
855
return
x.Text
856
}
857
return
""
858
}
859
860
func
(x *Query) GetName() string {
861
if
x != nil {
Callers
15
convertAlter_table_stmtContext
Method · 0.80
convertAttach_stmtContext
Method · 0.80
convertCreate_table_stmtContext
Method · 0.80
convertCreate_virtual_table_stmtContext
Method · 0.80
convertCreate_virtual_table_fts5
Method · 0.80
convertCreate_view_stmtContext
Method · 0.80
convertDelete_stmtContext
Method · 0.80
convertDrop_stmtContext
Method · 0.80
convertFuncContext
Method · 0.80
convertColumnNameExpr
Method · 0.80
convertMultiSelect_stmtContext
Method · 0.80
getTables
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected