The PostgreSQL JDBC Interface | ||
---|---|---|
<<< Previous | Issuing a Query and Processing the Result | Next >>> |
To create, modify or drop a database object like a table or view you use the execute() method. This method is similar to the method executeQuery(), but it doesn't return a result. Example 4 illustrates the usage.
<<< Previous | Home | Next >>> |
Performing Updates | Up | Calling Stored Functions |