org.apache.openjpa.jdbc.identifier
Class ColumnDefIdentifierRule
java.lang.Object
   org.apache.openjpa.lib.identifier.IdentifierRule
org.apache.openjpa.lib.identifier.IdentifierRule
       org.apache.openjpa.jdbc.identifier.DBIdentifierRule
org.apache.openjpa.jdbc.identifier.DBIdentifierRule
           org.apache.openjpa.jdbc.identifier.ColumnDefIdentifierRule
org.apache.openjpa.jdbc.identifier.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.
 
 
 
 
 
| Methods inherited from class org.apache.openjpa.lib.identifier.IdentifierRule | 
| getAllowCompaction, getCanDelimit, getDelimitReservedWords, getMaxLength, getMustDelimit, getName, getReservedWords, getSpecialCharacters, isAllowTruncation, isMustBeginWithLetter, isNullable, isOnlyLettersDigitsUnderscores, isReservedWord, requiresDelimiters, setAllowCompaction, setAllowTruncation, setCanDelimit, setDelimitReservedWords, setMaxLength, setMustBeginWithLetter, setMustDelimit, setName, setNullable, setOnlyLettersDigitsUnderscores, setReservedWords, setSpecialCharacters | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ColumnDefIdentifierRule
public ColumnDefIdentifierRule()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.