Uses of Enum
org.apache.empire.db.DBRowSet.PartialMode
Packages that use DBRowSet.PartialMode
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBRowSet.PartialMode in org.apache.empire.db
Methods in org.apache.empire.db that return DBRowSet.PartialModeModifier and TypeMethodDescriptionstatic DBRowSet.PartialModeReturns the enum constant of this type with the specified name.static DBRowSet.PartialMode[]DBRowSet.PartialMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.empire.db with parameters of type DBRowSet.PartialModeModifier and TypeMethodDescriptionDBRecord.read(Object[] key, DBRowSet.PartialMode mode, DBColumn... columns) Reads a record partially i.e. not with all but just some selected fields There are two modes: 1.DBRecordBean.read(DBContext context, DBRowSet rowset, Object[] key, DBRowSet.PartialMode mode, DBColumn... columns) Reads a record partially i.e. not with all but just some selected fields There are two modes: 1.voidDBRowSet.readRecord(DBRecordBase record, DBCompareExpr whereConstraints, DBRowSet.PartialMode mode, DBColumn... columns) Reads the partial record for a given primary key from the database