- getConnection() - Method in interface com.github.nwillc.funjdbc.functions.ConnectionProvider
-
Get a JDBC database connection.
- getConnection() - Method in class com.github.nwillc.funjdbc.migrate.Manager
-
- getConnection() - Method in class com.github.nwillc.funjdbc.migrate.MigrationBase
-
- getConnectionProvider() - Method in class com.github.nwillc.funjdbc.migrate.Manager
-
Gets connection provider.
- getDescription() - Method in interface com.github.nwillc.funjdbc.migrate.Migration
-
Gets the migration description.
- getEnricher() - Method in class com.github.nwillc.funjdbc.utils.EFactory
-
Get the Enricher that results from the added setter, getter, pairings add.
- getErrorCode() - Method in exception com.github.nwillc.funjdbc.UncheckedSQLException
-
If the underlying cause provides an error code, provides it.
- getExtractor() - Method in class com.github.nwillc.funjdbc.utils.EFactory
-
Create the Extractor based on the factory and extractions added.
- getIdentifier() - Method in interface com.github.nwillc.funjdbc.migrate.Migration
-
Gets the migration identifier.
- getInstance() - Static method in class com.github.nwillc.funjdbc.migrate.Manager
-
Gets the singleton instance.
- getMigrations() - Method in class com.github.nwillc.funjdbc.migrate.Manager
-
Gets the set of Migrations.
- getSqlState() - Method in exception com.github.nwillc.funjdbc.UncheckedSQLException
-
If underlying cause provides a SQL state, provide it.