June 2004
Intermediate to advanced
848 pages
21h 28m
English
Now we are at the point where we can start issuing SQL commands to our database and getting back results. We do this through a Statement object that we get from the connection object described in the previous section. Table 24-4 shows several methods in Connection.
Table 24-4. Some methods of java.sql.Connection
|
Method |
Purpose |
|---|---|
|
|
Returns a statement object that is used to send SQL to the database. |
|
|
Returns an object that can be used for sending parameterized SQL statements. |
|
|
Returns an object that can be used for calling stored procedures. |
|
|
Gets an ... |
Read now
Unlock full access