method
current_database
v1.2.6 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::FrontBaseAdapter
current_database()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/frontbase_adapter.rb, line 660
def current_database
select_value('SELECT "CATALOG_NAME" FROM INFORMATION_SCHEMA.CATALOGS').downcase
end