Method

SeagullStatementget_sql

unstable since: 0.3

Declaration [src]

const char*
seagull_statement_get_sql (
  SeagullStatement* statement
)

Description [src]

Gets the SQL statement.

Available since: 0.3

Gets propertySeagull.Statement:sql

Return value

Type: const char*

The SQL statement.

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