Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ ReplacePlaceholders
Method
ReplacePlaceholders
placeholder.go:14–14 ·
view source on GitHub ↗
(sql string)
Source
from the content-addressed store, hash-verified
12
// placeholder with a (possibly different) SQL placeholder.
13
type
PlaceholderFormat
interface
{
14
ReplacePlaceholders(sql string) (string, error)
15
}
16
17
type
placeholderDebugger
interface
{
Callers
11
ToSql
Method · 0.65
ToSql
Method · 0.65
TestQuestion
Function · 0.65
TestDollar
Function · 0.65
TestColon
Function · 0.65
TestAtp
Function · 0.65
TestEscapeDollar
Function · 0.65
TestEscapeColon
Function · 0.65
TestEscapeAtp
Function · 0.65
ToSql
Method · 0.65
ToSql
Method · 0.65
Implementers
4
questionFormat
placeholder.go
dollarFormat
placeholder.go
colonFormat
placeholder.go
atpFormat
placeholder.go
Calls
no outgoing calls
Tested by
7
TestQuestion
Function · 0.52
TestDollar
Function · 0.52
TestColon
Function · 0.52
TestAtp
Function · 0.52
TestEscapeDollar
Function · 0.52
TestEscapeColon
Function · 0.52
TestEscapeAtp
Function · 0.52