|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.AssignSQLInfo
public class AssignSQLInfo
The AssignSQLInfo
class specifies the SQL command and how the result is assigned to the field in a Set
Fields action.
Constructor Summary | |
---|---|
AssignSQLInfo()
constructor |
|
AssignSQLInfo(String server,
String sqlCommand,
int valueIndex,
int noMatchOption,
int multiMatchOption)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssignSQLInfo()
public AssignSQLInfo(String server, String sqlCommand, int valueIndex, int noMatchOption, int multiMatchOption)
Method Detail |
---|
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 Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |