Uses of Enum Class
io.helidon.dbclient.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
Modifier 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.Modifier and TypeMethodDescriptionDbClientServiceContext.statementType
(DbStatementType type) Set the type of the statement. -
Uses of DbStatementType in io.helidon.dbclient.common
Modifier and TypeMethodDescriptionprotected DbStatementType
AbstractStatement.statementType()
Type of this statement.DbStatementContext.statementType()
Statement type of this statement.Modifier and TypeMethodDescriptionprotected Set<DbStatementType>
DbClientServiceBase.DbClientServiceBuilderBase.statementTypes()
Set of statement types.Modifier 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.Modifier and TypeMethodDescriptionprotected B
DbClientServiceBase.DbClientServiceBuilderBase.statementTypes
(List<DbStatementType> types) Configures statement types from configuration. -
Uses of DbStatementType in io.helidon.dbclient.mongodb