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

framework reference

modules reference

dbConnection

Object
   |
   +--dbConnection

See:



Constructor Summary
dbConnection(Object)
            A DatabaseObject represents a connection to a relational database and is created using the global getDBConnection function.
 
Methods Summary
 Number executeCommand(<String> sqlString)
           Used to implement INSERT, UPDATE, ddl statements and other non value returning statements.
 dbRowset executeRetrieval(<String> sqlString)
           Used to implement SELECT and other value returning statements.
 Object getLastError()
           Return the last error which occured when connecting or executing a statement, undefined if none.
 void getMetaData()
           Return the meta data attached to the connection.

Constructor Detail

dbConnection

dbConnection(Object)

Method Detail

executeCommand

Number executeCommand(<String> sqlString)

executeRetrieval

dbRowset executeRetrieval(<String> sqlString)

getLastError

Object getLastError()

getMetaData

void getMetaData()





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