org.seasar.extension.sql
インタフェース SqlTokenizer
- 既知の実装クラスの一覧:
- SqlTokenizerImpl
- public interface SqlTokenizer
- 作成者:
- higa
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.