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