Class MysqlTableOptions
java.lang.Object
io.datarouter.client.mysql.ddl.domain.MysqlTableOptions
public class MysqlTableOptions
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMysqlTableOptions.MysqlTableOptionsBuilder -
Field Summary
Fields Modifier and Type Field Description static MysqlTableOptionsDEFAULT -
Method Summary
Modifier and Type Method Description MysqlCharacterSetgetCharacterSet()MysqlCollationgetCollation()MysqlRowFormatgetRowFormat()static MysqlTableOptionsmake(io.datarouter.model.serialize.fielder.DatabeanFielder<?,?> fielder)
-
Field Details
-
Method Details
-
getCharacterSet
-
getCollation
-
getRowFormat
-
make
public static MysqlTableOptions make(io.datarouter.model.serialize.fielder.DatabeanFielder<?,?> fielder)
-