Function DacSqlStatement() Professional
Creates SQL Statements for the current session of this thread or a dedicated session.
Syntax
DacSqlStatement( [<oSession>] ) -> oSqlStatement
Parameters
<oSession>
oSession is an object of the DacSession() or derived from it. The Session passed via oSession needs to be in a connected state, otherwise a runtime error is created.
Return
Instance object of a class derived from SqlStatement
Description
TBD
Examples
// DacSqlStatement
//
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.