|
Session::getDefaultSchemaGet default schema name Description
public string mysql_xdevapi\Session::getDefaultSchema()
Retrieve name of the default schema that's typically set in the connection URI. ParametersThis function has no parameters. Return Values
Name of the default schema defined by the connection, or ExamplesExample #1 mysql_xdevapi\Session::getSchema example
The above example will output: testx |