public interface TopiaSqlWork
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Connection connection)
Execute the discrete work encapsulated by this work instance using the
supplied connection.
|
void execute(Connection connection) throws SQLException
connection - The connection on which to perform the work.SQLException - Thrown during execution of the underlying JDBC
interaction.Copyright © 2004–2014 CodeLutin. All rights reserved.