Uses of Interface
herddb.utils.DataAccessor
-
Packages that use DataAccessor Package Description herddb.utils -
-
Uses of DataAccessor in herddb.utils
Classes in herddb.utils that implement DataAccessor Modifier and Type Class Description classAbstractDataAccessorBase class for DataAccessors, provide default implementationsclassAllNullsDataAccessorA DataAccessor without values, only schemaclassMapDataAccessorA simple implementation backed by a MapclassProjectedDataAccessorWraps and projects a given DataAccessorFields in herddb.utils declared as DataAccessor Modifier and Type Field Description static DataAccessorDataAccessor. NULLFields in herddb.utils with type parameters of type DataAccessor Modifier and Type Field Description List<DataAccessor>TuplesList. tuplesMethods in herddb.utils that return DataAccessor Modifier and Type Method Description static DataAccessorDataAccessor. ALL_NULLS(String[] fieldNames)DataAccessorProjectedDataAccessor. getWrapped()DataAccessorRecordsBatch. next()Constructors in herddb.utils with parameters of type DataAccessor Constructor Description ProjectedDataAccessor(String[] fieldNames, DataAccessor wrapped)Constructor parameters in herddb.utils with type arguments of type DataAccessor Constructor Description TuplesList(String[] columnNames, List<DataAccessor> tuples)
-