Uses of Enum Class
org.infinispan.persistence.sql.AbstractSchemaJdbcStore.ProtostreamFieldType
Packages that use AbstractSchemaJdbcStore.ProtostreamFieldType
Package
Description
This package contains a
AdvancedLoadWriteStore implementation based on
a JDBC database connection.-
Uses of AbstractSchemaJdbcStore.ProtostreamFieldType in org.infinispan.persistence.sql
Methods in org.infinispan.persistence.sql that return AbstractSchemaJdbcStore.ProtostreamFieldTypeModifier and TypeMethodDescriptionprotected static AbstractSchemaJdbcStore.ProtostreamFieldTypeAbstractSchemaJdbcStore.ProtostreamFieldType.from(int sqlType) AbstractSchemaJdbcStore.Parameter.getType()Returns the enum constant of this class with the specified name.AbstractSchemaJdbcStore.ProtostreamFieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.persistence.sql with parameters of type AbstractSchemaJdbcStore.ProtostreamFieldTypeModifier and TypeMethodDescriptionprotected voidAbstractSchemaJdbcStore.SchemaTableOperations.setParameter(PreparedStatement ps, AbstractSchemaJdbcStore.ProtostreamFieldType type, int position, org.infinispan.commons.dataconversion.internal.Json json) This method assigns a parameter based on the type using the parameter type.