public class MySQLCompoundValue extends Object implements MySQLQueryValue
| Constructor and Description |
|---|
MySQLCompoundValue(Query.QueryValue value1,
Query.QueryOperator op,
Query.QueryValue value2) |
| Modifier and Type | Method and Description |
|---|---|
default Dialect |
dialect() |
Query.QueryValue |
group() |
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 MySQLCompoundValue(Query.QueryValue value1, Query.QueryOperator op, Query.QueryValue value2)
public Query.QueryValue group()
group 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.