Thanks to visit codestin.com
Credit goes to github.com

Skip to content

API Overview

Ohad Shai edited this page Nov 20, 2018 · 2 revisions

Common API:

Connection
----------------
ConnectionPoolConfiguration - How to connect to the database (ie connection URL) and how to configure the connection pool.
SSLConfiguration - Holds the configuration that is SSL related.
Connection - The interface to execute queries and statements on the database.
ConnectionPool - An implementation of pooling over connections.


SQL query result
----------------
QueryResult - Hold the entire result include a status message.
ResultSet - Hold the rows that returned.
RowData - data of one row from the result.
Clone this wiki locally