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

Packages that use Identifier.Parser.ViolationType
org.d2rq.db.schema   
org.d2rq.r2rml   
 

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

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

Uses of Identifier.Parser.ViolationType in org.d2rq.r2rml
 

Methods in org.d2rq.r2rml that return Identifier.Parser.ViolationType
 Identifier.Parser.ViolationType TableOrViewName.getSyntaxError()
           
 Identifier.Parser.ViolationType ColumnNameR2RML.getSyntaxError()