public interface JDBCContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addDeleteAction(Action<Connection> action) |
Connection |
getConnection() |
JDBCDetails |
getJDBCDetails() |
String |
getTableNamePrefix() |
void |
removeDeleteAction(Action<Connection> action) |
JDBCDetails getJDBCDetails()
Connection getConnection()
String getTableNamePrefix()
void addDeleteAction(Action<Connection> action)
void removeDeleteAction(Action<Connection> action)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.