com.workingdogs.village
Class Enums

java.lang.Object
  extended by com.workingdogs.village.Enums

public class Enums
extends java.lang.Object

A class for constants.

Version:
$Revision: 567 $
Author:
Jon S. Stevens

Field Summary
static int AFTERDELETE
          trigger state after a delete is run
static int AFTERINSERT
          trigger state after a insert is run
static int AFTERUPDATE
          trigger state after a update is run
static int BEFOREDELETE
          trigger state before a delete is run
static int BEFOREINSERT
          trigger state before a insert is run
static int BEFOREUPDATE
          trigger state before a update is run
static int DELETE
          A record marked for delete
static int INSERT
          A record marked for insert
static int ORACLE
          an oracle type
static int SQLSERVER
          an sqlserver type
static int SYBASE
          an sybase type
static int UNKNOWN
          an unknown type
static int UPDATE
          A record marked for update
static int ZOMBIE
          DataSet record that has been deleted but not removed from the DataSet
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZOMBIE

public static final int ZOMBIE
DataSet record that has been deleted but not removed from the DataSet

See Also:
Constant Field Values

DELETE

public static final int DELETE
A record marked for delete

See Also:
Constant Field Values

UPDATE

public static final int UPDATE
A record marked for update

See Also:
Constant Field Values

INSERT

public static final int INSERT
A record marked for insert

See Also:
Constant Field Values

BEFOREDELETE

public static final int BEFOREDELETE
trigger state before a delete is run

See Also:
Constant Field Values

AFTERDELETE

public static final int AFTERDELETE
trigger state after a delete is run

See Also:
Constant Field Values

BEFOREINSERT

public static final int BEFOREINSERT
trigger state before a insert is run

See Also:
Constant Field Values

AFTERINSERT

public static final int AFTERINSERT
trigger state after a insert is run

See Also:
Constant Field Values

BEFOREUPDATE

public static final int BEFOREUPDATE
trigger state before a update is run

See Also:
Constant Field Values

AFTERUPDATE

public static final int AFTERUPDATE
trigger state after a update is run

See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
an unknown type

See Also:
Constant Field Values

ORACLE

public static final int ORACLE
an oracle type

See Also:
Constant Field Values

SYBASE

public static final int SYBASE
an sybase type

See Also:
Constant Field Values

SQLSERVER

public static final int SQLSERVER
an sqlserver type

See Also:
Constant Field Values


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.