Mysql_xdevapi
PHP Manual

Session class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Class synopsis

mysql_xdevapi\Session {
/* Methods */
public bool close ( void )
public Object commit ( void )
public mysql_xdevapi\Schema createSchema ( string $schema_name )
public bool dropSchema ( string $schema_name )
public Object executeSql ( string $statement )
public string generateUUID ( void )
public integer getClientId ( void )
public mysql_xdevapi\Schema getSchema ( string $schema_name )
public array getSchemas ( void )
public integer getServerVersion ( void )
public object killClient ( integer $client_id )
public array listClients ( void )
public string quoteName ( string $name )
public void releaseSavepoint ( string $name )
public void rollback ( void )
public void rollbackTo ( string $name )
public string setSavepoint ([ string $name ] )
public mysql_xdevapi\SqlStatement sql ( string $query )
public void startTransaction ( void )
}

Table of Contents


Mysql_xdevapi
PHP Manual