CodeCharge Studio

execute Method (Java)

Applies to

JDBCConnection Object

Syntax

public boolean execute(java.sql.CallableStatement cstmt);

Return value

boolean - 'true' if operation was successful, 'false' otherwise

Parameters

Name Type Description
cstmt CallableStatement The callable statement object created by createCallableStatement method

Description

This method executes the Stored Procedure.


On-line, printable versions and updates