3.7 DBI.Statement
Defined in namespace DBI
Superclass: Object
Category: DBI-Framework
I represent a prepared statement.
3.7.1 DBI.Statement class: instance creation
(class)
3.7.2 DBI.Statement: querying
(instance)
3.7.1 DBI.Statement class: instance creation
on: aConnection
Return a new statement for this connection.
3.7.2 DBI.Statement: querying
execute
Execute with no parameters (abstract).
executeWith: aParameter
Execute with one parameters.
executeWith: aParam1 with: aParam2
Execute with two parameters.
executeWith: aParam1 with: aParam2 with: aParam3
Execute with three parameters.
executeWithAll: aParams
Execute taking parameters from the Collection aParams (abstract).
This document was generated on
April, 16 2013
using
texi2html