Execute a batch on one connection from pool.
Close all connection in pool
This function permits escaping a parameter properly, according to a parameter type, to avoid injection.
parameter
This function permits escaping an Identifier properly. See Identifier Names for escaping. Value will be enclosed
by '' character if content doesn't satisfy: <OL> <LI>ASCII: [0-9,a-z,A-Z$_] (numerals 0-9, basic Latin letters, both lowercase and uppercase, dollar sign, underscore)</LI> <LI>Extended: U+0080 .. U+FFFF and escaping '' character if needed.
identifier
Execute query using binary (prepare) protocol
Retrieve a connection from the pool. Create a new one if the limit is not reached. wait until acquireTimeout.
Get the current idle connection number.
import sql file
Execute a query on one connection from pool.
Get current stacked connection request.
Get the current total connection number.
Generated using TypeDoc
Get current active connections.