|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.peer.LyConnection
leon.peer.sql.LySqlConnection
leon.peer.sql.hsqldb.LyHsqldbConnection
public class LyHsqldbConnection
This class is used as a connection for Hsql relational database.
LySqlConnection
Field Summary |
---|
Fields inherited from class leon.peer.sql.LySqlConnection |
---|
__VERSION, STATEMENT_TIMEOUT |
Constructor Summary | |
---|---|
LyHsqldbConnection(LyApplication application,
java.lang.String name)
Constructor. |
|
LyHsqldbConnection(LyApplication application,
java.lang.String name,
javax.sql.DataSource dataSource)
Constructor. |
Method Summary | |
---|---|
boolean |
close()
Close the physical connection to the database. |
Methods inherited from class leon.peer.sql.LySqlConnection |
---|
autoCommit, commit, getConnection, getMetaData, getProperties, getStatement, handleError, open, open, released, rollback, sendQueryRequest, sendQueryRequest, sendUpdateRequest, setStatementTimeout |
Methods inherited from class leon.peer.LyConnection |
---|
addValue, dump, getError, getUID, getValue, isClosed, isReserved, prepareCommit, reserved, setDataProvider, setError, setUID |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LyHsqldbConnection(LyApplication application, java.lang.String name)
application
- Application of the data provider that manages this connection.name
- Name of the database.public LyHsqldbConnection(LyApplication application, java.lang.String name, javax.sql.DataSource dataSource)
application
- Application of the data provider that manages this connection.name
- Name of the database.dataSource
- JDBC DataSource providing the JDBC connection.Method Detail |
---|
public boolean close()
LySqlConnection
close
in class LySqlConnection
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |