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

Class: DBProc

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

Class DBProc

Class Overview

DB ÇÁ·Î½ÃÀú °ü·Ã Ãß»óÈ­ Ŭ·¡½º

Located in /php/db/proc/DBProc.php [line 9]

PObject
   |
   --DBProc
Author(s):
API Tags:
Abstract:  

Properties

Methods

[ Top ]
Descendants
Child Class Description
Mssql ÇÁ·Î½ÃÀú
OracleProc ¿À¶óŬ ÇÁ·Î½ÃÀú

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

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 ]
Property Summary
mixed   $_bind  
mixed   $_name  
mixed   $_option  
mixed   $_result  

[ Top ]
Method Summary
DBProc   __construct()  
void   bind()   ¹ÙÀεù ¸®½ºÆ® ¼³Á¤
void   execute()   ÇÁ·Î½ÃÀú ½ÇÇà
mixed   get()   ÆÄ¶ó¹ÌÅÍ º¯¼ö ¾ò±â
void   getBind()  
DBClient   getConnector()  
void   getName()  
void   getOption()  
void   getResult()  
array   gets()   ÆÄ¶ó¹ÌÅÍ ¸®½ºÆ® ¾ò¾î¿À±â
void   name()   ÇÁ·Î½ÃÀú À̸§¼³Á¤
void   set()   ÆÄ¶ó¹ÌÅÍ º¯¼ö ¼³Á¤
void   setConnector()  
void   sets()   ÆÄ¶ó¹ÌÅÍ ¸®½ºÆ® ¼³Á¤

[ Top ]
Properties
mixed   $_bind = array() [line 13]
API Tags:
Access:  protected


[ Top ]
mixed   $_name [line 11]
API Tags:
Access:  protected


[ Top ]
mixed   $_option = array() [line 12]
API Tags:
Access:  protected


[ Top ]
mixed   $_result [line 14]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 18]

  DBProc __construct( $connector  )

Parameters:
   $connector: 

API Tags:
Access:  public


Redefinition of:
PObject::__construct()
»ý¼ºÀÚ

Redefined in descendants as:

[ Top ]
bind  [line 78]

  void bind( string $name, [string $type = ''], [string $output = 'in'], [int $length = -1], [mixed &$value = null], [array $option = array()]  )

¹ÙÀεù ¸®½ºÆ® ¼³Á¤

Parameters:
string   $name:  ¹ÙÀεù À̸§
string   $type:  ¹ÙÀεùµÉ ŸÀÔ, µ¥ÀÌŸº£À̽º ¸¶´Ù Ʋ¸²
string   $output:  output ÇüÅÂ, in, out, inout, return
int   $length:  µ¥ÀÌŸ±æÀÌ, -1Àº ±æÀÌÁ¦ÇÑ ¾øÀ½
mixed   &$value:  ÀúÀåµÉ µ¥ÀÌŸ ¶Ç´Â output º¯¼ö¿¡ ÀúÀåµÉ µ¥ÀÌŸ
array   $option:  ¹ÙÀεù µÉ¶§ ±âŸ ¿É¼Ç update : bool, ¾÷µ¥ÀÌÆ® Çʵå op : Á¶°ÇÁ¦¾î , "and", "or"

API Tags:
Access:  public


[ Top ]
execute  [line 117]

  void execute( )

ÇÁ·Î½ÃÀú ½ÇÇà

ÀÌ Å¬·¡½º¸¦ »ó¼ÓÇϴ Ŭ·¡½º´Â spExecute ¸Þ¼Òµå¸¦ ÅëÇØ¼­ ÀúÀåÇÁ·Î½ÃÀúÀÇ ½ÇÇàÀ» ÁöÁ¤ÇÒ ¼ö ÀÖ½À´Ï´Ù.


API Tags:
Access:  public


Redefined in descendants as:

[ Top ]
get  [line 125]

  mixed get( string $name  )

ÆÄ¶ó¹ÌÅÍ º¯¼ö ¾ò±â

Parameters:
string   $name:  ÆÄ¶ó¹ÌÅÍ À̸§

API Tags:
Return:  spBind¿¡¼­ ¼³Á¤Çß´ø $value °ªÀ» °¡Áö°í ¿É´Ï´Ù.
Access:  public


[ Top ]
getBind  [line 42]

  void getBind( $key, $subKey  )

Parameters:
   $key: 
   $subKey: 

API Tags:
Access:  public


[ Top ]
getConnector  [line 26]

  DBClient getConnector( )


API Tags:
Access:  public


[ Top ]
getName  [line 34]

  void getName( )


API Tags:
Access:  public


[ Top ]
getOption  [line 38]

  void getOption( [ $key = 'type']  )

Parameters:
   $key: 

API Tags:
Access:  public


[ Top ]
getResult  [line 46]

  void getResult( )


API Tags:
Access:  public


[ Top ]
gets  [line 134]

  array gets( )

ÆÄ¶ó¹ÌÅÍ ¸®½ºÆ® ¾ò¾î¿À±â


API Tags:
Return:  ¹ÙÀεù À̸§¿¡ ÀúÀåµÈ value °ªÀ» ¹è¿­·Î ¸®ÅÏÇÕ´Ï´Ù.
Access:  public


[ Top ]
name  [line 56]

  void name( string $str, [string|array $option = 'proc']  )

ÇÁ·Î½ÃÀú À̸§¼³Á¤

Parameters:
string   $str:  ±¸¹® or ÇÁ·Î½ÃÀú À̸§
string|array   $option:  ¹ÙÀεùÀ» »ý¼ºÇÒ ¿É¼ÇÀ» ¼³Á¤ÇÑ´Ù. type : ¹ÙÀεùÇÒ ±¸¹® ŸÀÔ, proc,sql,insert,update,delete µîÀ¸·Î Áö¿øµÉ ¿¹Á¤ÀÌ´Ù.

API Tags:
Access:  public


[ Top ]
set  [line 96]

  void set( string $name, mixed $value  )

ÆÄ¶ó¹ÌÅÍ º¯¼ö ¼³Á¤

Parameters:
string   $name:  ¹ÙÀεù À̸§
mixed   $value:  ¹ÙÀεù À̸§¿¡ ÀúÀåµÉ µ¥ÀÌŸ

API Tags:
Access:  public


[ Top ]
setConnector  [line 30]

  void setConnector( $connector  )

Parameters:
DBClient   $connector: 

API Tags:
Access:  public


[ Top ]
sets  [line 105]

  void sets( array $arr  )

ÆÄ¶ó¹ÌÅÍ ¸®½ºÆ® ¼³Á¤

Parameters:
array   $arr:  ¹ÙÀεù¿¡ ÀúÀåµÉ °ªÀ» ¼³Á¤ ÇÕ´Ï´Ù.

API Tags:
Access:  public


[ Top ]

Documentation generated on Wed, 09 Dec 2009 10:48:34 +0900 by phpDocumentor 1.4.3