This interface describes actions that are ALWAYS performed for a
Statement at Execution time. For instance, it is used for DDL
statements to describe what they should stuff into the catalogs.
An object satisfying this interface is put into the PreparedStatement
and run at Execution time.
author: Rick Hillegas