CodeCharge Studio

closeStatement Method (Java)

Applies to

JDBCConnection Object

Syntax

public void closeStatement(java.sql.CallableStatement cstmt);
public void closeStatement(java.sql.Statement);

Parameters

Name Type Description
cstmt CallableStatement The Callable Statement object to free.

Description

This method frees a Statement object if it is not needed.


On-line, printable versions and updates