|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdao.AquaDaoMysql
public class AquaDaoMysql
Super Klasse f�r DAO's die MySQL-Datenbank abfragen f�hren
Constructor Summary | |
---|---|
AquaDaoMysql(java.lang.String url)
|
Method Summary | |
---|---|
void |
close()
Schlie�t Statement, PreparedStatement, CallableStatement und Connection |
java.sql.CallableStatement |
getCallableStatement(java.lang.String sql)
Macht CallableStatement mit vorhandene oder mit neu Connection |
java.sql.Connection |
getConnection()
Macht Connection |
java.sql.PreparedStatement |
getPreparedStatement(java.lang.String sql)
Macht PreparedStatement mit vorhandene oder mit neu Connection |
java.sql.Statement |
getStatement()
Macht Statement mit vorhandene oder mit neu Connection |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AquaDaoMysql(java.lang.String url)
Method Detail |
---|
public void close() throws AquaDaoException
AquaDaoException
public java.sql.Connection getConnection() throws AquaDaoException
AquaDaoException
public java.sql.Statement getStatement() throws AquaDaoException
AquaDaoException
public java.sql.PreparedStatement getPreparedStatement(java.lang.String sql) throws AquaDaoException
AquaDaoException
public java.sql.CallableStatement getCallableStatement(java.lang.String sql) throws AquaDaoException
AquaDaoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |