public interface QueryOperations
Modifier and Type | Field and Description |
---|---|
static int |
OP_DELETE
Symbolic constant that indicates that this query will be
performing a delete operation.
|
static int |
OP_SELECT
Symbolic constant that indicates that this query will be
performing a select operation.
|
static int |
OP_UPDATE
Symbolic constant that indicates that this query will be
performing a update operation.
|
static final int OP_SELECT
QueryContext.getOperation()
,
Constant Field Valuesstatic final int OP_DELETE
QueryContext.getOperation()
,
Constant Field Valuesstatic final int OP_UPDATE
QueryContext.getOperation()
,
Constant Field ValuesCopyright © 2006–2022 Apache Software Foundation. All rights reserved.