Dynamic SQL
ALTIBASE HDB supports method-1, 2, 3 except method-4 like oracle.
Method-1
- This method can process only DML-statement except SELECT-statment.
Method-2
- This method can process only DML-statement except SELECT-statment.
Method-3
- ALTIBASE HDB doesn't support a "Fetch Across Commit".
Therefore, If you execute a commit while fetching records, your cursor will be closed.
Method-4
ALTIBASE HDB doesn't support this type.