mysql-native v2.2.2

API Reference Home: [This Version] [Latest Version] [Other Versions]


Function MySQLPool.isAutoReleased

Is the given statement set to be automatically released on all connections obtained from this connection pool?

bool isAutoReleased (
  Prepared prepared
);

bool isAutoReleased (
  const(char[]) sql
);