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 SchemaTableSchemaTable. build(Consumer<SchemaTable.Builder> builderConsumer)Builds a table schema byConsumer.protected SchemaTableSchemaTable. clone()Safe clone for the fields of this object.SchemaTableDataField. getTable()Gets definition of table.SchemaTableDataRow.Builder. getTable()Gets definition of table.SchemaTableDataRow. getTable()Gets the table schema.Methods in guru.mikelue.jdut.datagrain with parameters of type SchemaTable Modifier and Type Method Description DataRow.BuilderDataRow.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)
-