Package net.anwiba.commons.jdbc.database
Interface IDatabaseVersionListFactory
-
- All Superinterfaces:
IApplicable<IJdbcConnectionDescription>
public interface IDatabaseVersionListFactory extends IApplicable<IJdbcConnectionDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ObjectPair<java.lang.String,java.lang.String>>create(java.sql.Connection connection)-
Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, isApplicable, not, or
-
-
-
-
Method Detail
-
create
java.util.List<ObjectPair<java.lang.String,java.lang.String>> create(java.sql.Connection connection) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-