Back: DBI.Row-printing Up: DBI package Forward: DBI.Statement class-instance creation   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

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).



Back: DBI.Statement class-instance creation Up: DBI.Statement Forward: DBI.Table   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on February, 22 2012 using texi2html