Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/upper/db
/ Compile
Method
Compile
internal/sqlbuilder/builder.go:58–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
57
type
isCompilable
interface
{
58
Compile() (string, error)
59
Arguments() []
interface
{}
60
}
61
Callers
14
expandArgument
Function · 0.65
preprocess
Method · 0.65
columnFragments
Function · 0.65
StatementExec
Method · 0.65
StatementPrepare
Method · 0.65
StatementQuery
Method · 0.65
StatementQueryRow
Method · 0.65
PlaceholderValue
Method · 0.65
Compile
Method · 0.65
As
Method · 0.65
Compile
Method · 0.65
CompileStatement
Method · 0.65
Implementers
5
updater
internal/sqlbuilder/update.go
deleter
internal/sqlbuilder/delete.go
inserter
internal/sqlbuilder/insert.go
paginator
internal/sqlbuilder/paginate.go
selector
internal/sqlbuilder/select.go
Calls
no outgoing calls
Tested by
no test coverage detected