|
at.glawar GlawarDataAdapter [2006-07-04] |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.glawar.gladataadapter.GLAFirebirdDataAdapter
Provides methods for creating a database connection to a Firebird database.
A Firebird-JDBC-driver is needed
(Firebird_4_JCA_JDBC_Jaybird_v1_5_5_for_JDK_1_4.jar)
from e. g.
http://www.firebirdsql.org
| Constructor Summary | |
GLAFirebirdDataAdapter(String strServer,
int iPort,
String strDatabaseName,
String strUsername,
String strUserPassword)
initializes a new instance of GLAFirebirdDataAdapter |
|
GLAFirebirdDataAdapter(String strServer,
int iPort,
String strDatabaseName,
String strUsername,
String strUserPassword,
String strDialect,
String strCharset)
initializes a new instance of GLAFirebirdDataAdapter |
|
| Method Summary | |
Connection |
getConnection()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GLAFirebirdDataAdapter(String strServer,
int iPort,
String strDatabaseName,
String strUsername,
String strUserPassword)
throws SQLException
strServer - server (e. g. localhost)iPort - port (e. g. 3050)strDatabaseName - name and path of the database
(e. g. D:/Firebird.dbs/GLA-PB.GLA)strUsername - usernamestrUserPassword - password
SQLException - if an error occured
public GLAFirebirdDataAdapter(String strServer,
int iPort,
String strDatabaseName,
String strUsername,
String strUserPassword,
String strDialect,
String strCharset)
throws SQLException
strServer - server (e. g. localhost)iPort - port (e. g. 3050)strDatabaseName - name and path of the database
(e. g. D:/Firebird.dbs/GLA-PB.GLA)strUsername - usernamestrUserPassword - passwordstrDialect - dialect (e. g. 3)strCharset - (e. g. ISO8859_1)
SQLException - if an error occured| Method Detail |
public Connection getConnection()
throws SQLException
null
SQLException - if an error occured
|
software.glawar.at | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||