|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJDBCAdapter
stellt die Verbindungsfunktionen zur Datenbank her Interface to database
| Method Summary | |
|---|---|
java.sql.ResultSet |
executeQuery(java.lang.String Sql)
Führt einen SQL select - befehl aus executes an select query |
int |
executeUpdate(java.lang.String Sql)
Executes an SQL INSERT, UPDATE, CREATE or DELETE statement. |
java.lang.Object[] |
getAllTableNames()
Return all tablenames from current database |
| Method Detail |
|---|
java.sql.ResultSet executeQuery(java.lang.String Sql)
Sql - TODO Missing Constructuor Parameter Documentation
int executeUpdate(java.lang.String Sql)
Sql - TODO Missing Constructuor Parameter Documentation
java.lang.Object[] getAllTableNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||