Uses of Class
org.infinispan.persistence.sql.AbstractSchemaJdbcStore.ProtostreamFieldType
-
Packages that use AbstractSchemaJdbcStore.ProtostreamFieldType Package Description org.infinispan.persistence.sql This package contains aAdvancedLoadWriteStoreimplementation based on a JDBC database connection. -
-
Uses of AbstractSchemaJdbcStore.ProtostreamFieldType in org.infinispan.persistence.sql
Methods in org.infinispan.persistence.sql that return AbstractSchemaJdbcStore.ProtostreamFieldType Modifier and Type Method Description protected static AbstractSchemaJdbcStore.ProtostreamFieldTypeAbstractSchemaJdbcStore.ProtostreamFieldType. from(int sqlType)AbstractSchemaJdbcStore.ProtostreamFieldTypeAbstractSchemaJdbcStore.Parameter. getType()static AbstractSchemaJdbcStore.ProtostreamFieldTypeAbstractSchemaJdbcStore.ProtostreamFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractSchemaJdbcStore.ProtostreamFieldType[]AbstractSchemaJdbcStore.ProtostreamFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.persistence.sql with parameters of type AbstractSchemaJdbcStore.ProtostreamFieldType Modifier and Type Method Description protected 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.
-