public SQLOperatorArg(String newName, int newType)(Code)
Constructs a new instance of SQLOperatorArg with the given name and JDBC typecode.
Parameters: newName - argument name Parameters: newType - JDBC sql type.
Overrides default implementation to account for member variables.
Parameters: refObj - to be checked for equality true if refObj equals this; false otherwise