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, processConditionsexecute, executeQuery, findParam, getConnection, getParameters, getProcessedTokens, getStatementpublic SelectQuery(Statement stmt) throws SQLException
SQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate in class QuerySQLExceptionpublic ResultSet executeSQL() throws SQLException
SQLExceptionpublic ColumnInfo[] getTargetColumns()
public DataTable getTargetTable()
public String getTargetTableName()
public boolean isAllColumnsSelected()
Copyright © 2019 WSO2. All rights reserved.