| Interface | Description |
|---|---|
| BoundStatement |
Represents a
Statement that has been compiled and an execution
plan generated for it. |
| PreparedStatement |
Represents a
Statement that has been compiled and an execution
plan generated for it. |
| Statement |
Base interface for all statements.
|
| Class | Description |
|---|---|
| ExecuteOptions |
Class contains several options for the execution of an SQL statement
(DDL or DML).
|
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.