public class MySQLSelectQuery extends Object implements SelectQuery
Query.Condition, Query.QueryOperator, Query.QueryTest, Query.QueryValue| Modifier and Type | Method and Description |
|---|---|
default Dialect |
dialect() |
SelectQuery |
from(TableMeta... tables) |
com.hk.str.HTMLText |
print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values) |
SelectQuery |
where(Query.Condition condition) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdialect, testpublic SelectQuery from(TableMeta... tables)
from in interface SelectQuerypublic SelectQuery where(Query.Condition condition)
where in interface SelectQuerypublic 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.