public class PostgreSQLCallableStatement extends PostgreSQLPreparedStatement implements CallableStatement:
PostgreSQL callable statement.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | outParameters | No summary. |
| public readonly property | outValues | No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | PostgreSQLCallableStatementPostgreSQLCallableStatement(connection as PostgreSQLConnection,
sql as String): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public override | addBatchaddBatch(sql as String) as Void throws SQLException: |
Configures or executes a SQL statement. |
| public override | executeexecute() as Boolean throws SQLException: |
Configures or executes a SQL statement. |
| public override | executeexecute(sql as String) as Boolean throws SQLException: |
Configures or executes a SQL statement. |
| public override | executeQueryexecuteQuery(sql as String) as ResultSet throws SQLException: |
Configures or executes a SQL statement. |
| public override | executeUpdateexecuteUpdate(sql as String) as Int throws SQLException: |
Configures or executes a SQL statement. |
| public | getBooleangetBoolean(index as Int) as Boolean throws SQLException: |
Configures or executes a SQL statement. |
| public | getDoublegetDouble(index as Int) as Double throws SQLException: |
Configures or executes a SQL statement. |
| public | getIntgetInt(index as Int) as Int throws SQLException: |
Configures or executes a SQL statement. |
| public | getLonggetLong(index as Int) as Long throws SQLException: |
Configures or executes a SQL statement. |
| public | getObjectgetObject(index as Int) as Object throws SQLException: |
Configures or executes a SQL statement. |
| public | getStringgetString(index as Int) as String throws SQLException: |
Configures or executes a SQL statement. |
| public | outout(index as Int, sqlType as Int, scale as Int = 0) as CallableStatement throws SQLException: |
Configures or executes a SQL statement. |
| public override | queryquery() as ResultSet throws SQLException: |
Configures or executes a SQL statement. |
| public | registerOutParameterregisterOutParameter(index as Int, sqlType as Int, scale as Int = 0) as CallableStatement throws SQLException: |
Configures or executes a SQL statement. |
| public override | updateupdate() as Long throws SQLException: |
Configures or executes a SQL statement. |
| public | wasNullwasNull() as Boolean throws SQLException: |
Configures or executes a SQL statement. |