Uses of Package
me.hsgamer.hscore.database.client.sql
Packages that use me.hsgamer.hscore.database.client.sql
Package
Description
Contains the base implementation of
Client
for SQLContains the implementation of
SqlClient
for H2Contains the implementation of
SqlClient
with HikariCPContains the implementation of
SqlClient
with Java API-
Classes in me.hsgamer.hscore.database.client.sql used by me.hsgamer.hscore.database.client.sqlClassDescriptionA builder for batch executionThe
PreparedStatement
builderThe executor to execute the statementThe consumer to consume theResultSet
The converter to convert theResultSet
to the result -
Classes in me.hsgamer.hscore.database.client.sql used by me.hsgamer.hscore.database.client.sql.h2
-
-
Classes in me.hsgamer.hscore.database.client.sql used by me.hsgamer.hscore.database.client.sql.java