Connection.getPreparedStatement

Retrieves a pointer to an object representing a prepared statement for gda_stmt within cnc. The association must have been done using gda.connection.Connection.addPreparedStatement.

class Connection
getPreparedStatement

Parameters

gdaStmt gda.statement.Statement

a #GdaStatement object

Return Value

Type: gda.pstmt.PStmt

the prepared statement, or null if no association exists