The DataRow class contains data coming from a database query which can be indexed numerically or by field name.
DataRow() -
Constructor for class it.gotoandplay.smartfoxserver.db.DataRow
Construct the object with the default type = DataRow.DATAROW_INTKEY
DataRow(int) -
Constructor for class it.gotoandplay.smartfoxserver.db.DataRow
Allows to construct the object specifying the type
DATAROW_INTKEY: allows to retrieve data by field index (starting at zero)
DATAROW_STRINGKEY: allows to retrieve data by