Interface ConnectionHolder
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ConnectionHolderImpl
public interface ConnectionHolder extends Serializable
Created by pestano on 25/07/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectiongetConnection()
-
-
-
Method Detail
-
getConnection
Connection getConnection() throws SQLException
- Throws:
SQLException
-
-