|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbroker.BrokerConexao
public class BrokerConexao
Cria e fecha conexões com o banco de dados.
Connection
Field Summary | |
---|---|
java.sql.Connection |
con
|
Constructor Summary | |
---|---|
BrokerConexao()
|
Method Summary | |
---|---|
java.sql.Connection |
criaConexao()
Cria a conexão com o banco de dados. |
void |
fechaConexao()
Fecha a conexão com o banco de dados. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.sql.Connection con
Constructor Detail |
---|
public BrokerConexao()
Method Detail |
---|
public java.sql.Connection criaConexao()
public void fechaConexao()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |