Previous:
DBI.Statement class-instance creation
, Up:
DBI.Statement
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).