Interface JdbcOperation

    • Method Detail

      • getSqlString

        String getSqlString()
        Get the SQL command we will be executing through JDBC PreparedStatement or CallableStatement
      • getParameterBinders

        List<JdbcParameterBinder> getParameterBinders()
        Get the list of parameter binders for the generated PreparedStatement