Uses of Class
io.apicurio.registry.storage.impl.sql.jdb.SqlParamType
-
Packages that use SqlParamType Package Description io.apicurio.registry.storage.impl.sql.jdb -
-
Uses of SqlParamType in io.apicurio.registry.storage.impl.sql.jdb
Methods in io.apicurio.registry.storage.impl.sql.jdb that return SqlParamType Modifier and Type Method Description static SqlParamTypeSqlParamType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlParamType[]SqlParamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.apicurio.registry.storage.impl.sql.jdb with parameters of type SqlParamType Constructor Description SqlParam(int position, Object value, SqlParamType type)Constructor.
-