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 |
---|---|
void |
DBRowSet.readRecord(DBRecord rec,
Object[] key,
Connection conn,
DBRowSet.PartialMode mode,
DBColumn... columns)
Reads the partial record for a given primary key from the database
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.