Uses of Class
com.mckoi.database.sql.SimpleCharStream
-
Packages that use SimpleCharStream Package Description com.mckoi.database.sql These classes parse SQL statements in Mckoi. -
-
Uses of SimpleCharStream in com.mckoi.database.sql
Methods in com.mckoi.database.sql with parameters of type SimpleCharStream Modifier and Type Method Description voidSQLTokenManager. ReInit(SimpleCharStream stream)voidSQLTokenManager. ReInit(SimpleCharStream stream, int lexState)Constructors in com.mckoi.database.sql with parameters of type SimpleCharStream Constructor Description SQLTokenManager(SimpleCharStream stream)SQLTokenManager(SimpleCharStream stream, int lexState)
-