| Package | Description |
|---|---|
| org.postgresql.jdbc |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientLogic.linkClientLogic(String databaseName,
PgConnection jdbcConn)
Link the client logic JNI & C side to the PgConnection instance
|
String |
ClientLogic.prepareQuery(String query,
String statement_name)
prepare a query
|
List<String> |
ClientLogic.replaceStatementParams(String statementName,
List<String> paramValues)
Replaces client logic parameter values in a prepared statement
|
String |
ClientLogic.runClientLogic(String data2Process,
int dataType)
Runs client logic on fields to get back the user format
|
void |
ClientLogic.runQueryPostProcess()
Runs the post query function - executed after the query has completed
|
String |
ClientLogic.runQueryPreProcess(String originalQuery)
Runs the pre-process function of the client logic
to change the client logic fields from the user input to the client logic format
|
Copyright © 2023 openGauss. All rights reserved.