Conditional expression functions.
This commit is contained in:
parent
ca5a30983e
commit
dca028295d
7 changed files with 89 additions and 15 deletions
|
|
@ -4,6 +4,10 @@ const (
|
|||
DEFAULT keywordClause = "DEFAULT"
|
||||
)
|
||||
|
||||
var (
|
||||
NULL = newNullExpression()
|
||||
)
|
||||
|
||||
type keywordClause string
|
||||
|
||||
func (k keywordClause) serialize(statement statementType, out *queryData, options ...serializeOption) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue