Modifier and Type | Interface and Description |
---|---|
interface |
BatchUpdateScript
Indicator sub-interface of
UpdateScript . |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
UpdateableDataContext.executeUpdate(UpdateScript update)
Submits an
UpdateScript for execution on the DataContext . |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
CouchDbDataContext.executeUpdate(UpdateScript script) |
Modifier and Type | Class and Description |
---|---|
class |
CreateTable
Represents a single CREATE TABLE operation to be applied to a
UpdateableDataContext . |
class |
CreateTableColumnBuilder
Column builder for
CreateTable . |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
CsvDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteFrom
Represents a single DELETE FROM operation to be applied to a
UpdateableDataContext . |
Modifier and Type | Class and Description |
---|---|
class |
DropTable
Represents a single DROP TABLE operation to be applied to a
UpdateableDataContext . |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
DynamoDbDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
ElasticSearchDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
ElasticSearchRestDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
ExcelDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
HBaseDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Class and Description |
---|---|
class |
InsertInto
Represents a single INSERT INTO operation to be applied to a
UpdateableDataContext . |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
InterceptableDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
JdbcDataContext.executeUpdate(UpdateScript update)
Submits an
UpdateScript for execution on the DataContext . |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
KafkaDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
MongoDbDataContext.executeUpdate(UpdateScript update) |
UpdateSummary |
MongoDbDataContext.executeUpdate(UpdateScript update,
com.mongodb.WriteConcern writeConcern)
Executes an update with a specific
WriteConcern . |
UpdateSummary |
MongoDbDataContext.executeUpdate(UpdateScript update,
WriteConcernAdvisor writeConcernAdvisor)
Executes an update with a specific
WriteConcernAdvisor . |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
MongoDbDataContext.executeUpdate(UpdateScript update) |
UpdateSummary |
MongoDbDataContext.executeUpdate(UpdateScript update,
com.mongodb.WriteConcern writeConcern)
Executes an update with a specific
WriteConcern . |
UpdateSummary |
MongoDbDataContext.executeUpdate(UpdateScript update,
WriteConcernAdvisor writeConcernAdvisor)
Executes an update with a specific
WriteConcernAdvisor . |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
PojoDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Method and Description |
---|---|
UpdateSummary |
SalesforceDataContext.executeUpdate(UpdateScript update) |
Modifier and Type | Class and Description |
---|---|
class |
Update
Represents a single UPDATE operation to be applied to a
UpdateableDataContext . |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.