Class DBAccess
- public class DBAccess
Insert the type's description here.
Creation date: (17.04.2001 21:49:29)
- Author:
- :
Constructor Summary |
DBAccess(int dbtype, java.net.InetAddress host, int port, String user, String pass, String dbname) DBAccess constructor comment. |
Method Summary |
boolean | abgelaufen(String heute, String tag, String beginn) Überprüft ob das Ereignis bereits abgelaufen ist
Creation date: (07.05.2001 21:41:59) |
void | dispose() Insert the method's description here. |
Event | getNextEvent() Insert the method's description here. |
void | init(int dbtype, java.net.InetAddress host, int port, String user, String pass, String dbname) Insert the method's description here. |
static void | main(String[] args) Insert the method's description here. |
void | testQuery() Insert the method's description here. |
DBTYPE_MYSQL
public final static int DBTYPE_MYSQL
DBTYPE_ORACLE
public final static int DBTYPE_ORACLE
DBAccess
public DBAccess(int dbtype, java.net.InetAddress host, int port, String user, String pass, String dbname)
throws java.sql.SQLException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- DBAccess constructor comment.
abgelaufen
public boolean abgelaufen(String heute, String tag, String beginn)
- Überprüft ob das Ereignis bereits abgelaufen ist
Creation date: (07.05.2001 21:41:59)
- Parameters:
- heute - java.lang.String
- tag - java.lang.String
- beginn - java.lang.String
- Returns: boolean
dispose
public void dispose()
throws java.sql.SQLException
- Insert the method's description here.
Creation date: (20.04.2001 22:01:09)
getNextEvent
public Event getNextEvent()
throws java.sql.SQLException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Insert the method's description here.
Creation date: (17.04.2001 21:55:59)
- Returns: spear.Event
init
public void init(int dbtype, java.net.InetAddress host, int port, String user, String pass, String dbname)
throws java.sql.SQLException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Insert the method's description here.
Creation date: (20.04.2001 21:40:37)
main
public static void main(String[] args)
- Insert the method's description here.
Creation date: (20.04.2001 21:46:17)
- Parameters:
- args - java.lang.String[]
testQuery
public void testQuery()
throws java.sql.SQLException
- Insert the method's description here.
Creation date: (20.04.2001 22:05:02)
to Class java.sql.Connection