CodeCharge Studio

createStatement Method (Java)

Applies to

JDBCConnection Object

Syntax

public Statement createStatement();

Return value

Statement - statement object.

Description

This method specifies the Statement object that can be used to query a database with SQL (executeQuery).


On-line, printable versions and updates