Table class

(PECL mysql-xdevapi >= 8.0.11)

Wstęp

Provides access to the table through INSERT/SELECT/UPDATE/DELETE statements.

Krótki opis klasy

mysql_xdevapi\Table implements mysql_xdevapi\SchemaObject {
/* Właściwości */
public $name ;
/* Metody */
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
}

Właściwości

name

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top