B
C
E
G
I
M
P
R
S
T
G
- getConn() - function in me.axolotldev.dbconnector.core.connect.internal.TransactionManagerImpl
- The active Connection on which transactions are managed.
- getConnection() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- The active JDBC Connection instance, or null if not connected.
- getDriver() - function in me.axolotldev.dbconnector.core.connect.ConnectBuilder
- The DriverInfo object responsible for generating connection URIs and driver class names.
- getDriver() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- The driver info used to create the connection.
- getInfo() - function in me.axolotldev.dbconnector.core.connect.ConnectBuilder
- The DatabaseInfo object containing database connection details (URL, username, password).
- getInfo() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- The database connection credentials and metadata.
- getMeta() - function in me.axolotldev.dbconnector.core.connect.ConnectBuilder
- Optional Properties providing additional metadata or connection options.
- getMeta() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- Additional configuration properties such as autoReconnect or retryTimes.
- getRaw() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- Returns the raw JDBC Connection object.
- getTransactionManager() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- Returns a TransactionManager implementation tied to the current connection.
- getUri() - function in me.axolotldev.dbconnector.core.connect.internal.ConnectorImpl
- The generated JDBC URI string.