Uses of Class
org.d2rq.db.schema.Identifier.ViolationType

Packages that use Identifier.ViolationType
org.d2rq.db.schema   
org.d2rq.db.vendor   
 

Uses of Identifier.ViolationType in org.d2rq.db.schema
 

Methods in org.d2rq.db.schema that return Identifier.ViolationType
 Identifier.ViolationType Identifier.IdentifierParseException.getViolationType()
           
static Identifier.ViolationType Identifier.ViolationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Identifier.ViolationType[] Identifier.ViolationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.d2rq.db.schema with parameters of type Identifier.ViolationType
Identifier.IdentifierParseException(Identifier.ViolationType errorType, String errorMessage)
           
 

Uses of Identifier.ViolationType in org.d2rq.db.vendor
 

Methods in org.d2rq.db.vendor that return Identifier.ViolationType
 Identifier.ViolationType SQL92.IdentifierParser.error()