Table class

Introduction

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

Class synopsis

mysql_xdevapi\Table
class mysql_xdevapi\Table implements mysql_xdevapi\SchemaObject {
/* Properties */
public $name;
/* Methods */
public int count()
public mysql_xdevapi\TableDelete delete()
public bool existsInDatabase()
public string getName()
public mysql_xdevapi\Schema getSchema()
public mysql_xdevapi\Session getSession()
public mysql_xdevapi\TableInsert insert(mixed $columns, mixed ...$more_columns)
public bool isView()
public mysql_xdevapi\TableSelect select(mixed $columns, mixed ...$more_columns)
public mysql_xdevapi\TableUpdate update()
}

Properties

name

Table of Contents