postgres.ql
An entity for holding a single prepared statement.
Constructor | Description |
---|---|
PreparedStatement(_preparedStatement) |
Function | Description |
---|---|
native fun setParam(index, value) | Set a parameter in the prepared statement. |
native fun close() | Close the prepared statement. |