Module io.inverno.mod.sql
Package io.inverno.mod.sql
package io.inverno.mod.sql
Inverno SQL client API.
-
ClassDescriptionExposes 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.A SQL Client exposes reactive method to query a RDBMS using SQL.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.SQL unsafe or experimental operations.