|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.SQLInfo
The SQLInfo
class represents the filter/active link
action used to submit any legal SQL command to the database.
Warning Because AR System passes direct SQL commands to the database without checking the syntax, all commands are submitted to the database. It is the programmer?s responsibility to ensure that all submitted commands achieve the desired result.
Constructor Summary | |
SQLInfo()
constructor |
|
SQLInfo(java.lang.String server,
java.lang.String command)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
java.lang.String |
getCommand()
Returns the SQL command that you want to submit to the database. |
java.lang.String |
getServer()
Returns the AR System server where you want to run the SQL command. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setCommand(java.lang.String command)
Sets the SQL command that you want to submit to the database. |
void |
setServer(java.lang.String server)
Sets the AR System server where you want to run the SQL command. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLInfo()
public SQLInfo(java.lang.String server, java.lang.String command)
Method Detail |
public java.lang.String getServer()
public void setServer(java.lang.String server)
public java.lang.String getCommand()
public void setCommand(java.lang.String command)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |