Interface Operations
- All Known Implementing Classes:
DefaultOperations
public interface Operations
-
Method Summary
Modifier and TypeMethodDescriptionabort()
<E extends TableSchema<E>>
Delete<E> delete
(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E> insert
(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E> insert
(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Insert<E> insert
(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Mutate<E> mutate
(TableSchema<E> schema) <E extends TableSchema<E>>
Mutate<E> mutate
(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Select<E> select
(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E> update
(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E> update
(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Update<E> update
(TypedBaseTable<E> typedTable)
-
Method Details
-
insert
-
insert
-
insert
-
update
-
update
-
update
-
delete
-
mutate
-
mutate
-
commit
-
abort
Abort abort() -
select
-
comment
-
assertion
-