Uses of Class
de.fuberlin.wiwiss.d2rq.map.Column

Packages that use Column
de.fuberlin.wiwiss.d2rq.find   
de.fuberlin.wiwiss.d2rq.map   
de.fuberlin.wiwiss.d2rq.rdql   
 

Uses of Column in de.fuberlin.wiwiss.d2rq.find
 

Methods in de.fuberlin.wiwiss.d2rq.find with parameters of type Column
private  void SQLStatementMaker.referColumn(Column c)
           
 void SQLStatementMaker.addSelectColumn(Column column)
          Adds a column to the SELECT part of the query.
 void SQLStatementMaker.addColumnValue(Column column, java.lang.String value)
          Adds a WHERE clause to the query.
 java.lang.String SQLStatementMaker.correctlyQuotedColumnValue(Column column, java.lang.String value)
           
 int SQLStatementMaker.columnType(Column column)
           
 

Uses of Column in de.fuberlin.wiwiss.d2rq.map
 

Methods in de.fuberlin.wiwiss.d2rq.map that return Column
 Column Join.getOtherSide(Column column)
           
private static Column Join.getColumn(java.lang.String joinCondition, boolean first)
           
 

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type Column
 boolean Join.containsColumn(Column column)
           
 Column Join.getOtherSide(Column column)
           
 int Database.getColumnType(Column column)
          Returns the columnType for a given database column.
 void Database.assertHasType(Column column)
          Raises a D2RQ error if there's no type information for the column.
 

Uses of Column in de.fuberlin.wiwiss.d2rq.rdql
 

Fields in de.fuberlin.wiwiss.d2rq.rdql declared as Column
(package private)  Column TablePrefixerTest.column
           
 

Methods in de.fuberlin.wiwiss.d2rq.rdql that return Column
 Column TablePrefixer.prefixColumn(Column column)
           
 

Methods in de.fuberlin.wiwiss.d2rq.rdql with parameters of type Column
 java.lang.Object TablePrefixer.prefix(Column obj)
           
 Column TablePrefixer.prefixColumn(Column column)
           
 void NodeConstraint.matchValueSource(Column c)
          Constraints given on Nodes that are equal to Columns can be directly translated to Column constraints.
 void NodeConstraint.addEqualColumn(Column c1, Column c2)
           
 ExpressionTranslator.Result ExpressionTranslator.translateColumn(Column col)