DataBridge Documentation 2.0.17
A Java library for managing database connections and transactions
Loading...
Searching...
No Matches
io.github.kdesp73.databridge.connections.PostgresConnection Member List

This is the complete list of members for io.github.kdesp73.databridge.connections.PostgresConnection, including all inherited members.

callFunction(String functionName, Object... params)io.github.kdesp73.databridge.connections.PostgresConnection
callFunctionValue(String functionName, int returnType, Object... params)io.github.kdesp73.databridge.connections.PostgresConnection
callProcedure(String procedureName, Object... params)io.github.kdesp73.databridge.connections.PostgresConnection
close()io.github.kdesp73.databridge.connections.PostgresConnection
connect(String url, String username, String password)io.github.kdesp73.databridge.connections.PostgresConnection
execute(String query)io.github.kdesp73.databridge.connections.PostgresConnection
executeQuery(String query)io.github.kdesp73.databridge.connections.PostgresConnection
executeUpdate(String query)io.github.kdesp73.databridge.connections.PostgresConnection
get()io.github.kdesp73.databridge.connections.PostgresConnection