Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static DBRowSet.PartialMode |
DBRowSet.PartialMode.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
DBRecordBean |
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.
|
DBRecord |
DBRecord.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.
|
void |
DBRowSet.readRecord(DBRecordBase record,
DBCompareExpr whereConstraints,
DBRowSet.PartialMode mode,
DBColumn... columns)
Reads the partial record for a given primary key from the database
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.