phpDocumentor php-db-proc
[ class tree: php-db-proc ] [ index: php-db-proc ] [ all elements ]

Class: OracleProc

Source Location: /php/db/proc/OracleProc.php

Class OracleProc

Class Overview

오라클 프로시저

Located in /php/db/proc/OracleProc.php [line 16]

PObject
   |
   --DBProc
      |
      --OracleProc
Author(s):
  • easylogic
Information Tags:

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From DBProc

DBProc::$_bind
DBProc::$_name
DBProc::$_option
DBProc::$_result

Inherited From DBProc

DBProc::__construct()
DBProc::bind()
바인딩 리스트 설정
DBProc::execute()
프로시저 실행
DBProc::get()
파라미터 변수 얻기
DBProc::getBind()
DBProc::getConnector()
DBProc::getName()
DBProc::getOption()
DBProc::getResult()
DBProc::gets()
파라미터 리스트 얻어오기
DBProc::name()
프로시저 이름설정
DBProc::set()
파라미터 변수 설정
DBProc::setConnector()
DBProc::sets()
파라미터 리스트 설정

Inherited From PObject

PObject::__construct()
생성자
PObject::display()
객체 문자열을 출력
PObject::equals()
객체 비교 (수정 필요)
PObject::getClass()
PObject::getObjValue()
객체인지 아닌지 판별해서 PObject 형 객체이면 toString() 메소드로 문자열을 반환하고 일단 자료형이면 그 형태 그대로 리턴한다
PObject::isObject()
객체 확인
PObject::toString()
객체 문자열로 변환
PObject::__toString()
magic methods 추가 , toString() 의 값을 그대로 리턴한다.

[ Top ]
Method Summary
OracleProc   __construct()  
void   execute()   프로시저 실행

[ Top ]
Methods
Constructor __construct  [line 20]

  OracleProc __construct( $connector, [ $name = ''], [ $option = array()]  )

Parameters:
DBClient   $connector: 
   $name: 
   $option: 

API Tags:
Access:  public


Redefinition of:
DBProc::__construct()

[ Top ]
execute  [line 30]

  void execute( )

프로시저 실행

이 클래스를 상속하는 클래스는 spExecute 메소드를 통해서 저장프로시저의 실행을 지정할 수 있습니다.


API Tags:
Access:  public


Redefinition of:
DBProc::execute()
프로시저 실행

[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:57:30 +0900 by phpDocumentor 1.4.3