Package tigase.db.util
Interface DBSchemaLoader.SQLCommand<C,R>
-
- Enclosing class:
- DBSchemaLoader
public static interface DBSchemaLoader.SQLCommand<C,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rexecute(C conn)
-
-
-
Method Detail
-
execute
R execute(C conn) throws SQLException, IOException
- Throws:
SQLExceptionIOException
-
-