Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ SerializeSql
Method
SerializeSql
database/sqlbuilder/types.go:8–8 ·
view source on GitHub ↗
(out *bytes.Buffer)
Source
from the content-addressed store, hash-verified
6
7
type
Clause
interface
{
8
SerializeSql(out *bytes.Buffer) error
9
}
10
11
// A clause that can be used in order by
Callers
15
TestConjunctExprEmptyList
Method · 0.65
TestConjunctExprNilInList
Method · 0.65
TestConjunctExprSingleElement
Method · 0.65
TestTupleExpr
Method · 0.65
TestLikeExpr
Method · 0.65
TestRegexExpr
Method · 0.65
TestAndExpr
Method · 0.65
TestOrExpr
Method · 0.65
TestAddExpr
Method · 0.65
TestSubExpr
Method · 0.65
TestMulExpr
Method · 0.65
TestDivExpr
Method · 0.65
Implementers
15
orderByClause
database/sqlbuilder/expression.go
literalExpression
database/sqlbuilder/expression.go
conjunctExpression
database/sqlbuilder/expression.go
arithmeticExpression
database/sqlbuilder/expression.go
tupleExpression
database/sqlbuilder/expression.go
listClause
database/sqlbuilder/expression.go
negateExpression
database/sqlbuilder/expression.go
binaryExpression
database/sqlbuilder/expression.go
funcExpression
database/sqlbuilder/expression.go
intervalExpression
database/sqlbuilder/expression.go
inExpression
database/sqlbuilder/expression.go
ifExpression
database/sqlbuilder/expression.go
Calls
no outgoing calls
Tested by
15
TestConjunctExprEmptyList
Method · 0.52
TestConjunctExprNilInList
Method · 0.52
TestConjunctExprSingleElement
Method · 0.52
TestTupleExpr
Method · 0.52
TestLikeExpr
Method · 0.52
TestRegexExpr
Method · 0.52
TestAndExpr
Method · 0.52
TestOrExpr
Method · 0.52
TestAddExpr
Method · 0.52
TestSubExpr
Method · 0.52
TestMulExpr
Method · 0.52
TestDivExpr
Method · 0.52