parent root
PHP: mysql_xdevapi\DatabaseObject - Manual

DatabaseObject interface

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Class synopsis

mysql_xdevapi\DatabaseObject {
/* Methods */
abstract public existsInDatabase ( void ) : bool
abstract public getName ( void ) : string
abstract public getSession ( void ) : mysql_xdevapi\Session
}

Table of Contents

add a noteadd a note

User Contributed Notes

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