Database script operations - script to Java migration
For the Database operations, not all of the script operations from the Script API are implemented in the Java™ API. Alternative Java code is provided for those script operations that are not implemented in the Java API.
The following database script operations can be achieved by using
standard JDBC connectivity.
- getWPCDBContext()
- getWPCDBConnection()
- releaseWPCDBConnection(Connection conn)
- openJDBCConnection()
- releaseJDBCConnection()
- loadJar()
- Commit()
- rollback()
- executeQuery()
- executeUpdate()
- executeBatchUpdate()
- next()
- getColumn()
- getColumnAt()