@InterfaceStability.Stable public interface UpdateableDataContext extends DataContext
DataContext that supports updating write-operations.| Modifier and Type | Method and Description |
|---|---|
UpdateSummary |
executeUpdate(UpdateScript update)
Submits an
UpdateScript for execution on the DataContext. |
compileQuery, executeQuery, executeQuery, executeQuery, getColumnByQualifiedLabel, getDefaultSchema, getSchemaByName, getSchemaNames, getSchemas, getTableByQualifiedLabel, parseQuery, query, refreshSchemasUpdateSummary executeUpdate(UpdateScript update)
UpdateScript for execution on the DataContext.
Since implementations of the DataContext vary quite a lot, there
is no golden rule as to how an update script will be executed. But the
implementors should strive towards handling an UpdateScript as a
single transactional change to the data store.update - the update script to executeCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.