update pague now
PHP 8.5.2 Released!

Table class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

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

Class synopsis

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

Properties

name

Table of Contens

add a note

User Contributed Notes

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