Interface ISQLQueryUpdate


public interface ISQLQueryUpdate
Interface to update the table name that is sent to the query just before the query is transferred into a prepared statement.

In case of using views the table can be a complex SQL statement in which you might place variables.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details