Method
SeagullStatementget_stmt
since: 0.3
Declaration [src]
SeagullSqlite3Stmt*
seagull_statement_get_stmt (
  SeagullStatement* statement
)
      Description [src]
Gets the underlying SQLite3 statement.
Available since: 0.3
| Gets property | Seagull.Statement:stmt | 
Return value
Type: SeagullSqlite3Stmt
The statement.
| The returned data is owned by the instance. |