![]() |
Qore FreetdsSqlUtil Module Reference
1.4.2
|
FreeTDS savepoint helper. More...
Inherits AbstractSavepointHelper.
Public Member Methods | |
| constructor (AbstractDatasource ds, *string savepoint="x"+get_random_string(31)) | |
| Creates the object. More... | |
Private Member Methods | |
| createSavepointImpl () | |
| Creates the savepoint. | |
| deleteSavepointImpl () | |
| Deletes the savepoint. | |
| rollbackImpl () | |
| Rolls back to the savepoint. | |
FreeTDS savepoint helper.
| FreetdsSqlUtil::FreetdsSavepointHelper::constructor | ( | AbstractDatasource | ds, |
| *string | savepoint = "x"+get_random_string(31) |
||
| ) |
Creates the object.