|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulations.database.core.Communication
public class Communication
Field Summary | |
---|---|
java.sql.Connection |
connection
|
Constructor Summary | |
---|---|
Communication()
Creates a new instance of Communication |
Method Summary | |
---|---|
void |
close()
|
java.sql.ResultSet |
execQuery(java.lang.String query)
|
int |
execUpdate(java.lang.String query)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.sql.Connection connection
Constructor Detail |
---|
public Communication()
Method Detail |
---|
public void close()
public java.sql.ResultSet execQuery(java.lang.String query)
public int execUpdate(java.lang.String query)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |