|
Table::getSessionGet table session Description
public mysql_xdevapi\Session mysql_xdevapi\Table::getSession()
Get session associated with the table. ParametersThis function has no parameters. Return ValuesA Session object. ExamplesExample #1 mysql_xdevapi\Table::getSession example The above example will output something similar to:
object(mysql_xdevapi\Session)#9 (0) {
}
|