Lines Matching refs:statement
40 /** is used for executing a static SQL statement and obtaining the results
49 different Statements. All statement
52 close a statement's current ResultSet if an open one exists.
58 /** executes a SQL statement that returns a single ResultSet.
60 the SQL statement which should be executed
69 /** executes an SQL INSERT, UPDATE, or DELETE statement. In addition,
74 a SQL INSERT, UPDATE or DELETE statement or a SQL statement that returns nothing
83 /** executes a SQL statement that may return multiple results.
87 Under some (uncommon) situations a single SQL statement may return
97 method executes a SQL statement and indicates
108 any SQL statement
124 the connection that produced this statement