Method

SeagullStatementget_db

unstable since: 0.3

Declaration [src]

SeagullSqlite3*
seagull_statement_get_db (
  SeagullStatement* statement
)

Description [src]

Gets the database.

Available since: 0.3

Gets propertySeagull.Statement:db

Return value

Type: SeagullSqlite3

The database.

The returned data is owned by the instance.