Parameters debug Debug mode
Appendix
[ 444 ]
ErrorMsg( ) : string
Emulates ADOdb functionality.
Gets the error message from the last query. If no error was encountered, the error message
will be an empty string.
Returns Error message from the last query
ErrorNo( ) : int
Emulates ADOdb functionality.
Error number from the last query. If no error was encountered, the error number will be zero.
Returns Error number from the last query
Execute( query : string ) : mixed
Emulates ADOdb functionality.
Executes query. If the query is a SELECT query, the results will be returned in a JRecordSet
object. If the query is not a SELECT query, an empty JRecordSet will be returned on success.
If the query fails, false will be returned.
Parameters query Query to execute.
Returns JRecordSet object; false on failure
explain( ) : string
Explains the current query.
Returns XHTML string describing the active query.
GenID( foo1 : string=null, foo2 : int=null ) : mixed
Emulates ADOdb functionality.
Gets a sequence ID for databases that are sequence aware (sequences are used with
databases that allow multiple connections, to reduce the chance of errors).
Pages:
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613