Overview
-
module DB-
module MariaDB-
class AdapterA database adapter for connecting to MariaDB and MySQL servers.
-
class ConnectionA high-level database connection that implements the standardized connection interface.
-
class ErrorAn error raised by the MariaDB adapter.
-
module NativeProvides FFI bindings to the native MariaDB/MySQL client library.
-
class ConnectionA native FFI connection to the MariaDB/MySQL client library.
-
class FieldA field (column) in a result set with metadata and type information.
-
class ResultA result set from a database query with row iteration and type casting.
-
module TypesProvides type converters for translating between MariaDB types and Ruby types.
-
class TextA text/string type converter.
-
class IntegerAn integer type converter.
-
class BooleanA boolean type converter.
-
class DecimalA decimal type converter.
-
class FloatA floating point type converter.
-
class SymbolA symbol/enum type converter.
-
class DateTimeA datetime type converter.
-
class DateA date type converter.
-
class JSONA JSON type converter.
-
-
-
-