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

Class: Sql

Source Location: /php/db/Sql.php

Class Sql

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 ]
Method Summary
Sql   __construct()  
void   add()  
void   addWhere()  
void   escape()  
void   escapeField()  
void   getCountSelect()  
void   getDelete()  
void   getInsert()  
void   getSelect()  
void   getUpdate()  
void   setFrom()  
void   setTop()  
void   toString()  

[ Top ]
Methods
Constructor __construct  [line 25]

  Sql __construct( [ $type = 'mysql'], [ $ddl = ""]  )

Parameters:
   $type: 
   $ddl: 

API Tags:
Access:  public


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

[ Top ]
add  [line 37]

  void add( $field, [ $value = ''], [ $isQuote = true]  )

Parameters:
   $field: 
   $value: 
   $isQuote: 

API Tags:
Access:  public


[ Top ]
addWhere  [line 44]

  void addWhere( $re, $field, $op, $value, [ $isQuote = true]  )

Parameters:
   $re: 
   $field: 
   $op: 
   $value: 
   $isQuote: 

API Tags:
Access:  public


[ Top ]
escape  [line 233]

  void escape( $str  )

Parameters:
   $str: 

API Tags:
Access:  public


[ Top ]
escapeField  [line 237]

  void escapeField( $field  )

Parameters:
   $field: 

API Tags:
Access:  public


[ Top ]
getCountSelect  [line 220]

  void getCountSelect( )


API Tags:
Access:  public


[ Top ]
getDelete  [line 159]

  void getDelete( )


API Tags:
Access:  public


[ Top ]
getInsert  [line 182]

  void getInsert( )


API Tags:
Access:  public


[ Top ]
getSelect  [line 196]

  void getSelect( )


API Tags:
Access:  public


[ Top ]
getUpdate  [line 173]

  void getUpdate( )


API Tags:
Access:  public


[ Top ]
setFrom  [line 135]

  void setFrom( $from  )

Parameters:
   $from: 

API Tags:
Access:  public


[ Top ]
setTop  [line 151]

  void setTop( $top  )

Parameters:
   $top: 

API Tags:
Access:  public


[ Top ]
toString  [line 248]

  void toString( )


API Tags:
Access:  public


Redefinition of:
PObject::toString()
°´Ã¼ ¹®ÀÚ¿­·Î º¯È¯

[ Top ]

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