Uses of Enum Class
io.helidon.dbclient.DbStatementType
Packages that use DbStatementType
-
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 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 with parameters of type DbStatementTypeModifier and TypeMethodDescriptionDbClientServiceContext.statementType(DbStatementType type) Set the type of the statement.