Interface DatabaseAPI.StatementCommon
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
DatabaseAPI.Query, DatabaseAPI.Update
- Enclosing interface:
DatabaseAPI
Common shared API between
DatabaseAPI.Query and DatabaseAPI.Update. This supports
prepared statements within the general mechanisms of this API.- Author:
- Donal Fellows
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close this statement.Get the list of parameters to the statement.
-
Method Details
-
close
void close()Close this statement. This never throws a checked exception. Some database connector may ignore this method.- Specified by:
closein interfaceAutoCloseable
-
getParameters
-