BEA Systems, Inc.

BEA WebLogic Server Support for Apache Beehive


com.bea.control
Class JdbcControl.CommandType

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.control.JdbcControl.CommandType
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
JdbcControl

public static final class JdbcControl.CommandType
extends Enum

CommandType Enumeration.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static JdbcControl.CommandType DELETE
           
static JdbcControl.CommandType DETAIL
           
static JdbcControl.CommandType GRID
           
static JdbcControl.CommandType INSERT
           
static JdbcControl.CommandType INSERTED_ROW
           
static JdbcControl.CommandType NEW_KEY
           
static JdbcControl.CommandType NONE
           
static JdbcControl.CommandType TEMPLATE_ROW
           
static JdbcControl.CommandType UPDATE
           
 
Method Summary
static JdbcControl.CommandType valueOf(String name)
           
static JdbcControl.CommandType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DELETE

public static final JdbcControl.CommandType DELETE

DETAIL

public static final JdbcControl.CommandType DETAIL

GRID

public static final JdbcControl.CommandType GRID

INSERT

public static final JdbcControl.CommandType INSERT

INSERTED_ROW

public static final JdbcControl.CommandType INSERTED_ROW

NEW_KEY

public static final JdbcControl.CommandType NEW_KEY

NONE

public static final JdbcControl.CommandType NONE

TEMPLATE_ROW

public static final JdbcControl.CommandType TEMPLATE_ROW

UPDATE

public static final JdbcControl.CommandType UPDATE
Method Detail

valueOf

public static JdbcControl.CommandType valueOf(String name)

values

public static final JdbcControl.CommandType[] values()

Documentation is available at
http://e-docs.bea.com/wls/docs90
Copyright 2005 BEA Systems Inc.