AbstractSqliteManager

  
Type🟦 Abstract class
Packageio.github.mrtesz.teszcore.db.manager.sqlite
GitHubAbstractSqliteManager.java
ExtendsAbstractDBManager.java

Description

Parent class of all SqliteManagers


Methods

connect

implemented from DBManager


checkConnection

implemented from DBManager


disconnect

implemented from DBManager


getConnection

implemented from DBManager


async

implemented from DBManager

AsyncSqliteManager async(int timeoutSecs);

Creates an AsyncSqliteManager instance with the same arguments of the executing DBManager

ParameterTypeAnnotationsDescription
timeoutSecsint-The seconds after AsyncSqliteManager methods complete on timeout.

Returns: AsyncSqliteManager — a new AsyncSqliteManager instance


sync

implemented from DBManager


getName

implemented from DBManager


getDataSource

HikariDataSource getDataSource();

Get the DataSource of the DBManager

Returns: <abbr title=com.zaxxer.hikari.HikariDataSource>HikariDataSource</abbr> — the DataSource of the DBManager



Back to top

Copyright © 2026 Mr_Tesz. All rights reserved

This site uses Just the Docs, a documentation theme for Jekyll.