Uses of Class
io.github.mrtesz.teszcore.db.selection.SelectionResults
Packages that use SelectionResults
Package
Description
-
Uses of SelectionResults in io.github.mrtesz.teszcore.api.db.manager
Methods in io.github.mrtesz.teszcore.api.db.manager that return SelectionResultsModifier and TypeMethodDescriptionSyncDBManager.executeSelect(@NotNull String sql, @NotNull String tableName) Execute a selection query
e.g.SyncDBManager.executeSelect(@NotNull String sql, @NotNull List<Object> sqlParams, @NotNull String tableName) Methods in io.github.mrtesz.teszcore.api.db.manager that return types with arguments of type SelectionResultsModifier and TypeMethodDescriptionAsyncDBManager.executeSelect(@NotNull String sql, @NotNull String tableName) Execute a selection query
e.g.AsyncDBManager.executeSelect(@NotNull String sql, @NotNull String tableName, @NotNull List<Object> sqlParams) -
Uses of SelectionResults in io.github.mrtesz.teszcore.db.manager.mariadb
Methods in io.github.mrtesz.teszcore.db.manager.mariadb that return SelectionResultsModifier and TypeMethodDescriptionMariaDBManager.executeSelect(@NotNull String sql, @NotNull String tableName) MariaDBManager.executeSelect(@NotNull String sql, @NotNull List<Object> sqlParams, @NotNull String tableName) Methods in io.github.mrtesz.teszcore.db.manager.mariadb that return types with arguments of type SelectionResultsModifier and TypeMethodDescriptionAsyncMariaDBManager.executeSelect(@NotNull String sql, @NotNull String tableName) AsyncMariaDBManager.executeSelect(@NotNull String sql, @NotNull String tableName, @NotNull List<Object> sqlParams) -
Uses of SelectionResults in io.github.mrtesz.teszcore.db.manager.sqlite
Methods in io.github.mrtesz.teszcore.db.manager.sqlite that return SelectionResultsModifier and TypeMethodDescriptionSqliteManager.executeSelect(@NotNull String sql, @NotNull String tableName) SqliteManager.executeSelect(@NotNull String sql, @NotNull List<Object> sqlParams, @NotNull String tableName) Methods in io.github.mrtesz.teszcore.db.manager.sqlite that return types with arguments of type SelectionResultsModifier and TypeMethodDescriptionAsyncSqliteManager.executeSelect(@NotNull String sql, @NotNull String tableName) AsyncSqliteManager.executeSelect(@NotNull String sql, @NotNull String tableName, @NotNull List<Object> sqlParams) -
Uses of SelectionResults in io.github.mrtesz.teszcore.db.selection
Methods in io.github.mrtesz.teszcore.db.selection that return SelectionResults