Uses of Class
guru.mikelue.jdut.datagrain.SchemaTable
-
Packages that use SchemaTable Package Description guru.mikelue.jdut.datagrain This package contains the primary objects of bean for data definitions. -
-
Uses of SchemaTable in guru.mikelue.jdut.datagrain
Methods in guru.mikelue.jdut.datagrain that return SchemaTable Modifier and Type Method Description static SchemaTable
SchemaTable. build(Consumer<SchemaTable.Builder> builderConsumer)
Builds a table schema byConsumer
.protected SchemaTable
SchemaTable. clone()
Safe clone for the fields of this object.SchemaTable
DataField. getTable()
Gets definition of table.SchemaTable
DataRow.Builder. getTable()
Gets definition of table.SchemaTable
DataRow. getTable()
Gets the table schema.Methods in guru.mikelue.jdut.datagrain with parameters of type SchemaTable Modifier and Type Method Description DataRow.Builder
DataRow.Builder. tableSchema(SchemaTable newTableSchema)
Sets the table schema.Constructors in guru.mikelue.jdut.datagrain with parameters of type SchemaTable Constructor Description Factory(SchemaTable newTableSchema)
Constructs with a table schema.MissedColumnException(SchemaTable tableSchema, SchemaColumn newMissedColumn)
-