KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > sellwin > db > DBType


1 package sellwin.db;
2
3 import sellwin.utils.*;
4
5 // SellWin http://sourceforge.net/projects/sellwincrm
6
//Contact support@open-app.com for commercial help with SellWin
7
//This software is provided "AS IS", without a warranty of any kind.
8

9
10 /**
11  * This abstract class is used by the implementing
12  * database classes to automagically specifiy Oracle
13  * or some other database as their default database.
14  */

15 public abstract class DBType {
16     //protected int DB_TYPE=Prefs.ORACLE;
17
protected int DB_TYPE=Prefs.MYSQL;
18 }
19
Popular Tags