Uses of Interface
io.helidon.dbclient.DbRow
Package
Description
Helidon Database Client API.
JSON Processing support for Helidon Database Client.
Helidon Database Client MongoDB.
-
Uses of DbRow in io.helidon.dbclient
Modifier and TypeFieldDescriptionstatic final GenericType
<DbRow> DbMapperManager.TYPE_DB_ROW
Generic type for theDbRow
class.Modifier and TypeMethodDescriptionDbStatementGet.execute()
Execute this statement using the parameters configured withparams
andaddParams
methods.DbStatementQuery.execute()
Execute this statement using the parameters configured withparams
andaddParams
methods.Create and execute a database query using a statement passed as an argument.Create and execute a database query using a statement defined in the configuration file.DbExecute.namedQuery
(String statementName, Object... parameters) Create and execute a database query using a statement defined in the configuration file.Create and execute a database query using a statement passed as an argument.Modifier and TypeMethodDescriptionRead database row and convert it to target type instance.<T> T
DbMapperManager.read
(DbRow row, GenericType<T> expectedType) Read database row into a typed value.<T> T
Read database row into a typed value. -
Uses of DbRow in io.helidon.dbclient.jsonp
Modifier and TypeMethodDescriptionGet a JSON-P representation of this row. -
Uses of DbRow in io.helidon.dbclient.mongodb