com.esri.arcgisws
Class SQLSyntaxInfo

java.lang.Object
  extended bycom.esri.arcgisws.SQLSyntaxInfo
All Implemented Interfaces:
java.io.Serializable

public class SQLSyntaxInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SQLSyntaxInfo()
           
SQLSyntaxInfo(PropertySet functionNames, PropertySet specialCharacters, java.lang.String[] supportedPredicates, java.lang.String[] supportedClauses, boolean identifierCase, boolean delimitedIdentifierCase, boolean stringComparisonCase, java.lang.String[] keywords, java.lang.String invalidCharacters, java.lang.String invalidStartingCharacters)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 PropertySet getFunctionNames()
          Gets the functionNames value for this SQLSyntaxInfo.
 java.lang.String getInvalidCharacters()
          Gets the invalidCharacters value for this SQLSyntaxInfo.
 java.lang.String getInvalidStartingCharacters()
          Gets the invalidStartingCharacters value for this SQLSyntaxInfo.
 java.lang.String[] getKeywords()
          Gets the keywords value for this SQLSyntaxInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 PropertySet getSpecialCharacters()
          Gets the specialCharacters value for this SQLSyntaxInfo.
 java.lang.String[] getSupportedClauses()
          Gets the supportedClauses value for this SQLSyntaxInfo.
 java.lang.String[] getSupportedPredicates()
          Gets the supportedPredicates value for this SQLSyntaxInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isDelimitedIdentifierCase()
          Gets the delimitedIdentifierCase value for this SQLSyntaxInfo.
 boolean isIdentifierCase()
          Gets the identifierCase value for this SQLSyntaxInfo.
 boolean isStringComparisonCase()
          Gets the stringComparisonCase value for this SQLSyntaxInfo.
 void setDelimitedIdentifierCase(boolean delimitedIdentifierCase)
          Sets the delimitedIdentifierCase value for this SQLSyntaxInfo.
 void setFunctionNames(PropertySet functionNames)
          Sets the functionNames value for this SQLSyntaxInfo.
 void setIdentifierCase(boolean identifierCase)
          Sets the identifierCase value for this SQLSyntaxInfo.
 void setInvalidCharacters(java.lang.String invalidCharacters)
          Sets the invalidCharacters value for this SQLSyntaxInfo.
 void setInvalidStartingCharacters(java.lang.String invalidStartingCharacters)
          Sets the invalidStartingCharacters value for this SQLSyntaxInfo.
 void setKeywords(java.lang.String[] keywords)
          Sets the keywords value for this SQLSyntaxInfo.
 void setSpecialCharacters(PropertySet specialCharacters)
          Sets the specialCharacters value for this SQLSyntaxInfo.
 void setStringComparisonCase(boolean stringComparisonCase)
          Sets the stringComparisonCase value for this SQLSyntaxInfo.
 void setSupportedClauses(java.lang.String[] supportedClauses)
          Sets the supportedClauses value for this SQLSyntaxInfo.
 void setSupportedPredicates(java.lang.String[] supportedPredicates)
          Sets the supportedPredicates value for this SQLSyntaxInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLSyntaxInfo

public SQLSyntaxInfo()

SQLSyntaxInfo

public SQLSyntaxInfo(PropertySet functionNames,
                     PropertySet specialCharacters,
                     java.lang.String[] supportedPredicates,
                     java.lang.String[] supportedClauses,
                     boolean identifierCase,
                     boolean delimitedIdentifierCase,
                     boolean stringComparisonCase,
                     java.lang.String[] keywords,
                     java.lang.String invalidCharacters,
                     java.lang.String invalidStartingCharacters)
Method Detail

getFunctionNames

public PropertySet getFunctionNames()
Gets the functionNames value for this SQLSyntaxInfo.

Returns:
functionNames

setFunctionNames

public void setFunctionNames(PropertySet functionNames)
Sets the functionNames value for this SQLSyntaxInfo.

Parameters:
functionNames -

getSpecialCharacters

public PropertySet getSpecialCharacters()
Gets the specialCharacters value for this SQLSyntaxInfo.

Returns:
specialCharacters

setSpecialCharacters

public void setSpecialCharacters(PropertySet specialCharacters)
Sets the specialCharacters value for this SQLSyntaxInfo.

Parameters:
specialCharacters -

getSupportedPredicates

public java.lang.String[] getSupportedPredicates()
Gets the supportedPredicates value for this SQLSyntaxInfo.

Returns:
supportedPredicates

setSupportedPredicates

public void setSupportedPredicates(java.lang.String[] supportedPredicates)
Sets the supportedPredicates value for this SQLSyntaxInfo.

Parameters:
supportedPredicates -

getSupportedClauses

public java.lang.String[] getSupportedClauses()
Gets the supportedClauses value for this SQLSyntaxInfo.

Returns:
supportedClauses

setSupportedClauses

public void setSupportedClauses(java.lang.String[] supportedClauses)
Sets the supportedClauses value for this SQLSyntaxInfo.

Parameters:
supportedClauses -

isIdentifierCase

public boolean isIdentifierCase()
Gets the identifierCase value for this SQLSyntaxInfo.

Returns:
identifierCase

setIdentifierCase

public void setIdentifierCase(boolean identifierCase)
Sets the identifierCase value for this SQLSyntaxInfo.

Parameters:
identifierCase -

isDelimitedIdentifierCase

public boolean isDelimitedIdentifierCase()
Gets the delimitedIdentifierCase value for this SQLSyntaxInfo.

Returns:
delimitedIdentifierCase

setDelimitedIdentifierCase

public void setDelimitedIdentifierCase(boolean delimitedIdentifierCase)
Sets the delimitedIdentifierCase value for this SQLSyntaxInfo.

Parameters:
delimitedIdentifierCase -

isStringComparisonCase

public boolean isStringComparisonCase()
Gets the stringComparisonCase value for this SQLSyntaxInfo.

Returns:
stringComparisonCase

setStringComparisonCase

public void setStringComparisonCase(boolean stringComparisonCase)
Sets the stringComparisonCase value for this SQLSyntaxInfo.

Parameters:
stringComparisonCase -

getKeywords

public java.lang.String[] getKeywords()
Gets the keywords value for this SQLSyntaxInfo.

Returns:
keywords

setKeywords

public void setKeywords(java.lang.String[] keywords)
Sets the keywords value for this SQLSyntaxInfo.

Parameters:
keywords -

getInvalidCharacters

public java.lang.String getInvalidCharacters()
Gets the invalidCharacters value for this SQLSyntaxInfo.

Returns:
invalidCharacters

setInvalidCharacters

public void setInvalidCharacters(java.lang.String invalidCharacters)
Sets the invalidCharacters value for this SQLSyntaxInfo.

Parameters:
invalidCharacters -

getInvalidStartingCharacters

public java.lang.String getInvalidStartingCharacters()
Gets the invalidStartingCharacters value for this SQLSyntaxInfo.

Returns:
invalidStartingCharacters

setInvalidStartingCharacters

public void setInvalidStartingCharacters(java.lang.String invalidStartingCharacters)
Sets the invalidStartingCharacters value for this SQLSyntaxInfo.

Parameters:
invalidStartingCharacters -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer