Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: AbstractAdapter

Active Record MySQL2 Adapter

Constants

TYPE_MAP = Type::TypeMap.new.tap { |m| initialize_type_map(m) }

ADAPTER_NAME = "Mysql2"

ER_UNKNOWN_HOST_ERROR = 2005

ER_CONN_HOST_ERROR = 2003

ER_ACCESS_DENIED_ERROR = 1045

ER_DBACCESS_DENIED_ERROR = 1044

ER_BAD_DB_ERROR = 1049

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.