| Package | Description |
|---|---|
| org.apache.metamodel |
Root package for MetaModel
|
| org.apache.metamodel.create |
API for creating tables
|
| org.apache.metamodel.delete |
API for deleting rows
|
| org.apache.metamodel.drop |
API for dropping tables
|
| org.apache.metamodel.insert |
API for inserting rows
|
| org.apache.metamodel.intercept | |
| org.apache.metamodel.update |
API for updating rows
|
| 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 | 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 | 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 | 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 | Class and Description |
|---|---|
class |
Update
Represents a single UPDATE operation to be applied to a
UpdateableDataContext. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.