方法
執行個體公開方法
index_name_length() 連結
傳回索引名稱的最大長度。
來源:顯示 | 在 GitHub 上
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 21 def index_name_length max_identifier_length end
table_alias_length() 連結
傳回資料表別名的最大長度。
來源:顯示 | 在 GitHub 上
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 16 def table_alias_length max_identifier_length end
table_name_length() 連結
傳回資料表名稱的最大長度。
來源:顯示 | 在 GitHub 上
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 11 def table_name_length max_identifier_length end