Condividi tramite


prepareStatement Method (java.lang.String, int)

Creates a SQLServerPreparedStatement object for sending parameterized SQL statements to the database, and has the capability to retrieve auto-generated keys.

public java.sql.PreparedStatement prepareStatement(java.lang.String sql,
                                                   int flag)

Parametri

sql

A String containing an SQL statement.

flag

An int that indicates if auto-generated keys will be available.

Valore restituito

A PreparedStatement object.

Eccezioni

SQLServerException

Osservazioni

This prepareStatement method is specified by the prepareStatement method in the java.sql.Connection interface.

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

prepareStatement Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members