com.elvyx.server.db
Class DatabaseType

java.lang.Object
  extended by com.elvyx.server.ElvyxEnum
      extended by com.elvyx.server.db.DatabaseType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class DatabaseType
extends ElvyxEnum
implements java.io.Serializable

Database types available.

Since:
1.0
Version:
$Revision: 1.2 $
Author:
Armando Perdomo
See Also:
Serialized Form

Field Summary
static DatabaseType HSQLDB
          HSQLDB type
static DatabaseType MYSQL
          MySQL type.
 
Method Summary
 
Methods inherited from class com.elvyx.server.ElvyxEnum
clone, compareTo, equals, getName, hashCode, name, ordinal, toString, valueOf, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HSQLDB

public static final DatabaseType HSQLDB
HSQLDB type


MYSQL

public static final DatabaseType MYSQL
MySQL type. It is just like sample, not implemented yet



Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.