|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.SQLSyntaxInfo
public class SQLSyntaxInfo
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>
| 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 |
|---|
@Deprecated
public SQLSyntaxInfo(PropertySet functionNames,
PropertySet specialCharacters,
String[] supportedPredicates,
String[] supportedClauses,
boolean identifierCase,
boolean delimitedIdentifierCase,
boolean stringComparisonCase,
String[] keywords,
String invalidCharacters,
String invalidStartingCharacters)
public SQLSyntaxInfo()
| Method Detail |
|---|
public PropertySet getFunctionNames()
PropertySetpublic void setFunctionNames(PropertySet value)
value - allowed object is
PropertySetpublic PropertySet getSpecialCharacters()
PropertySetpublic void setSpecialCharacters(PropertySet value)
value - allowed object is
PropertySetpublic String[] getSupportedPredicates()
[] public void setSupportedPredicates(String[] value)
value - allowed object is
[] public String[] getSupportedClauses()
[] public void setSupportedClauses(String[] value)
value - allowed object is
[] public boolean isIdentifierCase()
public void setIdentifierCase(boolean value)
public boolean isDelimitedIdentifierCase()
public void setDelimitedIdentifierCase(boolean value)
public boolean isStringComparisonCase()
public void setStringComparisonCase(boolean value)
public String[] getKeywords()
[] public void setKeywords(String[] value)
value - allowed object is
[] public String getInvalidCharacters()
Stringpublic void setInvalidCharacters(String value)
value - allowed object is
Stringpublic String getInvalidStartingCharacters()
Stringpublic void setInvalidStartingCharacters(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||