Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_SQLObject_iface class

 

AddRef function

Increases the internal reference count for an object.

Syntax
ul_ret_void UltraLite_SQLObject_iface::AddRef()
Remarks

To free the object you must match each call to this function with a call to Release function.