public class AssignSQLInfo extends Object implements Cloneable, Serializable
AssignSQLInfo class specifies the SQL command and how the result is assigned to the field in a Set
Fields action.| Constructor and Description |
|---|
AssignSQLInfo()
constructor
|
AssignSQLInfo(String server,
String sqlCommand,
int valueIndex,
int noMatchOption,
int multiMatchOption) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self
|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
int |
getMultiMatchOption() |
int |
getNoMatchOption() |
String |
getServer()
Returns string specifying the name of the server where the database is located.
|
String |
getSqlCommand()
Returns string specifying the SQL query to execute.
|
int |
getValueIndex()
Returns integer value indicating which of the selected columns contains the value to assign.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setMultiMatchOption(int multiMatchOption)
Sets integer value indicating the action to take if multiple rows match the selection criteria.
|
void |
setNoMatchOption(int noMatchOption)
Sets integer value indicating the action to take if no rows match the selection criteria.
|
void |
setServer(String server)
Sets string specifying the name of the server where the database is located.
|
void |
setSqlCommand(String sqlCommand)
Sets string specifying the SQL query to execute.
|
void |
setValueIndex(int valueIndex)
Sets integer value indicating which of the selected columns contains the value to assign.
|
String |
toString()
Returns a string description of the object.
|
public String getServer()
public void setServer(String server)
public String getSqlCommand()
public void setSqlCommand(String sqlCommand)
public int getValueIndex()
public void setValueIndex(int valueIndex)
public int getNoMatchOption()
public void setNoMatchOption(int noMatchOption)
noMatchOption - The possible constant values that this method can set are:
public int getMultiMatchOption()
public void setMultiMatchOption(int multiMatchOption)
multiMatchOption - The possible constant values that this method can set are:
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.