FieldDatabaseDataRow

Inheritance: java.lang.Object

public class FieldDatabaseDataRow

Provides data for the FieldDatabase field result. Please see DataRow instance.

To learn more, visit the Working with Fields documentation article.

Constructors

ConstructorDescription
FieldDatabaseDataRow(String[] values)Initializes a new instance of the FieldDatabaseDataRow class.

Methods

MethodDescription
createFrom(System.Data.DataRow dataRow)Initializes a new instance of the FieldDatabaseDataRow class from the DataRow instance.
getValues()Gets values that belong to this row.

FieldDatabaseDataRow(String[] values)

public FieldDatabaseDataRow(String[] values)

Initializes a new instance of the FieldDatabaseDataRow class.

Parameters:

ParameterTypeDescription
valuesjava.lang.String[]

createFrom(System.Data.DataRow dataRow)

public static FieldDatabaseDataRow createFrom(System.Data.DataRow dataRow)

Initializes a new instance of the FieldDatabaseDataRow class from the DataRow instance.

Parameters:

ParameterTypeDescription
dataRowDataRow

Returns: FieldDatabaseDataRow

getValues()

public String[] getValues()

Gets values that belong to this row.

Returns: java.lang.String[] - Values that belong to this row.