Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static DBRowSet.FieldInitMode |
DBRowSet.FieldInitMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBRowSet.FieldInitMode[] |
DBRowSet.FieldInitMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBRowSet.initRecord(DBRecordBase record,
Object[] key,
DBRowSet.FieldInitMode fieldInitMode,
boolean newRecord)
Initializes a DBRecord for this RowSet and sets primary key values.
|
protected void |
DBTable.initRecordDefaultValues(DBRecordBase record,
DBRowSet.FieldInitMode fieldInitMode)
initializes the Record Default Values
|
protected void |
DBRowSet.initRecordDefaultValues(DBRecordBase record,
DBRowSet.FieldInitMode fieldInitMode)
initializes the Record Default Values
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.