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

SQL Anywhere 12.0.0 (Français) » UltraLite - C and C++ Programming » API reference » UltraLite C/C++ API reference » ULResultSet class

 

GetString method

Fetches a value from a column as a null-terminated string.

 Overload list

GetString(const char *, char *, size_t) method
GetString(const ul_wchar *, ul_wchar *, size_t) method
GetString(ul_column_num, char *, size_t) method
GetString(ul_column_num, ul_wchar *, size_t) method