PHP Class DbSQLite3

Inheritance: implements iDataBase
Afficher le fichier Open project: zblogcn/zblogphp

Méthodes publiques

Свойство Type Description
$dbname 数据库名
$dbpre 数据库名前缀
$sql DbSql | null
$type
$version

Méthodes publiques

Méthode Description
Close ( ) 关闭数据库连接
CreateTable ( $table, $datainfo )
DelTable ( $table )
Delete ( $query ) : mixed
EscapeString ( $s ) : string
ExistTable ( $table )
Insert ( $query ) : mixed
Open ( $array ) : boolean
Query ( $query ) : array
QueryMulit ( $s )
QueryMulti ( $s ) 错别字函数,历史原因保留下来
Update ( $query ) : mixed
__construct ( ) 构造函数,实例化$sql参数

Method Details

Close() public méthode

关闭数据库连接
public Close ( )

CreateTable() public méthode

public CreateTable ( $table, $datainfo )
$table
$datainfo

DelTable() public méthode

public DelTable ( $table )
$table

Delete() public méthode

public Delete ( $query ) : mixed
$query
Résultat mixed

EscapeString() public méthode

public EscapeString ( $s ) : string
$s
Résultat string

ExistTable() public méthode

public ExistTable ( $table )
$table

Insert() public méthode

public Insert ( $query ) : mixed
$query
Résultat mixed

Open() public méthode

public Open ( $array ) : boolean
$array
Résultat boolean

Query() public méthode

public Query ( $query ) : array
$query
Résultat array

QueryMulit() public méthode

public QueryMulit ( $s )
$s

QueryMulti() public méthode

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

Update() public méthode

public Update ( $query ) : mixed
$query
Résultat mixed

__construct() public méthode

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

Property Details

$dbname public_oe property

数据库名
public $dbname

$dbpre public_oe property

数据库名前缀
public $dbpre

$sql public_oe property

public DbSql|null $sql
Résultat DbSql | null

$type public_oe property

public $type

$version public_oe property

public $version