PHP 클래스 Dbpdo_MySQL

상속: implements iDataBase
파일 보기 프로젝트 열기: zblogcn/zblogphp

공개 프로퍼티들

프로퍼티 타입 설명
$dbengine 数据库引擎
$dbname 数据库名
$dbpre 数据库名前缀
$sql DbSql实例
$type
$version

공개 메소드들

메소드 설명
Close ( ) 关闭数据库连接
CreateDB ( string $dbmysql_server, string $dbmysql_port, string $dbmysql_username, string $dbmysql_password, string $dbmysql_name )
CreateTable ( $table, $datainfo, $engine = null )
DelTable ( $table )
Delete ( $query ) : boolean | mysqli_result
EscapeString ( $s ) : string
ExistTable ( $table ) : boolean
Insert ( $query ) : integer
Open ( $array ) : boolean
Query ( $query ) : array
QueryMulit ( $s ) 执行多行SQL语句
QueryMulti ( $s ) 错别字函数,历史原因保留下来
Update ( $query ) : boolean | mysqli_result
__construct ( ) 构造函数,实例化$sql参数

메소드 상세

Close() 공개 메소드

关闭数据库连接
public Close ( )

CreateDB() 공개 메소드

public CreateDB ( string $dbmysql_server, string $dbmysql_port, string $dbmysql_username, string $dbmysql_password, string $dbmysql_name )
$dbmysql_server string
$dbmysql_port string
$dbmysql_username string
$dbmysql_password string
$dbmysql_name string

CreateTable() 공개 메소드

public CreateTable ( $table, $datainfo, $engine = null )
$table
$datainfo

DelTable() 공개 메소드

public DelTable ( $table )
$table

Delete() 공개 메소드

public Delete ( $query ) : boolean | mysqli_result
$query
리턴 boolean | mysqli_result

EscapeString() 공개 메소드

public EscapeString ( $s ) : string
$s
리턴 string

ExistTable() 공개 메소드

public ExistTable ( $table ) : boolean
$table
리턴 boolean

Insert() 공개 메소드

public Insert ( $query ) : integer
$query
리턴 integer

Open() 공개 메소드

public Open ( $array ) : boolean
$array
리턴 boolean

Query() 공개 메소드

public Query ( $query ) : array
$query
리턴 array

QueryMulit() 공개 메소드

执行多行SQL语句
public QueryMulit ( $s )
$s

QueryMulti() 공개 메소드

错别字函数,历史原因保留下来
public QueryMulti ( $s )

Update() 공개 메소드

public Update ( $query ) : boolean | mysqli_result
$query
리턴 boolean | mysqli_result

__construct() 공개 메소드

构造函数,实例化$sql参数
public __construct ( )

프로퍼티 상세

$dbengine 공개적으로 프로퍼티

数据库引擎
public $dbengine

$dbname 공개적으로 프로퍼티

数据库名
public $dbname

$dbpre 공개적으로 프로퍼티

数据库名前缀
public $dbpre

$sql 공개적으로 프로퍼티

DbSql实例
public $sql

$type 공개적으로 프로퍼티

public $type

$version 공개적으로 프로퍼티

public $version