org.wso2.carbon.dataservices.sql.driver.query.select
Class SelectQuery
java.lang.Object
org.wso2.carbon.dataservices.sql.driver.query.Query
org.wso2.carbon.dataservices.sql.driver.query.ConditionalQuery
org.wso2.carbon.dataservices.sql.driver.query.select.SelectQuery
- Direct Known Subclasses:
- CustomSelectQuery, ExcelSelectQuery, GSpreadSelectQuery
public abstract class SelectQuery
- extends ConditionalQuery
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectQuery
public SelectQuery(Statement stmt)
throws SQLException
- Throws:
SQLException
executeUpdate
public int executeUpdate()
throws SQLException
- Specified by:
executeUpdate in class Query
- Throws:
SQLException
executeSQL
public ResultSet executeSQL()
throws SQLException
- Throws:
SQLException
getTargetColumns
public ColumnInfo[] getTargetColumns()
getTargetTable
public DataTable getTargetTable()
getTargetTableName
public String getTargetTableName()
isAllColumnsSelected
public boolean isAllColumnsSelected()
Copyright © 2015 WSO2. All rights reserved.