Uses of Interface
io.helidon.dbclient.DbRow
Packages that use 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
Classes in io.helidon.dbclient that implement DbRowFields in io.helidon.dbclient with type parameters of type DbRowModifier and TypeFieldDescriptionstatic final GenericType<DbRow> DbMapperManager.TYPE_DB_ROWGeneric type for theDbRowclass.Methods in io.helidon.dbclient that return types with arguments of type DbRowModifier and TypeMethodDescriptionDbStatementGet.execute()Execute this statement using the parameters configured withparamsandaddParamsmethods.DbStatementQuery.execute()Execute this statement using the parameters configured withparamsandaddParamsmethods.DbResultDml.generatedKeys()Retrieves any auto-generated keys created as a result of executing this DML statement.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.Methods in io.helidon.dbclient with parameters of type DbRowModifier and TypeMethodDescriptionRead database row and convert it to target type instance.<T> TDbMapperManager.read(DbRow row, GenericType<T> expectedType) Read database row into a typed value.<T> TRead database row into a typed value.Method parameters in io.helidon.dbclient with type arguments of type DbRowModifier and TypeMethodDescription<T> TGet specific class instance representation of this row.<T> Tstatic DbResultDmlCreate new instance of DML statement execution result. -
Uses of DbRow in io.helidon.dbclient.jsonp
Methods in io.helidon.dbclient.jsonp with parameters of type DbRowModifier and TypeMethodDescriptionGet a JSON-P representation of this row. -
Uses of DbRow in io.helidon.dbclient.mongodb
Methods in io.helidon.dbclient.mongodb that return types with arguments of type DbRow