Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

framework reference

modules reference

dbRowset

Object
   |
   +--dbRowset

See:



Constructor Summary
dbRowset(Object)
            Rowset object representing the results of a value returning database query initiated using the dbConnection.executeRetrieval method.
 
Methods Summary
 Number getColumnCount()
           Get the number of columns of this result, identical to the length attribute.
 String getColumnDatatypeName()
           Get the name of the datatype associated with the column.
 Number getColumnDatatypeNumber()
           Get the number of the datatype associated with the column.
 Object getColumnItem(<String> name)
           Get the value of a column by its name (the value can be accessed by number simply indexing them - this is not faster than by name for FESI).
 String getColumnName()
           Get the name of a column, in a way which is always working.
 Object getLastError()
           Return the last error which occured when connecting or executing a statement, null (which test as false) if none.
 void getMetaData()
           Return the meta data attached to the row set.
 Boolean hasMoreRows()
           Optimistic view of the possibility that more rows are present.
 Boolean next()
           Get the next row of results, return true if there is a next row, false otherwise.

Constructor Detail

dbRowset

dbRowset(Object)

Method Detail

getColumnCount

Number getColumnCount()

getColumnDatatypeName

String getColumnDatatypeName()

getColumnDatatypeNumber

Number getColumnDatatypeNumber()

getColumnItem

Object getColumnItem(<String> name)

getColumnName

String getColumnName()

getLastError

Object getLastError()

getMetaData

void getMetaData()

hasMoreRows

Boolean hasMoreRows()

next

Boolean next()





Documentation generated by JSDoc on Sat Feb 24 15:21:29 2007