Lines Matching refs:SQL
50 database. Within the context of a Connection, SQL statements are
56 describing its tables, its supported SQL grammar, its stored
72 object for sending SQL statements to the database.
76 SQL statements without parameters are normally
77 executed using Statement objects. If the same SQL statement
87 Escape processing for the SQL-Statement is enabled, by default.
100 object for sending parameterized SQL statements to the database.
104 A SQL statement with or without IN parameters can be
115 parametric SQL statements that benefit from precompilation. If
132 Escape processing for the SQL-Statement is enabled, by default.
136 a SQL statement that may contain one or more '?' IN parameter placeholders
173 a SQL statement that may contain one or more '?' IN parameter placeholders
182 /** converts the given SQL statement into the system's native SQL grammar.
183 A driver may convert the JDBC SQL grammar into its system's
184 native SQL grammar prior to sending it; this method returns the
188 a SQL statement that may contain one or more '?' parameter placeholders
201 If a connection is in auto-commit mode, then all its SQL
203 transactions. Otherwise, its SQL statements are grouped into
292 describing its tables, its supported SQL grammar, its stored
411 The type map will be used for the custom mapping of SQL structured types