org.wso2.carbon.dataservices.sql.driver.query.update
Class UpdateQuery
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.update.UpdateQuery
- Direct Known Subclasses:
- CustomUpdateQuery, ExcelUpdateQuery, GSpreadUpdateQuery
public abstract class UpdateQuery
- extends ConditionalQuery
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateQuery
public UpdateQuery(Statement stmt)
throws SQLException
- Throws:
SQLException
getTargetTable
public DataTable getTargetTable()
getTargetTableName
public String getTargetTableName()
getTargetColumns
public ColumnInfo[] getTargetColumns()
Copyright © 2015 WSO2. All rights reserved.