Table class
(PECL mysql-xdevapi >= 8.0.11)
简介
Provides access to the table through INSERT/SELECT/UPDATE/DELETE statements.
类摘要
public count
( void
) : integer
public delete
( void
) : mysql_xdevapi\TableDelete
public existsInDatabase
( void
) : bool
public getName
( void
) : string
public getSchema
( void
) : mysql_xdevapi\Schema
public getSession
( void
) : mysql_xdevapi\Session
public insert
(
mixed $columns
[,
mixed $...
] ) :
mysql_xdevapi\TableInsert
public isView
( void
) : bool
public select
(
mixed $columns
[,
mixed $...
] ) :
mysql_xdevapi\TableSelect
public update
( void
) : mysql_xdevapi\TableUpdate
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.