略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: mysql_xdevapi\Table

2024-05-04

Table class

(PECL mysql-xdevapi >= 8.0.11)

简介

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

类摘要

class mysql_xdevapi\Table implements mysql_xdevapi\SchemaObject {
/* 属性 */
public $name;
/* 方法 */
public count(): int
public delete(): mysql_xdevapi\TableDelete
public existsInDatabase(): bool
public getName(): string
public getSchema(): mysql_xdevapi\Schema
public getSession(): 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
}

属性

name

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.mysql-xdevapi-table.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3