|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.edit.sql.SQLStatements.SQLBuiltInFunctions
public class SQLBuiltInFunctions
| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
SQLBuiltInFunctions()
|
|
| Method Summary | |
|---|---|
static SQLBuiltInFunction |
getBIF(String name)
|
static boolean |
isAsSubqueryClause(String text)
Indicates whether or not the specified clause is an AS subquery clase |
static boolean |
isBIF(String text)
Indicates whether or not the specified string is a built-in function |
static boolean |
isBIFKwd(String text)
Indicates whether or not the specified string is a built-in function keyword |
static boolean |
isPrimaryKeyColumnConstraint(StringBuffer statementBuffer,
String text)
Indicates whether or not there is a primary key constraint being specified |
static boolean |
isValidClause(String text,
ISQLItem item)
Indicates whether or not the specified caluse is a valid clause |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Copyright
| Constructor Detail |
|---|
public SQLBuiltInFunctions()
| Method Detail |
|---|
public static boolean isBIF(String text)
text - The text to check
public static boolean isBIFKwd(String text)
text - The text to check
public static boolean isAsSubqueryClause(String text)
text - the text to test
public static boolean isValidClause(String text,
ISQLItem item)
text - the text to textitem - the current SQL item
public static boolean isPrimaryKeyColumnConstraint(StringBuffer statementBuffer,
String text)
statementBuffer - the statement buffer to checktext - the current text to check
public static SQLBuiltInFunction getBIF(String name)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||