Lines Matching refs:SQL
40 /** is used for executing a static SQL statement and obtaining the results
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,
70 SQL statements that return nothing, such as SQL DDL statements,
74 a SQL INSERT, UPDATE or DELETE statement or a SQL statement that returns nothing
76 either the row count for INSERT, UPDATE or DELETE or 0 for SQL statements that return nothing
83 /** executes a SQL statement that may return multiple results.
87 Under some (uncommon) situations a single SQL statement may return
91 unknown SQL string. The navigation through multiple results is covered by
97 method executes a SQL statement and indicates
108 any SQL statement