ij.plugin.frame.jedit.tokenmarker
Class TSQLTokenMarker

java.lang.Object
  extended by ij.plugin.frame.jedit.tokenmarker.TokenMarker
      extended by ij.plugin.frame.jedit.tokenmarker.SQLTokenMarker
          extended by ij.plugin.frame.jedit.tokenmarker.TSQLTokenMarker

public class TSQLTokenMarker
extends SQLTokenMarker

Transact-SQL token marker.

Version:
$Id: TSQLTokenMarker.java,v 1.9 1999/12/13 03:40:30 sp Exp $
Author:
mike dillon

Nested Class Summary
 
Nested classes/interfaces inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
TokenMarker.LineInfo
 
Constructor Summary
TSQLTokenMarker()
           
 
Method Summary
static KeywordMap getKeywordMap()
           
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.SQLTokenMarker
markTokensImpl
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
deleteLines, getLineCount, insertLines, isNextLineRequested, markTokens, supportsMultilineTokens
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSQLTokenMarker

public TSQLTokenMarker()
Method Detail

getKeywordMap

public static KeywordMap getKeywordMap()