Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/upper/db
/ Arguments
Method
Arguments
internal/sqlbuilder/builder.go:59–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
type
isCompilable
interface
{
58
Compile() (string, error)
59
Arguments() []
interface
{}
60
}
61
62
type
hasIsZero
interface
{
Callers
15
expandArgument
Function · 0.65
TestSelect
Function · 0.65
TestInsert
Function · 0.65
TestUpdate
Function · 0.65
TestPaginate
Function · 0.65
ExecContext
Method · 0.65
QueryContext
Method · 0.65
QueryRowContext
Method · 0.65
columnFragments
Function · 0.65
PlaceholderValue
Method · 0.65
toWhereWithArguments
Method · 0.65
toColumnValues
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
4
TestSelect
Function · 0.52
TestInsert
Function · 0.52
TestUpdate
Function · 0.52
TestPaginate
Function · 0.52