Uses of Enum Class
io.helidon.dbclient.DbStatementType
Packages that use DbStatementType
Package
Description
Helidon Database Client API.
Helidon Database Client 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.DbClientServiceContextImpl.statementType()abstract DbStatementTypeDbStatementBase.statementType()Get the statement type.static DbStatementTypeReturns 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 that return types with arguments of type DbStatementTypeModifier and TypeMethodDescriptionprotected Set<DbStatementType> DbClientServiceBase.BuilderBase.statementTypes()Set of statement types.Methods in io.helidon.dbclient with parameters of type DbStatementTypeModifier and TypeMethodDescriptionstatic DbClientServiceContextDbClientServiceContext.create(DbExecuteContext execContext, DbStatementType stmtType, CompletionStage<Void> stmtFuture, CompletionStage<Long> queryFuture, DbStatementParameters stmtParams) Create a new client service context.protected StringDbExecuteBase.generateName(DbStatementType type, String statement) Generate a name for a statement.DbClientServiceBase.BuilderBase.statementTypes(DbStatementType... types) Configure statement types this service will be triggered for.Method parameters in io.helidon.dbclient with type arguments of type DbStatementTypeModifier and TypeMethodDescriptionprotected BDbClientServiceBase.BuilderBase.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 DbStatementTypeModifier and TypeMethodDescriptionMongoDbStatementDml.statementType()MongoDbStatementGet.statementType()MongoDbStatementQuery.statementType()