Method

SeagullStatementget_stmt

unstable since: 0.3

Declaration [src]

SeagullSqlite3Stmt*
seagull_statement_get_stmt (
  SeagullStatement* statement
)

Description [src]

Gets the underlying SQLite3 statement.

Available since: 0.3

Gets propertySeagull.Statement:stmt

Return value

Type: SeagullSqlite3Stmt

The statement.

The returned data is owned by the instance.