Methods
Instance Public methods
allowed_index_name_length() Link
Returns the maximum allowed length for an index name. This limit is enforced by Rails and is less than or equal to index_name_length. The gap between index_name_length is to allow internal Rails operations to use prefixes in temporary operations.
in_clause_length() Link
Returns the maximum number of elements in an IN (x,y,z) clause. nil means no limit.
index_name_length() Link
Returns the maximum length of an index name.