Interface Handle
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
HandleImpl
public interface Handle extends Closeable
- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuerycreateQuery(String sql)Create a new Query from the given SQL.UpdatecreateUpdate(String sql)Create a new Update statement from the given SQL.
-