Lines Matching refs:statement
77 executed using Statement objects. If the same SQL statement
104 A SQL statement with or without IN parameters can be
106 object can then be used to efficiently execute this statement
120 the statement to the database for precompilation. Some drivers
121 may not support precompilation. In this case, the statement may
136 a SQL statement that may contain one or more '?' IN parameter placeholders
138 a new PreparedStatement object containing the pre-compiled statement
161 statement to the database when the method
173 a SQL statement that may contain one or more '?' IN parameter placeholders
175 a new PreparedStatement object containing the pre-compiled statement
182 /** converts the given SQL statement into the system's native SQL grammar.
185 native form of the statement that the driver would have sent.
188 a SQL statement that may contain one or more '?' parameter placeholders
190 the native form of this statement
213 The commit occurs when the statement completes or the next
215 statements returning a ResultSet, the statement completes when
218 statement may return multiple results as well as output