Uses of Class
org.apache.jena.tdb1.lib.ColumnMap
Packages that use ColumnMap
Package
Description
-
Uses of ColumnMap in org.apache.jena.tdb1.lib
Methods in org.apache.jena.tdb1.lib with parameters of type ColumnMap -
Uses of ColumnMap in org.apache.jena.tdb1.setup
Methods in org.apache.jena.tdb1.setup with parameters of type ColumnMapModifier and TypeMethodDescriptionBuilderStdDB.TupleIndexBuilderStd.buildTupleIndex(FileSet fileSet, ColumnMap colMap, String name, StoreParams params) TupleIndexBuilder.buildTupleIndex(FileSet fileSet, ColumnMap colMap, String name, StoreParams params) -
Uses of ColumnMap in org.apache.jena.tdb1.store.tupletable
Methods in org.apache.jena.tdb1.store.tupletable that return ColumnMapModifier and TypeMethodDescriptionTupleIndex.getColumnMap()final ColumnMapTupleIndexBase.getColumnMap()TupleIndexWrapper.getColumnMap()Constructors in org.apache.jena.tdb1.store.tupletable with parameters of type ColumnMapModifierConstructorDescriptionTupleIndexRecord(int N, ColumnMap colMapping, String name, RecordFactory factory, RangeIndex index) -
Uses of ColumnMap in org.apache.jena.tdb1.store.xloader
Constructors in org.apache.jena.tdb1.store.xloader with parameters of type ColumnMapModifierConstructorDescriptionRecordsFromInput(InputStream input, int itemsPerRow, ColumnMap colMap, int rowBlockSize)