Method

GomSqliteCursorget_sql

Declaration

const char*
gom_sqlite_cursor_get_sql (
  GomSqliteCursor* self
)

Description

Gets the SQL used to create the cursor, if available.

Return value

Type: const char*

No description available.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.