Lines Matching refs:SQL
49 /** represents a precompiled SQL statement.
51 A SQL statement is pre-compiled and stored in a PreparedStatement object.
62 must specify types that are compatible with the defined SQL type of
63 the input parameter. For instance, if the IN parameter has SQL type
71 should be used with a target SQL type.
112 /** could be used for cancelling the execution of SQL statements, if both
113 the DBMS and the driver support aborting an SQL statement.
118 /** is the interface for executing SQL prepared commands.
154 /** covers the handling of multiple results after executing an SQL command.
199 /** defines the SQL cursor name that will be used by subsequent Statement
203 This name can then be used in SQL positioned update/delete statements to