Uses of Class
converters.QueryProcessor.Column

Uses of QueryProcessor.Column in converters
 

Methods in converters that return QueryProcessor.Column
static QueryProcessor.Column QueryProcessor.Column.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryProcessor.Column[] QueryProcessor.Column.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in converters with parameters of type QueryProcessor.Column
 boolean QueryProcessor.Template.expectWordFor(QueryProcessor.Column c)
          Tells whether that argument should be a word
 java.lang.String QueryProcessor.Template.get(QueryProcessor.Column c)
          Returns id, arg1, arg2 or relation
 void QueryProcessor.Template.makeWord(QueryProcessor.Column arg)
          Adds quotes to the n-th argument
 void QueryProcessor.Template.setArg(QueryProcessor.Column arg, java.lang.String s)
          Sets an argument
static java.lang.String QueryProcessor.sqlIdentifier(java.lang.String entity, java.util.Map<java.lang.String,java.lang.String> variables, int table, QueryProcessor.Column column)
          Returns e.g.