com.esri.arcgisws
Class SQLSyntaxInfo

java.lang.Object
  extended by com.esri.arcgisws.SQLSyntaxInfo
All Implemented Interfaces:
Serializable

public class SQLSyntaxInfo
extends Object
implements Serializable

Java class for SQLSyntaxInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SQLSyntaxInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FunctionNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
         <element name="SpecialCharacters" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
         <element name="SupportedPredicates" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="SupportedClauses" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="IdentifierCase" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DelimitedIdentifierCase" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="StringComparisonCase" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Keywords" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="InvalidCharacters" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="InvalidStartingCharacters" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SQLSyntaxInfo()
          SQLSyntaxInfo default constructor.
SQLSyntaxInfo(PropertySet functionNames, PropertySet specialCharacters, String[] supportedPredicates, String[] supportedClauses, boolean identifierCase, boolean delimitedIdentifierCase, boolean stringComparisonCase, String[] keywords, String invalidCharacters, String invalidStartingCharacters)
          Deprecated. 
 
Method Summary
 PropertySet getFunctionNames()
          Gets the value of the functionNames property.
 String getInvalidCharacters()
          Gets the value of the invalidCharacters property.
 String getInvalidStartingCharacters()
          Gets the value of the invalidStartingCharacters property.
 String[] getKeywords()
          Gets the value of the keywords property.
 PropertySet getSpecialCharacters()
          Gets the value of the specialCharacters property.
 String[] getSupportedClauses()
          Gets the value of the supportedClauses property.
 String[] getSupportedPredicates()
          Gets the value of the supportedPredicates property.
 boolean isDelimitedIdentifierCase()
          Gets the value of the delimitedIdentifierCase property.
 boolean isIdentifierCase()
          Gets the value of the identifierCase property.
 boolean isStringComparisonCase()
          Gets the value of the stringComparisonCase property.
 void setDelimitedIdentifierCase(boolean value)
          Sets the value of the delimitedIdentifierCase property.
 void setFunctionNames(PropertySet value)
          Sets the value of the functionNames property.
 void setIdentifierCase(boolean value)
          Sets the value of the identifierCase property.
 void setInvalidCharacters(String value)
          Sets the value of the invalidCharacters property.
 void setInvalidStartingCharacters(String value)
          Sets the value of the invalidStartingCharacters property.
 void setKeywords(String[] value)
          Sets the value of the keywords property.
 void setSpecialCharacters(PropertySet value)
          Sets the value of the specialCharacters property.
 void setStringComparisonCase(boolean value)
          Sets the value of the stringComparisonCase property.
 void setSupportedClauses(String[] value)
          Sets the value of the supportedClauses property.
 void setSupportedPredicates(String[] value)
          Sets the value of the supportedPredicates property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLSyntaxInfo

@Deprecated
public SQLSyntaxInfo(PropertySet functionNames,
                                PropertySet specialCharacters,
                                String[] supportedPredicates,
                                String[] supportedClauses,
                                boolean identifierCase,
                                boolean delimitedIdentifierCase,
                                boolean stringComparisonCase,
                                String[] keywords,
                                String invalidCharacters,
                                String invalidStartingCharacters)
Deprecated. 

SQLSyntaxInfo constructor.


SQLSyntaxInfo

public SQLSyntaxInfo()
SQLSyntaxInfo default constructor.

Method Detail

getFunctionNames

public PropertySet getFunctionNames()
Gets the value of the functionNames property.

Returns:
possible object is PropertySet

setFunctionNames

public void setFunctionNames(PropertySet value)
Sets the value of the functionNames property.

Parameters:
value - allowed object is PropertySet

getSpecialCharacters

public PropertySet getSpecialCharacters()
Gets the value of the specialCharacters property.

Returns:
possible object is PropertySet

setSpecialCharacters

public void setSpecialCharacters(PropertySet value)
Sets the value of the specialCharacters property.

Parameters:
value - allowed object is PropertySet

getSupportedPredicates

public String[] getSupportedPredicates()
Gets the value of the supportedPredicates property.

Returns:
possible object is []

setSupportedPredicates

public void setSupportedPredicates(String[] value)
Sets the value of the supportedPredicates property.

Parameters:
value - allowed object is []

getSupportedClauses

public String[] getSupportedClauses()
Gets the value of the supportedClauses property.

Returns:
possible object is []

setSupportedClauses

public void setSupportedClauses(String[] value)
Sets the value of the supportedClauses property.

Parameters:
value - allowed object is []

isIdentifierCase

public boolean isIdentifierCase()
Gets the value of the identifierCase property.


setIdentifierCase

public void setIdentifierCase(boolean value)
Sets the value of the identifierCase property.


isDelimitedIdentifierCase

public boolean isDelimitedIdentifierCase()
Gets the value of the delimitedIdentifierCase property.


setDelimitedIdentifierCase

public void setDelimitedIdentifierCase(boolean value)
Sets the value of the delimitedIdentifierCase property.


isStringComparisonCase

public boolean isStringComparisonCase()
Gets the value of the stringComparisonCase property.


setStringComparisonCase

public void setStringComparisonCase(boolean value)
Sets the value of the stringComparisonCase property.


getKeywords

public String[] getKeywords()
Gets the value of the keywords property.

Returns:
possible object is []

setKeywords

public void setKeywords(String[] value)
Sets the value of the keywords property.

Parameters:
value - allowed object is []

getInvalidCharacters

public String getInvalidCharacters()
Gets the value of the invalidCharacters property.

Returns:
possible object is String

setInvalidCharacters

public void setInvalidCharacters(String value)
Sets the value of the invalidCharacters property.

Parameters:
value - allowed object is String

getInvalidStartingCharacters

public String getInvalidStartingCharacters()
Gets the value of the invalidStartingCharacters property.

Returns:
possible object is String

setInvalidStartingCharacters

public void setInvalidStartingCharacters(String value)
Sets the value of the invalidStartingCharacters property.

Parameters:
value - allowed object is String