Method: Sequel::JDBC::Database#database_type
- Defined in:
- lib/sequel/adapters/jdbc.rb
#database_type ⇒ Object (readonly)
The type of database we are connecting to
103 104 105 |
# File 'lib/sequel/adapters/jdbc.rb', line 103 def database_type @database_type end |