mysql-native v2.2.2

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


Function MySQLPool.isAutoCleared

Is the given statement set for NEITHER auto-register NOR auto-release on connections obtained from this connection pool?

bool isAutoCleared (
  Prepared prepared
);

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

Equivalent to !isAutoRegistered && !isAutoReleased.