com.healthmarketscience.jackcess.query
Interface UpdateQuery
- All Superinterfaces:
- Query
- All Known Implementing Classes:
- UpdateQueryImpl
public interface UpdateQuery
- extends Query
Query interface which represents a row update query, e.g.:
UPDATE <table> SET <newValues>
- Author:
- James Ahlborn
| Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query |
Query.Type |
getTargetTables
List<String> getTargetTables()
getRemoteDbPath
String getRemoteDbPath()
getRemoteDbType
String getRemoteDbType()
getNewValues
List<String> getNewValues()
getWhereExpression
String getWhereExpression()
Copyright © 2005-2015 Health Market Science. All Rights Reserved.