public class SqlParameter extends Object
| Constructor and Description |
|---|
SqlParameter(org.apache.calcite.avatica.SqlType type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.calcite.avatica.SqlType |
getType() |
org.apache.calcite.avatica.remote.TypedValue |
getTypedValue() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
public Object getValue()
public org.apache.calcite.avatica.SqlType getType()
public org.apache.calcite.avatica.remote.TypedValue getTypedValue()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.