Package io.trino.plugin.jdbc
Class QueryParameter
java.lang.Object
io.trino.plugin.jdbc.QueryParameter
-
Constructor Summary
ConstructorsConstructorDescriptionQueryParameter(JdbcTypeHandle jdbcType, Type type, Optional<Object> value) QueryParameter(Type type, Optional<Object> value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic QueryParameterfromValueAsBlock(Optional<JdbcTypeHandle> jdbcType, Type type, Block valueBlock) getType()getValue()inthashCode()toString()
-
Constructor Details
-
QueryParameter
-
QueryParameter
-
-
Method Details
-
fromValueAsBlock
public static QueryParameter fromValueAsBlock(Optional<JdbcTypeHandle> jdbcType, Type type, Block valueBlock) -
getJdbcType
-
getType
-
getValueBlock
-
getValue
-
equals
-
hashCode
public int hashCode() -
toString
-