sql

Specifies the SQL statement for the database to run. The SQL statement must be in native SQL.

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 sql Element

The sql element has no child elements.

Parent Elements of sql Element

sqlCommand