Try OpenEdge Now
SQL Reference
JDBC Reference
:
Java Class Reference
:
SQLPStatement
:
Throws
Throws
DhSQLException
Example
This code fragment illustrates the
SQLPStatement
class:
SQLPStatement pstmt = new SQLPStatement ( "INSERT INTO T1 VALUES (?, ?) ") ;