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
Fields in org.h2.engine declared as RowFactoryMethods in org.h2.engine that return RowFactoryMethods in org.h2.engine with parameters of type RowFactory -
Uses of RowFactory in org.h2.index
Fields in org.h2.index declared as RowFactoryModifier and TypeFieldDescriptionprivate final RowFactory
Index.rowFactory
private final RowFactory
Index.uniqueRowFactory
Methods in org.h2.index that return RowFactory -
Uses of RowFactory in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as RowFactoryMethods 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 TypeMethodDescriptionvoid
RowDataType.setRowFactory
(RowFactory rowFactory) void
ValueDataType.setRowFactory
(RowFactory rowFactory) -
Uses of RowFactory in org.h2.result
Subclasses of RowFactory in org.h2.resultModifier and TypeClassDescriptionstatic final class
Default implementation of row factory.Fields in org.h2.result declared as RowFactoryModifier and TypeFieldDescription(package private) static final RowFactory
RowFactory.Holder.EFFECTIVE
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 RowFactory
RowFactory.getRowFactory()
-
Uses of RowFactory in org.h2.table
Fields in org.h2.table declared as RowFactoryMethods in org.h2.table that return RowFactory