sqljocky library
MySQL and MariaDB client for Dart.
Classes
- Blob
- Holds blob data, and can be created or accessed as either a String or a List of 8-bit integers.
- CharacterSet
- ConnectionSettings
- ConnectionSettings contains information to connect to MySQL database.
- Field
- A MySQL field
- MySqlConnection
- A connection to MySql or MariaDb database.
- Results
- Row
- A row of data. Fields can be retrieved by index, or by name.
- StreamedResults
Functions
-
createMySqlException(
ReadBuffer buffer) → MySqlException -
deStream(
StreamedResults sr) → Future< Results>
Exceptions / Errors
- MySqlClientError
- An error thrown when the client is used improperly.
- MySqlException
- An exception returned by the MySQL server itself. An exception which is returned by the MySQL server.
- MySqlProtocolError
- An error which is thrown when something unexpected is read from the the MySQL protocol.