Table class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

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

Class synopsis

mysql_xdevapi\Table implements mysql_xdevapi\SchemaObject {
/* Properties */
public $name ;
/* Methods */
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
}

Properties

name

Table of Contents