hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLUtils.addCondition
hunt
sql
SQLUtils
SQLUtils
Undocumented in source. Be warned that the author may not have intended to support it.
string
addCondition
(string sql, string condition, string dbType)
class
SQLUtils
static
string
addCondition
(
string
sql
,
string
condition
,
string
dbType
)
string
addCondition
(string sql, string condition, SQLBinaryOperator op, bool left, string dbType)
void
addCondition
(SQLStatement stmt, SQLBinaryOperator op, SQLExpr condition, bool left)
Meta
Source
See Implementation
hunt
sql
SQLUtils
SQLUtils
static functions
DEFAULT_FORMAT_OPTION
DEFAULT_LCASE_FORMAT_OPTION
addCondition
addSelectItem
buildCondition
buildToDate
createFormatOutputVisitor
createOutputVisitor
createSchemaStatVisitor
desensitizeTable
format
formatMySql
formatPGSql
hash
isValue
nameEquals
normalize
not
parseStatements
refactor
replaceInParent
sort
split
toMySqlExpr
toMySqlString
toOrderByItem
toPGString
toSQLExpr
toSQLString
toSelectItem
toStatementList
toUpdateSetItem