CodeCharge Studio

createCallableStatement Method (Java)

Applies to

JDBCConnection Object

Syntax

public CallableStatement createCallableStatement(java.lang.String callString);

Return value

CallableStatement - callable statement object

Parameters

Name Type Description
callString String The Query that calls a stored procedure

Description

This method creates CallableStatement by preparing a procedure call provided by a callString parameter.


On-line, printable versions and updates