-
-
Notifications
You must be signed in to change notification settings - Fork 137
API Overview
Ohad Shai edited this page Nov 20, 2018
·
2 revisions
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.