Uses of Class
org.h2.result.RowFactory
Packages that use RowFactory
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Various table index implementations, as well as cursors to navigate in an index.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Classes related to a table and table meta data.
-
Uses of RowFactory in org.h2.engine
Methods in org.h2.engine that return RowFactoryMethods in org.h2.engine with parameters of type RowFactory -
Uses of RowFactory in org.h2.index
Methods in org.h2.index that return RowFactory -
Uses of RowFactory in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return RowFactoryModifier and TypeMethodDescriptionMVDelegateIndex.getRowFactory()RowDataType.getRowFactory()ValueDataType.getRowFactory()Methods in org.h2.mvstore.db with parameters of type RowFactoryModifier and TypeMethodDescriptionvoidRowDataType.setRowFactory(RowFactory rowFactory) voidValueDataType.setRowFactory(RowFactory rowFactory) -
Uses of RowFactory in org.h2.result
Subclasses of RowFactory in org.h2.resultModifier and TypeClassDescriptionstatic final classDefault implementation of row factory.Methods in org.h2.result that return RowFactoryModifier and TypeMethodDescriptionRowFactory.createRowFactory(CastDataProvider provider, CompareMode compareMode, DataHandler handler, Typed[] columns, IndexColumn[] indexColumns, boolean storeKeys) Create a new row factory.RowFactory.DefaultRowFactory.createRowFactory(CastDataProvider provider, CompareMode compareMode, DataHandler handler, int[] sortTypes, int[] indexes, TypeInfo[] columnTypes, int columnCount, boolean storeKeys) Create a new row factory.RowFactory.DefaultRowFactory.createRowFactory(CastDataProvider provider, CompareMode compareMode, DataHandler handler, Typed[] columns, IndexColumn[] indexColumns, boolean storeKeys) static RowFactoryRowFactory.getRowFactory() -
Uses of RowFactory in org.h2.table
Methods in org.h2.table that return RowFactory