MCPcopy Index your code
hub / github.com/coder/coder / EqualsSQLString

Method EqualsSQLString

coderd/rbac/regosql/sqltypes/equality.go:15–15  ·  view source on GitHub ↗

EqualsSQLString intentionally returns an error. This is so if left = right is not supported, we can try right = left.

(cfg *SQLGenerator, not bool, other Node)

Source from the content-addressed store, hash-verified

13 // EqualsSQLString intentionally returns an error. This is so if
14 // left = right is not supported, we can try right = left.
15 EqualsSQLString(cfg *SQLGenerator, not bool, other Node) (string, error)
16}
17
18var (

Callers 2

SQLStringMethod · 0.65
EqualsSQLStringMethod · 0.65

Implementers 9

AstBooleancoderd/rbac/regosql/sqltypes/bool.go
AstNumbercoderd/rbac/regosql/sqltypes/number.go
AstStringcoderd/rbac/regosql/sqltypes/string.go
memberOfcoderd/rbac/regosql/sqltypes/member.go
equalitycoderd/rbac/regosql/sqltypes/equality.
astParenthesiscoderd/rbac/regosql/sqltypes/parens.go
astStringVarcoderd/rbac/regosql/sqltypes/variable.
alwaysFalsecoderd/rbac/regosql/sqltypes/always_fa
astUUIDVarcoderd/rbac/regosql/sqltypes/uuid.go

Calls

no outgoing calls

Tested by

no test coverage detected