| Package | Description |
|---|---|
| org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DBGeneratedValue.DBFuncGeneratedValue
DBFuncGeneratedValue
Auto-generates a record value from other record fields
The template must contain the column names wrapped in square brackets
like e.g.
|
static class |
DBGeneratedValue.DBTriggerGeneratedValue
DBTriggerGeneratedValue
Value is generated by Trigger
|
| Modifier and Type | Method and Description |
|---|---|
static DBGeneratedValue |
DBGeneratedValue.byFunction(DBTable table,
String functionTemplate)
Returns generator for a record value created from other record fields
The function template must contain the column names wrapped in square brackets
like e.g.
|
static DBGeneratedValue |
DBGeneratedValue.byTrigger(DBTable table,
String triggerName,
DBTableColumn... columns)
Returns a generated value for a trigger
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.