| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.db.jdbc.Enums
Class for constants used in dbKona.
| Field Summary | |
| static int | AFTERDELETEConstant for trigger state after a delete is executed. | 
| static int | AFTERINSERTConstant for trigger state after an insert is executed. | 
| static int | AFTERUPDATEConstant for trigger state after an update is executed. | 
| static int | BEFOREDELETEConstant for trigger state before a delete is executed. | 
| static int | BEFOREINSERTConstant for trigger state before an insert is executed. | 
| static int | BEFOREUPDATEConstant for trigger state before an update is executed. | 
| static int | DELETEConstant for a DataSet record that is to be deleted. | 
| static int | INSERTConstant for a DataSet record that is to be inserted. | 
| static int | ORACLEConstant for an Oracle-specific type. | 
| static int | SQLSERVERConstant for a SQLServer-specific type. | 
| static int | SYBASEConstant for a Sybase-specific type. | 
| static int | UNKNOWNConstant for an Unknown type. | 
| static int | UPDATEConstant for a DataSet record that is to be updated. | 
| static int | ZOMBIEConstant for a DataSet record that has been deleted but not yet removed. | 
| Constructor Summary | |
| Enums() | |
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public static final int ZOMBIE
public static final int DELETE
public static final int UPDATE
public static final int INSERT
public static final int BEFOREDELETE
public static final int AFTERDELETE
public static final int BEFOREINSERT
public static final int AFTERINSERT
public static final int BEFOREUPDATE
public static final int AFTERUPDATE
public static final int UNKNOWN
public static final int ORACLE
public static final int SYBASE
public static final int SQLSERVER
| Constructor Detail | 
public Enums()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||