Uses of Interface
org.litebridgedb.orm.api.sql.update.SqlUpdateStart
Packages that use SqlUpdateStart
Package
Description
Litebridge ORM
Fluent API for constructing direct SQL updates (UPDATE statements)
-
Uses of SqlUpdateStart in org.litebridgedb.orm
Method parameters in org.litebridgedb.orm with type arguments of type SqlUpdateStartModifier and TypeMethodDescriptionvoidLitebridge.update(String tableName, Function<SqlUpdateStart, UpdateQuery> query) Executes an update operation on the specified table using the provided query function. -
Uses of SqlUpdateStart in org.litebridgedb.orm.api.sql.update
Subinterfaces of SqlUpdateStart in org.litebridgedb.orm.api.sql.updateClasses in org.litebridgedb.orm.api.sql.update that implement SqlUpdateStart