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.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |