GObject.Object
Gda.PStmt
Import line: | Gda = imports.gi.Gda; |
GIR File: | Gda-4.0.gir |
C documentation: | GdaPStmt |
Class : | PStmt |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_gda_reserved1 : void*
read only
|
Gda.PStmt | |
_gda_reserved2 : void*
read only
|
Gda.PStmt | |
ncols : Number
read only
|
Gda.PStmt | |
object : GObject.Object
read only
|
Gda.PStmt | |
param_ids : Array
read only
|
Gda.PStmt | |
priv : Gda.PStmtPrivate
read only
|
Gda.PStmt | |
sql : String
read only
|
Gda.PStmt | |
tmpl_columns : Array
read only
|
Gda.PStmt | |
types : void*
read only
|
Gda.PStmt |
Method / Constructor | Defined By | |
---|---|---|
new Gda.PStmt
(Object properties)
Create a new Gda.PStmt
Create a new Gda.PStmt
|
||
copy_contents
(PStmt dest)
:
none
|
Gda.PStmt | |
get_gda_statement
()
:
Gda.Statement
|
Gda.PStmt | |
set_gda_statement
(Statement stmt)
:
none
|
Gda.PStmt |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gda.Connection
Method |
Declares that prepared_stmt is a prepared statement object associated to gda_stmt within the connection (meaning the connection increments the reference counter of prepared_stmt).
|
Gda.Connection
Method |
Retrieves a pointer to an object representing a prepared statement for gda_stmt within cnc.
|
Gda.DataSelect
Property |
prepared_stmt : Gda.PStmt
|