Module: ActiveRecord::ConnectionAdapters::Jdbc::IndexMetaData
- Defined in:
- lib/active_record/connection_adapters/jdbc_adapter.rb
Overview
some symbolic constants for the benefit of the JDBC-based JdbcConnection#indexes method
Constant Summary collapse
- INDEX_NAME =
6
- NON_UNIQUE =
4
- TABLE_NAME =
3
- COLUMN_NAME =
9