Kodo 4.0.0RC2 generated on May 12 2006

kodo.kernel
Interface QueryOperations

All Known Subinterfaces:
KodoQuery

public interface QueryOperations

Query operation constants.

Since:
4.0

Field Summary
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.
 

Field Detail

OP_SELECT

static final int OP_SELECT
Symbolic constant that indicates that this query will be performing a select operation.

See Also:
Query#getOperation, Constant Field Values

OP_DELETE

static final int OP_DELETE
Symbolic constant that indicates that this query will be performing a delete operation.

See Also:
Query#getOperation, Constant Field Values

OP_UPDATE

static final int OP_UPDATE
Symbolic constant that indicates that this query will be performing a update operation.

See Also:
Query#getOperation, Constant Field Values

Kodo 4.0.0RC2 generated on May 12 2006

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.