|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils.ASASQLSyntax
public class ASASQLSyntax
Constructor Summary | |
---|---|
ASASQLSyntax()
|
Method Summary | |
---|---|
java.lang.Object[] |
getAllWords()
Gets an array of arrays containing all SQL words, including keywords, constants, predicates, data types names, and function names. |
java.lang.String[] |
getConstants()
Gets an array of SQL constants. |
java.lang.String[] |
getFunctions()
Gets an array of SQL built-in function names. |
java.lang.String[] |
getGlobalVariables()
Gets an array of global variables supported by this database. |
java.lang.String[] |
getPredicates()
Gets an array of SQL predicates. |
java.lang.String[] |
getReservedwords()
Gets an array of SQL reserved keywords. |
java.lang.String[] |
getSingleLineComments()
Gets an array of SQL single line comments. |
java.lang.String[] |
getTypes()
Gets an array of SQL datatype names. |
java.lang.String[] |
getUnreservedwords()
Gets an array of SQL unreserved keywords. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASASQLSyntax()
Method Detail |
---|
public java.lang.String[] getFunctions()
ISQLSyntax
getFunctions
in interface ISQLSyntax
public java.lang.String[] getPredicates()
ISQLSyntax
getPredicates
in interface ISQLSyntax
public java.lang.String[] getReservedwords()
ISQLSyntax
getReservedwords
in interface ISQLSyntax
public java.lang.String[] getUnreservedwords()
ISQLSyntax
getUnreservedwords
in interface ISQLSyntax
public java.lang.String[] getTypes()
ISQLSyntax
getTypes
in interface ISQLSyntax
public java.lang.Object[] getAllWords()
ISQLSyntax
getAllWords
in interface ISQLSyntax
public java.lang.String[] getConstants()
ISQLSyntax
getConstants
in interface ISQLSyntax
public java.lang.String[] getSingleLineComments()
ISQLSyntax
getSingleLineComments
in interface ISQLSyntax
public java.lang.String[] getGlobalVariables()
ISQLSyntax
getGlobalVariables
in interface ISQLSyntax
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |