MySQLPool.clearAuto

Removes any autoRegister or autoRelease which may have been set for this prepared statement.

Does nothing if the statement has not been set for auto-register or auto-release.

This releases any relevent memory for potential garbage collection.

  1. void clearAuto(Prepared prepared)
  2. void clearAuto(const(char[]) sql)
    class MySQLPool
    void
    clearAuto
    (
    const(char[]) sql
    )

Meta