PStmt
Object Hierarchy:
Description:
Namespace: Gda
Package: libgda-6.0
Content:
Creation methods:
- protected PStmt ()
Methods:
- public void copy_contents (PStmt dest)
Copies this's data to
dest
- public Statement get_gda_statement ()
Get a pointer to the Statement which led to the creation of this prepared statement.
- public int get_ncols ()
- public unowned SList<string> get_param_ids ()
List of parameters' IDs (as gchar *)
- public unowned string get_sql ()
Actual SQL code used for this prepared statement, mem freed by GdaPStmt
- public unowned SList<Column> get_tmpl_columns ()
List of Column objects which data models created from this prepared statement can copy
- public unowned Type[] get_types ()
Set column's types for statement.
- public void set_cols (owned Type[] types)
Set column's types for statement.
- public void set_gda_statement (Statement? stmt)
Informs this that it corresponds to the preparation of the
stmt
statement - public void set_param_ids (owned SList<string> @params)
List of parameters' IDs (as gchar *), list is stolen
- public void set_sql (string sql)
Set SQL code used for this prepared statement, mem freed by GdaPStmt
- public void set_tmpl_columns (owned SList<Column> columns)
Set the list of Column objects which data models created from this prepared statement can copy.
Inherited Members:
All known members inherited from class GLib.Object