Mysql_xdevapi
PHP Manual

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 integer count ( void )
public mysql_xdevapi\TableDelete delete ( void )
public bool existsInDatabase ( void )
public string getName ( void )
public mysql_xdevapi\Schema getSchema ( void )
public mysql_xdevapi\Session getSession ( void )
public mysql_xdevapi\TableInsert insert ( mixed $columns [, mixed $... ] )
public bool isView ( void )
public mysql_xdevapi\TableSelect select ( mixed $columns [, mixed $... ] )
public mysql_xdevapi\TableUpdate update ( void )
}

Properties

name

Table of Contents


Mysql_xdevapi
PHP Manual