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