You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.