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

Procedural File: php_db.php

Source Location: /php/function/php_db.php

Page Details

php.db 패키지 함수 모음 static 메소드에 대한 축약형

Functions
cubrid_  [line 35]

Cubrid cubrid_( string|array $db, [bool $isConnect = false], [ $type = 'product']  )

DBClient의 유틸리티 함수입니다.

  1. $db cubrid_('test_db'true);

Parameters:
string|array   $db:  db설정 파일명 또는 db연결환경 배열
bool   $isConnect:  객체생성시 연결을 바로 시킬지 결정, 바로 연결될려면 true, 아니면 false
   $type: 

API Tags:
Return:  DBClient 상속한 객체
See:  db_()


[ Top ]
dbdata_  [line 48]

DBData dbdata_( [$connector $connector = null], [$table $table = null]  )

Data 객체 생성 함수

  1. echo dbdata_(null'테이블');

Parameters:
$connector   $connector:  IConnector 연결자
$table   $table:  string 테이블이름

API Tags:
Return:  생성된 DBData 객체


[ Top ]
db_  [line 21]

Mssql|Oracle|Mysql|Cubrid|Postgres|Mysql_i|Sqlite db_( string $class, string|array $db, [bool $isConnect = false], [string $type = 'product']  )

DBClient의 유틸리티 함수입니다.

  1. $db db_('mssql''test_db'true);

Parameters:
string   $class:  DBClient 상속한 클래스이름 (mssql, oracle, cubrid, mysql, mysql_i, sqlite, postgres)
string|array   $db:  db설정 파일명 또는 db연결환경 배열
bool   $isConnect:  객체생성시 연결을 바로 시킬지 결정, 바로 연결될려면 true, 아니면 false
string   $type:  product, beta, dev 등등 정해진 설정으로

API Tags:
Return:  DBClient 상속한 객체
See:  DBClient::createConnector()


[ Top ]
mssql_  [line 63]

Mssql mssql_( string|array $db, [bool $isConnect = false], [ $type = 'product'], bool $isRemote  )

DBClient의 유틸리티 함수입니다.

  1. $db mssql_('test_db'true);

Parameters:
string|array   $db:  db설정 파일명 또는 db연결환경 배열
bool   $isConnect:  객체생성시 연결을 바로 시킬지 결정, 바로 연결될려면 true, 아니면 false
bool   $isRemote:  내부에서 링크드서버를 연결할 때 사용, 바로 연결될려면 true, 아니면 false
   $type: 

API Tags:
Return:  DBClient 상속한 객체
See:  db_()


[ Top ]
mysqli_  [line 93]

Mysql_i mysqli_( string|array $db, [bool $isConnect = false], [ $type = 'product']  )

mysql_i 유틸리티 함수입니다.

  1. $db mysqli_('test_db'true);

Parameters:
string|array   $db:  db설정 파일명 또는 db연결환경 배열
bool   $isConnect:  객체생성시 연결을 바로 시킬지 결정, 바로 연결될려면 true, 아니면 false
   $type: 

API Tags:
Return:  DBClient 상속한 객체
See:  db_()


[ Top ]
mysql_  [line 78]

Mysql mysql_( string|array $db, [bool $isConnect = false], [ $type = 'product']  )

mysql의 유틸리티 함수입니다.

  1. $db mysql_('test_db'true);

Parameters:
string|array   $db:  db설정 파일명 또는 db연결환경 배열
bool   $isConnect:  객체생성시 연결을 바로 시킬지 결정, 바로 연결될려면 true, 아니면 false
   $type: 

API Tags:
Return:  DBClient 상속한 객체
See:  db_()


[ Top ]
oracle_  [line 107]

Oracle oracle_( string|array $db, [bool $isConnect = false], [ $type = 'product']  )

oracle의 유틸리티 함수입니다.

  1. $db oracle_('test_db'true);

Parameters:
string|array   $db:  db설정 파일명 또는 db연결환경 배열
bool   $isConnect:  객체생성시 연결을 바로 시킬지 결정, 바로 연결될려면 true, 아니면 false
   $type: 

API Tags:
Return:  DBClient 상속한 객체
See:  db_()


[ Top ]
postgres_  [line 121]

Postgres postgres_( string|array $db, [bool $isConnect = false], [ $type = 'product']  )

postgres 의 유틸리티 함수입니다.

  1. $db pg_('test_db'true);

Parameters:
string|array   $db:  db설정 파일명 또는 db연결환경 배열
bool   $isConnect:  객체생성시 연결을 바로 시킬지 결정, 바로 연결될려면 true, 아니면 false
   $type: 

API Tags:
Return:  DBClient 상속한 객체
See:  db_()


[ Top ]
sqlite_  [line 135]

Sqlite sqlite_( string|array $db, [bool $isConnect = false], [ $type = 'product']  )

sqlite 의 유틸리티 함수입니다.

  1. $db sqlite_('test_db'true);

Parameters:
string|array   $db:  db설정 파일명 또는 db연결환경 배열
bool   $isConnect:  객체생성시 연결을 바로 시킬지 결정, 바로 연결될려면 true, 아니면 false
   $type: 

API Tags:
Return:  DBClient 상속한 객체
See:  db_()


[ Top ]


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