Uses of Interface
com.clickhouse.jdbc.parser.CharStream
-
Packages that use CharStream Package Description com.clickhouse.jdbc.parser -
-
Uses of CharStream in com.clickhouse.jdbc.parser
Classes in com.clickhouse.jdbc.parser that implement CharStream Modifier and Type Class Description classAbstractCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).classSimpleCharStreamAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
-