Package | Description |
---|---|
org.waarp.common.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
Modifier and Type | Field and Description |
---|---|
protected DbValue[] |
AbstractDbData.allFields |
protected DbValue[] |
AbstractDbData.otherFields |
protected DbValue[] |
AbstractDbData.primaryKey
To be implemented
|
Modifier and Type | Method and Description |
---|---|
DbValue[] |
AbstractDbData.getAllFields() |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractDbData.getTrueValue(ResultSet rs,
DbValue value)
Get one value into DbValue from ResultSet
|
protected void |
AbstractDbData.getValue(DbPreparedStatement preparedStatement,
DbValue value)
Get one value into DbValue from DbPreparedStatement
|
protected void |
AbstractDbData.getValues(DbPreparedStatement preparedStatement,
DbValue[] values)
Get several values into DbValue from DbPreparedStatement
|
static void |
AbstractDbData.setTrueValue(PreparedStatement ps,
DbValue value,
int rank)
Set Value into PreparedStatement
|
protected void |
AbstractDbData.setValue(DbPreparedStatement preparedStatement,
DbValue value)
Set one value to a DbPreparedStatement
|
protected void |
AbstractDbData.setValues(DbPreparedStatement preparedStatement,
DbValue[] values)
Set several values to a DbPreparedStatement
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDbDataDao.getValues(DbPreparedStatement preparedStatement,
DbValue[] values)
|
Copyright © 2009–2020 Waarp. All rights reserved.