CakeFest 2024: The Official CakePHP Conference

DatabaseObject interface

(PECL mysql-xdevapi >= 8.0.11)

简介

类摘要

class mysql_xdevapi\DatabaseObject {
/* 方法 */
abstract public existsInDatabase(): bool
abstract public getName(): string
abstract public getSession(): mysql_xdevapi\Session
}

目录

add a note

User Contributed Notes

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