public class MySQLColumnMeta extends ColumnMeta
args, type| Constructor and Description |
|---|
MySQLColumnMeta(com.mysql.cj.MysqlType type,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
default Dialect |
dialect() |
ColumnMeta |
option(String name,
Object index,
Object value) |
com.hk.str.HTMLText |
print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values) |
option, optionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittestpublic MySQLColumnMeta(com.mysql.cj.MysqlType type,
Object... args)
public ColumnMeta option(String name, Object index, Object value)
option in class ColumnMetapublic 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.