Uses of Enum Class
io.helidon.dbclient.DbStatementType
Packages that use DbStatementType
Package
Description
Reactive Database API for Helidon.
Helper classes to use in various implementations.
Helidon DB integration for reactive mongoDB.
-
Uses of DbStatementType in io.helidon.dbclient
Methods in io.helidon.dbclient that return DbStatementTypeModifier and TypeMethodDescriptionDbClientServiceContext.statementType()
Type of the statement being executed.static DbStatementType
Returns the enum constant of this class with the specified name.static DbStatementType[]
DbStatementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.dbclient with parameters of type DbStatementTypeModifier and TypeMethodDescriptionDbClientServiceContext.statementType
(DbStatementType type) Set the type of the statement. -
Uses of DbStatementType in io.helidon.dbclient.common
Methods in io.helidon.dbclient.common that return DbStatementTypeModifier and TypeMethodDescriptionprotected DbStatementType
AbstractStatement.statementType()
Type of this statement.DbStatementContext.statementType()
Statement type of this statement.Methods in io.helidon.dbclient.common that return types with arguments of type DbStatementTypeModifier and TypeMethodDescriptionprotected Set<DbStatementType>
DbClientServiceBase.DbClientServiceBuilderBase.statementTypes()
Set of statement types.Methods in io.helidon.dbclient.common with parameters of type DbStatementTypeModifier and TypeMethodDescriptionstatic DbStatementContext
DbStatementContext.create
(DbClientContext clientContext, DbStatementType statementType, String statementName, String statementText) Create a new instance of this class.protected String
AbstractDbExecute.generateName
(DbStatementType type, String statement) Generate a name for a statement.DbStatementContext.BuilderBase.statementType
(DbStatementType statementType) Configure statement type.DbClientServiceBase.DbClientServiceBuilderBase.statementTypes
(DbStatementType... types) Configure statement types this service will be triggered for.Method parameters in io.helidon.dbclient.common with type arguments of type DbStatementTypeModifier and TypeMethodDescriptionprotected B
DbClientServiceBase.DbClientServiceBuilderBase.statementTypes
(List<DbStatementType> types) Configures statement types from configuration. -
Uses of DbStatementType in io.helidon.dbclient.mongodb
Methods in io.helidon.dbclient.mongodb that return DbStatementType