mysql-native v2.2.2

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


Function MySQLPool.isAutoRegistered

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

bool isAutoRegistered (
  Prepared prepared
);

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