public class PostgreSQLStatement extends PostgreSQLStatementBase implements Statement:
PostgreSQL statement implementation.
| Modifier and Type | Member | Description |
|---|---|---|
| public | PostgreSQLStatementPostgreSQLStatement(connection as PostgreSQLConnection,
resultSetType as ResultSetType = ResultSetType.FORWARD_ONLY,
concurrency as ResultSetConcurrency = ResultSetConcurrency.READ_ONLY,
holdability as ResultSetHoldability = ResultSetHoldability.CLOSE_CURSORS_AT_COMMIT): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | addBatchaddBatch(sql as String) as Void throws SQLException: |
Configures or executes a SQL statement. |
| public | executeexecute(sql as String) as Boolean throws SQLException: |
Configures or executes a SQL statement. |
| public | executeQueryexecuteQuery(sql as String) as ResultSet throws SQLException: |
Configures or executes a SQL statement. |
| public | executeUpdateexecuteUpdate(sql as String) as Int throws SQLException: |
Configures or executes a SQL statement. |