mysql-native v3.0.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Function Connection.rowsPending
Gets whether rows are pending.
bool rowsPending() pure nothrow @property const;
Note, you may want hasPending
instead.