GnuSmalltalkUsersGuide:AdditionalChapter3 07
Jump to navigation
Jump to search
- DBI.Statement
DBI.Statement
네임스페이스 DBI에 정의됨.
슈퍼클래스: Object
범주: DBI-프레임워크
- 나는 prepared statement(구문)을 나타낸다.
DBI.Statement 클래스: 인스턴스 생성
on: aConnection
이 연결에 대한 새 문을 리턴하라.
DBI.Statement: 질의하기
execute
어떤 매개변수도 이용하지 않고 실행하라 (추상적).
executeWith: aParameter
하나의 매개변수로 실행하라.
executeWith: aParam1 with: aParam2
두 개의 매개변수로 실행하라.
executeWith: aParam1 with: aParam2 with: aParam3
세 개의 매개변수로 실행하라.
executeWithAll: aParams
Collection aParams로부터 매개변수를 취하라 (추상적).