JavaScript Programmer's Reference - database Object
You are here: irt.org | XRef | NES | database
database Object
database Methods
| Name | MSIE | NNav | Notes |
|---|
| beginTransaction() | - | - | |
| commitTransaction() | - | - | |
| connect() | - | - | |
| connected() | - | - | |
| cursor() | - | - | |
| disconnect() | - | - | |
| execute() | - | - | This method will automatically perform a commit on any SQL that you send. You can avoid this by using transaction methods. |
| majorErrorCode() | - | - | |
| majorErrorMessage() | - | - | |
| minorErrorCode() | - | - | |
| minorErrorMessage() | - | - | |
| rollbackTransaction() | - | - | |
| SQLTable() | - | - | |
| storedProc() | - | - | |
| storedProcArgs() | - | - | |
| toString() | - | - | |
database Properties
| Name | MSIE | NNav | Notes |
|---|
| prototype | - | - | |
You are here: irt.org | XRef | NES | database
©2018 Martin Webb