org.gcube.dbinterface.h2.query
Class SelectImpl

java.lang.Object
  extended by org.gcube.common.dbinterface.queries.Select
      extended by org.gcube.dbinterface.h2.query.SelectImpl
All Implemented Interfaces:
org.gcube.common.dbinterface.queries.Selection

public class SelectImpl
extends org.gcube.common.dbinterface.queries.Select


Constructor Summary
SelectImpl()
           
 
Method Summary
protected  String _getAttributes()
           
protected  String _getDistinct()
           
protected  String _getFilters()
           
protected  String _getGroups()
           
protected  String _getLimits()
           
protected  String _getOrders()
           
protected  String _getTables()
           
protected  String getExpression()
           
 String getQuery()
           
 
Methods inherited from class org.gcube.common.dbinterface.queries.Select
getAttributes, getCondition, getGroupBy, getLimit, getOrderBy, getTables, isUseDistinct, setAttributes, setCondition, setGroupBy, setLimit, setOrderBy, setTables, setUseDistinct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectImpl

public SelectImpl()
Method Detail

getQuery

public String getQuery()

getExpression

protected String getExpression()

_getAttributes

protected String _getAttributes()

_getFilters

protected String _getFilters()

_getOrders

protected String _getOrders()

_getTables

protected String _getTables()

_getLimits

protected String _getLimits()

_getGroups

protected String _getGroups()

_getDistinct

protected String _getDistinct()


Copyright © 2013. All Rights Reserved.