public class ConnectionParameter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCellReference()
Cell reference indicating which cell's value to use for the query parameter.
|
java.lang.String |
getName()
The name of the parameter.
|
java.lang.String |
getPrompt()
Prompt string for the parameter.
|
boolean |
getRefreshOnChange()
Flag indicating whether the query should automatically refresh when the contents of a
cell that provides the parameter value changes.
|
int |
getSqlType()
SQL data type of the parameter.
|
int |
getType()
Type of parameter used.
|
java.lang.Object |
getValue()
Non-integer numeric value,Integer value,String value or Boolean value
to use as the query parameter.
|
void |
setCellReference(java.lang.String value)
Cell reference indicating which cell's value to use for the query parameter.
|
void |
setName(java.lang.String value)
The name of the parameter.
|
void |
setPrompt(java.lang.String value)
Prompt string for the parameter.
|
void |
setRefreshOnChange(boolean value)
Flag indicating whether the query should automatically refresh when the contents of a
cell that provides the parameter value changes.
|
void |
setSqlType(int value)
SQL data type of the parameter.
|
void |
setType(int value)
Type of parameter used.
|
void |
setValue(java.lang.Object value)
Non-integer numeric value,Integer value,String value or Boolean value
to use as the query parameter.
|
public int getSqlType()
See SqlDataType.
public void setSqlType(int value)
See SqlDataType.
public boolean getRefreshOnChange()
public void setRefreshOnChange(boolean value)
public java.lang.String getPrompt()
public void setPrompt(java.lang.String value)
public int getType()
public void setType(int value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getCellReference()
public void setCellReference(java.lang.String value)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.