B
C
E
G
I
M
P
R
S
T
C
- call(java.lang.String) - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- Prepares a CallableStatement for stored procedure execution.
- close() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- Closes the current connection if open, and sets it to
null
. - commit() - function in me.axolotldev.dbconnector.core.connect.internal.TransactionManagerImpl
- Commits the current transaction and re-enables auto-commit mode.
- connect() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- Establishes a new JDBC connection using the provided URI and credentials.
- ConnectBuilder - class in me.axolotldev.dbconnector.core.connect
- A builder class for creating instances of Connector.
- ConnectorImpl - class in me.axolotldev.dbconnector.core.connect.internal
- An implementation of the Connector interface that manages the lifecycle of a JDBC database connection, including auto-reconnection support.