Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » JDBC support » Data access using JDBC

 

JDBC notes

  • Access privileges   Like all Java classes in the database, classes containing JDBC statements can be accessed by any user if the GRANT EXECUTE statement has granted them privilege to execute the stored procedure that is acting as a wrapper for the Java method.

  • Execution privileges   Java classes execute with the privileges of the stored procedure that is acting as a wrapper for the Java method (by default, this is SQL SECURITY DEFINER).