com.workingdogs.village
Class Enums

java.lang.Object
  |
  +--com.workingdogs.village.Enums

public class Enums
extends java.lang.Object

A class for constants.

Version:
$Revision: 1.3 $
Author:
Jon S. Stevens jon@latchkey.com

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
 
Constructor Summary
(package private) Enums()
          Doesn't do anything
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ZOMBIE

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

DELETE

public static final int DELETE
A record marked for delete

UPDATE

public static final int UPDATE
A record marked for update

INSERT

public static final int INSERT
A record marked for insert

BEFOREDELETE

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

AFTERDELETE

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

BEFOREINSERT

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

AFTERINSERT

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

BEFOREUPDATE

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

AFTERUPDATE

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

UNKNOWN

public static final int UNKNOWN
an unknown type

ORACLE

public static final int ORACLE
an oracle type

SYBASE

public static final int SYBASE
an sybase type

SQLSERVER

public static final int SQLSERVER
an sqlserver type
Constructor Detail

Enums

Enums()
Doesn't do anything


Copyright © 1999-2002 Share.Whichever.com All Rights Reserved.