Class SQLToken
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.sql.SQLToken
-
-
Constructor Summary
Constructors Constructor Description SQLToken(SQLTokenType sqlTokenType, String token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLTokenType
getSqlTokenType()
String
getToken()
String
toString()
-
-
-
Constructor Detail
-
SQLToken
public SQLToken(SQLTokenType sqlTokenType, String token)
-
-
Method Detail
-
getSqlTokenType
public SQLTokenType getSqlTokenType()
-
getToken
public String getToken()
-
-