Class SQLQueryContext


  • public class SQLQueryContext
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.citydb.sqlbuilder.schema.Table getFromTable()  
      org.citydb.sqlbuilder.select.Select getSelect()  
      org.citydb.sqlbuilder.schema.Column getTargetColumn()  
      org.citydb.sqlbuilder.schema.Table getToTable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSelect

        public org.citydb.sqlbuilder.select.Select getSelect()
      • getTargetColumn

        public org.citydb.sqlbuilder.schema.Column getTargetColumn()
      • getFromTable

        public org.citydb.sqlbuilder.schema.Table getFromTable()
      • getToTable

        public org.citydb.sqlbuilder.schema.Table getToTable()