public interface JdbcDatabase
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
close() |
void |
commit() |
Connection |
getConnection() |
String |
getConnectionString() |
String |
getDriverClassName() |
Properties |
getProperties() |
void |
init(String driver,
String url,
Properties props) |
boolean |
isTransaction() |
void |
rollback() |
void |
setConnection(Connection connection) |
Connection getConnection()
void setConnection(Connection connection)
String getDriverClassName()
void begin()
boolean isTransaction()
void rollback()
void commit()
Properties getProperties()
String getConnectionString()
void close()
void init(String driver, String url, Properties props)
Copyright © 2008–2018. All rights reserved.