Table class

(PECL mysql-xdevapi >= 8.0.11)

はじめに

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

クラス概要

mysql_xdevapi\Table implements mysql_xdevapi\SchemaObject {
/* プロパティ */
public $name ;
/* メソッド */
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
}

プロパティ

name

目次