|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFourMS.UpdateOpticalComponentList.SQLAccessClass
class UpdateOpticalComponentList.SQLAccessClass
Inner class which is used to store the details of how we will use SQL to access the data asssociated with the optical components in the selectable mechanisms
Field Summary | |
---|---|
OpticalComponentType |
ElementType
|
java.lang.String |
FieldName
|
java.lang.String |
OrderByAttribute
|
java.lang.String |
PositionField
This is the name of the field in the database query response which corresponds to the attribute which is holding the position field |
Constructor Summary | |
---|---|
UpdateOpticalComponentList.SQLAccessClass(java.lang.String OrderByAttribute,
java.lang.String FieldName,
OpticalComponentType ElementType)
Constructor |
Method Summary | |
---|---|
java.lang.String |
generateSQLString(java.lang.String InstrumentName,
java.lang.String MechanismName)
This method will be used to create the SQL which will be used to extract the data from the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String OrderByAttribute
public java.lang.String FieldName
public OpticalComponentType ElementType
public java.lang.String PositionField
Constructor Detail |
---|
UpdateOpticalComponentList.SQLAccessClass(java.lang.String OrderByAttribute, java.lang.String FieldName, OpticalComponentType ElementType)
Method Detail |
---|
public java.lang.String generateSQLString(java.lang.String InstrumentName, java.lang.String MechanismName)
InstrumentName
- This is the name of the instrument which is to be included into the SQL statement.MechanismName
- This is the name of the mechanism
which we are to look up.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |