public class FieldDatabaseDataRow
extends java.lang.Object
FieldDatabase field result. Please see DataRow instance.
To learn more, visit the Working with Fields documentation article.
| Constructor and Description |
|---|
FieldDatabaseDataRow(java.lang.String... values)
Initializes a new instance of the
FieldDatabaseDataRow class. |
| Modifier and Type | Method and Description |
|---|---|
static FieldDatabaseDataRow |
createFrom(DataRow dataRow)
Initializes a new instance of the
FieldDatabaseDataRow class from the DataRow instance. |
java.lang.String[] |
getValues()
Gets values that belong to this row.
|
public FieldDatabaseDataRow(java.lang.String... values)
FieldDatabaseDataRow class.public java.lang.String[] getValues()
public static FieldDatabaseDataRow createFrom(DataRow dataRow)
FieldDatabaseDataRow class from the DataRow instance.