public class MySQLFieldMeta extends Object implements MySQLQueryValue, FieldMeta, Comparable<MySQLFieldMeta>
| Constructor and Description |
|---|
MySQLFieldMeta(MySQLTableMeta table,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(@NotNull MySQLFieldMeta o) |
default Dialect |
dialect() |
boolean |
equals(Object o) |
Query.QueryValue |
group() |
int |
hashCode() |
com.hk.str.HTMLText |
print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values,
boolean qualified) |
MySQLTableMeta |
table() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitis, optestpublic MySQLFieldMeta(MySQLTableMeta table, String name)
public MySQLTableMeta table()
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,
boolean qualified)
public int compareTo(@NotNull
@NotNull MySQLFieldMeta o)
compareTo in interface Comparable<MySQLFieldMeta>public Dialect dialect()
dialect in interface Dialect.DialectOwnerCopyright © 2023. All rights reserved.