Class ColumnDefIdentifierRule


public class ColumnDefIdentifierRule extends DBIdentifierRule
Default rule for column definition. This rule disables delimiting of column definitions. Column definitions can be extremely tricky to delimit correctly. Blindly delimiting them causes failures on most databases. Where user defined types are concerned, generally they don't need to be delimited and if so, they are more appropriately delimited when they are specified.
  • Constructor Details

    • ColumnDefIdentifierRule

      public ColumnDefIdentifierRule()