sqlCommand
Defines a command that represents a native SQL statement
to be run by the database.
Here is an example of how you can use this element in a commandBlock.
<commandBlock> 
  <commands> 
    <sqlCommand> 
      <sql> BEGIN PKG1.STORED_PROC1; END; </sql> 
    </sqlCommand> 
  </commands> 
</commandBlock>
Child Elements of sqlCommand Element
(sql)
