Uses of Class
org.apache.empire.db.DBRecord
Packages that use DBRecord
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBRecord in org.apache.empire.db
Methods in org.apache.empire.db that return DBRecordModifier and TypeMethodDescriptionDBRecord.create()Creates a new recordCreates a new recordReads a record from the database This method can only be used for tables with a single primary keyReads a record from the databaseDBRecord.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.DBRecord.read(DBCompareExpr whereConstraints) Reads a record from the databaseOverridden to change return type from DBCommandExpr to DBCommandMethods in org.apache.empire.db that return types with arguments of type DBRecordModifier and TypeMethodDescriptionDBUtils.queryRecordList(DBCommand cmd, DBRowSet rowset) Executes a query and returns a list of DBRecord items -
Uses of DBRecord in org.apache.empire.db.generic
Subclasses of DBRecord in org.apache.empire.db.generic