Interface PrimaryOperation
- All Superinterfaces:
JdbcOperation
- All Known Subinterfaces:
JdbcMutation, JdbcOperationQueryInsert, JdbcOperationQueryMutation, JdbcSelect
A primary operation to be executed using JDBC.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe names of tables this operation refers toMethods inherited from interface JdbcOperation
getParameterBinders, getSqlString
-
Method Details
-
getAffectedTableNames
The names of tables this operation refers to- Specified by:
getAffectedTableNamesin interfaceJdbcOperation
-