Package io.vertx.tp.modular.jdbc
Class DataConnection
java.lang.Object
io.vertx.tp.modular.jdbc.DataConnection
- All Implemented Interfaces:
AoConnection
-
Constructor Details
-
DataConnection
public DataConnection(io.vertx.up.commune.config.Database database)
-
-
Method Details
-
execute
- Specified by:
executein interfaceAoConnection
-
getDatabase
public io.vertx.up.commune.config.Database getDatabase()- Specified by:
getDatabasein interfaceAoConnection
-
getConnection
- Specified by:
getConnectionin interfaceAoConnection
-
getDSL
public org.jooq.DSLContext getDSL()- Specified by:
getDSLin interfaceAoConnection
-
select
- Specified by:
selectin interfaceAoConnection
-
select
- Specified by:
selectin interfaceAoConnection
-
count
- Specified by:
countin interfaceAoConnection
-
getLogger
protected io.horizon.uca.log.Annal getLogger()
-