java.lang.Object | +--com.ibm.lab.soln.sqleditor.sql.SQLWordStrategy
The formatting strategy that transforms SQL keywords to upper case
| Fields inherited from interface com.ibm.lab.soln.sqleditor.sql.ISQLSyntax |
allWords, constants, functions, predicates, reservedwords, types |
| Constructor Summary | |
SQLWordStrategy()
|
|
| Method Summary | |
java.lang.String |
format(java.lang.String content,
boolean isLineStart,
java.lang.String indentation,
int[] positions)
|
void |
formatterStarts(java.lang.String initialIndentation)
|
void |
formatterStops()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SQLWordStrategy()
| Method Detail |
public java.lang.String format(java.lang.String content,
boolean isLineStart,
java.lang.String indentation,
int[] positions)
format in interface org.eclipse.jface.text.formatter.IFormattingStrategyIFormattingStrategy.format(String, boolean, String, int[])public void formatterStarts(java.lang.String initialIndentation)
formatterStarts in interface org.eclipse.jface.text.formatter.IFormattingStrategyIFormattingStrategy.formatterStarts(String)public void formatterStops()
formatterStops in interface org.eclipse.jface.text.formatter.IFormattingStrategyIFormattingStrategy.formatterStops()