Uses of Class
org.h2.mvstore.db.RowDataType
-
Packages that use RowDataType Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.result Implementation of row and internal result sets. -
-
Uses of RowDataType in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return RowDataType Modifier and Type Method Description RowDataTypeRowDataType.Factory. create(java.nio.ByteBuffer buff, MetaType<Database> metaDataType, Database database) -
Uses of RowDataType in org.h2.result
Fields in org.h2.result declared as RowDataType Modifier and Type Field Description private RowDataTypeRowFactory.DefaultRowFactory. dataTypeMethods in org.h2.result that return RowDataType Modifier and Type Method Description RowDataTypeRowFactory.DefaultRowFactory. getRowDataType()abstract RowDataTypeRowFactory. getRowDataType()Constructors in org.h2.result with parameters of type RowDataType Constructor Description DefaultRowFactory(RowDataType dataType, int columnCount, int[] indexes, TypeInfo[] columnTypes)
-