public class MySQLCondition extends Object implements MySQLQueryValue, Query.Condition
| Constructor and Description |
|---|
MySQLCondition(Query.QueryValue value1,
Query.QueryTest test,
Query.QueryValue value2) |
| Modifier and Type | Method and Description |
|---|---|
Query.Condition |
and(Query.Condition condition) |
default Dialect |
dialect() |
Query.Condition |
group() |
Query.Condition |
not() |
Query.Condition |
or(Query.Condition condition) |
com.hk.str.HTMLText |
print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitis, optestpublic MySQLCondition(Query.QueryValue value1, Query.QueryTest test, Query.QueryValue value2)
public Query.Condition and(Query.Condition condition)
and in interface Query.Conditionpublic Query.Condition or(Query.Condition condition)
or in interface Query.Conditionpublic Query.Condition not()
not in interface Query.Conditionpublic Query.Condition group()
group in interface Query.Conditiongroup in interface Query.QueryValuepublic com.hk.str.HTMLText print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values)
print in interface Dialect.DialectOwnerpublic Dialect dialect()
dialect in interface Dialect.DialectOwnerCopyright © 2023. All rights reserved.