public abstract class SelectQuery extends ConditionalQuery
Constructor and Description |
---|
SelectQuery(Statement stmt) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
executeSQL() |
int |
executeUpdate() |
ColumnInfo[] |
getTargetColumns() |
DataTable |
getTargetTable() |
String |
getTargetTableName() |
boolean |
isAllColumnsSelected() |
getCondition, processConditions
execute, executeQuery, findParam, getConnection, getParameters, getProcessedTokens, getStatement
public SelectQuery(Statement stmt) throws SQLException
SQLException
public int executeUpdate() throws SQLException
executeUpdate
in class Query
SQLException
public ResultSet executeSQL() throws SQLException
SQLException
public ColumnInfo[] getTargetColumns()
public DataTable getTargetTable()
public String getTargetTableName()
public boolean isAllColumnsSelected()
Copyright © 2020 WSO2. All rights reserved.