Method | Description | |
---|---|---|
__construct ( $connStr, $sslOptions = null ) | ||
__destruct ( ) | ||
close ( ) | ||
createDatabase ( $db ) | ||
debugStdout ( ) | ||
dropDatabase ( $db ) | ||
getConnection ( ) | * extracts a Connection and returns it, wrapped in a Promise | |
init ( ) | ||
killProcess ( $process ) | ||
listAllFields ( $table, $like = "%" ) | ||
listFields ( $table, $like = "%" ) | ||
ping ( ) | ||
prepare ( $query, $data = null ) | ||
processInfo ( ) | ||
query ( $query ) | ||
refresh ( $subcommand ) | ||
setCharset ( $charset, $collate = "" ) | ||
shutdown ( ) | ||
statistics ( ) |
public getConnection ( ) |