| org.hsqldb.rowio.RowInputBase org.hsqldb.rowio.RowInputText org.hsqldb.rowio.RowInputTextQuoted
RowInputTextQuoted | public class RowInputTextQuoted extends RowInputText (Code) | | Fields in the source file need not be quoted. Methods in this class unquote
the fields if they are quoted and handle quote character doubling in this
case.
author: sqlbob@users (RMP) version: 1.7.2 since: 1.7.0 |
setSource | public void setSource(String text, int pos, int byteSize)(Code) | | |
Methods inherited from org.hsqldb.rowio.RowInputText | protected boolean checkNull()(Code)(Java Doc) protected String getField(String sep, int sepLen, boolean isEnd) throws IOException(Code)(Java Doc) public int getLineNumber()(Code)(Java Doc) protected Long readBigint() throws IOException, HsqlException(Code)(Java Doc) protected Binary readBinary(int type) throws IOException, HsqlException(Code)(Java Doc) protected Boolean readBit() throws IOException, HsqlException(Code)(Java Doc) protected String readChar(int type) throws IOException(Code)(Java Doc) protected Date readDate() throws IOException, HsqlException(Code)(Java Doc) protected BigDecimal readDecimal() throws IOException, HsqlException(Code)(Java Doc) public int readIntData() throws IOException(Code)(Java Doc) protected Integer readInteger() throws IOException, HsqlException(Code)(Java Doc) public long readLongData() throws IOException(Code)(Java Doc) protected Object readOther() throws IOException, HsqlException(Code)(Java Doc) protected Double readReal(int type) throws IOException, HsqlException(Code)(Java Doc) public short readShortData() throws IOException(Code)(Java Doc) protected Integer readSmallint() throws IOException, HsqlException(Code)(Java Doc) public String readString() throws IOException(Code)(Java Doc) protected Time readTime() throws IOException, HsqlException(Code)(Java Doc) protected Timestamp readTimestamp() throws IOException, HsqlException(Code)(Java Doc) public int readType() throws IOException(Code)(Java Doc) public void reset()(Code)(Java Doc) public void setSource(String text, int pos, int byteSize)(Code)(Java Doc) public void skippedLine()(Code)(Java Doc)
|
Methods inherited from org.hsqldb.rowio.RowInputBase | abstract protected boolean checkNull() throws IOException(Code)(Java Doc) public byte[] getBuffer()(Code)(Java Doc) public int getPos()(Code)(Java Doc) public int getSize()(Code)(Java Doc) abstract protected Long readBigint() throws IOException, HsqlException(Code)(Java Doc) abstract protected Binary readBinary(int type) throws IOException, HsqlException(Code)(Java Doc) abstract protected Boolean readBit() throws IOException, HsqlException(Code)(Java Doc) abstract protected String readChar(int type) throws IOException, HsqlException(Code)(Java Doc) public Object[] readData(int[] colTypes) throws IOException, HsqlException(Code)(Java Doc) abstract protected Date readDate() throws IOException, HsqlException(Code)(Java Doc) abstract protected BigDecimal readDecimal() throws IOException, HsqlException(Code)(Java Doc) abstract public int readIntData() throws IOException(Code)(Java Doc) abstract protected Integer readInteger() throws IOException, HsqlException(Code)(Java Doc) public String readLine() throws IOException(Code)(Java Doc) abstract public long readLongData() throws IOException(Code)(Java Doc) abstract protected Object readOther() throws IOException, HsqlException(Code)(Java Doc) abstract protected Double readReal(int type) throws IOException, HsqlException(Code)(Java Doc) abstract protected Integer readSmallint() throws IOException, HsqlException(Code)(Java Doc) abstract public String readString() throws IOException(Code)(Java Doc) abstract protected Time readTime() throws IOException, HsqlException(Code)(Java Doc) abstract protected Timestamp readTimestamp() throws IOException, HsqlException(Code)(Java Doc) abstract public int readType() throws IOException(Code)(Java Doc) public void resetRow(int filepos, int rowsize) throws IOException(Code)(Java Doc) public int skipBytes(int n) throws IOException(Code)(Java Doc)
|
|
|