org.seasar.extension.sql
インタフェース SqlTokenizer

既知の実装クラスの一覧:
SqlTokenizerImpl

public interface SqlTokenizer

作成者:
higa

フィールドの概要
static int BIND_VARIABLE
           
static int COMMENT
           
static int ELSE
           
static int EOF
           
static int SQL
           
 
メソッドの概要
 String getAfter()
           
 String getBefore()
           
 int getNextTokenType()
           
 int getPosition()
           
 String getSql()
           
 String getToken()
           
 int getTokenType()
           
 int next()
           
 String skipToken()
           
 String skipWhitespace()
           
 

フィールドの詳細

SQL

public static final int SQL
関連項目:
定数フィールド値

COMMENT

public static final int COMMENT
関連項目:
定数フィールド値

ELSE

public static final int ELSE
関連項目:
定数フィールド値

BIND_VARIABLE

public static final int BIND_VARIABLE
関連項目:
定数フィールド値

EOF

public static final int EOF
関連項目:
定数フィールド値
メソッドの詳細

getToken

public String getToken()

getSql

public String getSql()

getBefore

public String getBefore()

getAfter

public String getAfter()

getPosition

public int getPosition()

getTokenType

public int getTokenType()

getNextTokenType

public int getNextTokenType()

next

public int next()

skipToken

public String skipToken()

skipWhitespace

public String skipWhitespace()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.