Flowdock
module
Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

COLUMN_NAME_WITH_ORDER = / \A ( (?: # "table_name"."column_name"::type_name | function(one or no argument)::type_name ((?:\w+\.|"\w+"\.)?(?:\w+|"\w+")(?:::\w+)?) | \w+\((?:|\g<2>)\)(?:::\w+)? ) (?:\s+ASC|\s+DESC)? (?:\s+NULLS\s+(?:FIRST|LAST))? ) (?:\s*,\s*\g<1>)* \z /ix

COLUMN_NAME = / \A ( (?: # "table_name"."column_name"::type_name | function(one or no argument)::type_name ((?:\w+\.|"\w+"\.)?(?:\w+|"\w+")(?:::\w+)?) | \w+\((?:|\g<2>)\)(?:::\w+)? ) (?:(?:\s+AS)?\s+(?:\w+|"\w+"))? ) (?:\s*,\s*\g<1>)* \z /ix

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.