hu.webarticum.minibase.engine.api.TackedEngine Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of engine Show documentation
Show all versions of engine Show documentation
Database session management
package hu.webarticum.minibase.engine.api;
import hu.webarticum.minibase.query.execution.QueryExecutor;
import hu.webarticum.minibase.query.parser.SqlParser;
import hu.webarticum.minibase.storage.api.StorageAccess;
public interface TackedEngine extends Engine {
public SqlParser sqlParser();
public QueryExecutor queryExecutor();
public StorageAccess storageAccess();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy