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

Packages that use Identifier.IdentifierParseException
org.d2rq.db.vendor   
 

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

Methods in org.d2rq.db.vendor that throw Identifier.IdentifierParseException
 Identifier[] Vendor.parseIdentifiers(String s, int minParts, int maxParts)
          Parses SQL identifiers, such as column names and table names.
 Identifier[] SQLServer.parseIdentifiers(String s, int minParts, int maxParts)
          Implements the special rules according to http://msdn.microsoft.com/en-us/library/ms175874.aspx
 Identifier[] SQL92.parseIdentifiers(String s, int minParts, int maxParts)
           
 Identifier[] MySQL.parseIdentifiers(String s, int minParts, int maxParts)