mysql-native v2.3.0

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


Function Connection.isRegistered

Is the given statement registered on this connection as a prepared statement?

bool isRegistered (
  Prepared prepared
);

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