Perform schema operations by following these general tasks:
Construct a SQL statement in a String variable.
Create a PreparedStatement object by passing the String variable to the Connection.prepareStatement method.
Call the PreparedStatement.execute method to perform the operation on the database.
Close the PreparedStatement object to free resources.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |