Uses of Package
io.inverno.mod.sql
-
Classes in io.inverno.mod.sql used by io.inverno.mod.sqlClassDescriptionExposes database column metadata.The prepared statement is pre-compiled, it should be preferred over regular statements as it is more efficient when executed multiple times and it protects against SQL injection attacks.A single row in a query result.Exposes database row metadata.Specifies basic reactive SQL operationsThe SQL result of a single SQL statement.A statement for executing static SQL operations.SQL operations with support for transactions.