establishConnection('w'); queryfx( $conn, 'DELETE FROM %T WHERE dateCreated < %d LIMIT 100', $table->getTableName(), $this->getGarbageEpoch()); return ($conn->getAffectedRows() == 100); } }