Documentation
¶
Index ¶
Constants ¶
View Source
const ( DialectUnknown int DialectPostgres )
SQL dialects
Variables ¶
This section is empty.
Functions ¶
func CompileCondition ¶
func CompileCondition(dialect int, singleCondition string, colNameReplacer *strings.Replacer) (string, error)
CompileCondition compiles the given input condition string into an SQL condition string. Optional colNameReplacer can be specified to adjust the column names in the SQL condition.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.