| java.lang.Object org.hsqldb.scriptio.ScriptWriterBase org.hsqldb.scriptio.ScriptWriterBinary org.hsqldb.scriptio.ScriptWriterZipped
ScriptWriterZipped | class ScriptWriterZipped extends ScriptWriterBinary (Code) | | author: fredt@users since: 1.7.2 version: 1.7.2 |
Method Summary | |
protected void | finishStream() This may not really be necessary, unless we add implementations where
non-compressed data is added to the end of the copressed part. | protected void | openFile() | public void | sync() Override the underlying method with no operation. |
finishStream | protected void finishStream() throws IOException(Code) | | This may not really be necessary, unless we add implementations where
non-compressed data is added to the end of the copressed part.
|
sync | public void sync()(Code) | | Override the underlying method with no operation.
|
Methods inherited from org.hsqldb.scriptio.ScriptWriterBinary | protected void addSessionId(Session session) throws IOException(Code)(Java Doc) protected void initBuffers()(Code)(Java Doc) public void writeCommitStatement(Session session) throws HsqlException, IOException(Code)(Java Doc) protected void writeDataTerm() throws IOException(Code)(Java Doc) public void writeDeleteStatement(Session session, Table table, Object[] ddata) throws HsqlException, IOException(Code)(Java Doc) public void writeInsertStatement(Session session, Table table, Object[] data) throws HsqlException, IOException(Code)(Java Doc) public void writeLogStatement(Session session, String s) throws IOException, HsqlException(Code)(Java Doc) protected void writeRow(Session session, Table t, Object[] data) throws IOException, HsqlException(Code)(Java Doc) public void writeSequenceStatement(Session session, NumberSequence seq) throws HsqlException, IOException(Code)(Java Doc) protected void writeSingleColumnResult(Result r) throws IOException, HsqlException(Code)(Java Doc) protected void writeTableInit(Table t) throws HsqlException, IOException(Code)(Java Doc) protected void writeTableTerm(Table t) throws IOException(Code)(Java Doc)
|
Methods inherited from org.hsqldb.scriptio.ScriptWriterBase | abstract protected void addSessionId(Session session) throws IOException(Code)(Java Doc) public void close() throws HsqlException(Code)(Java Doc) protected void finishStream() throws IOException(Code)(Java Doc) public int getWriteDelay()(Code)(Java Doc) abstract protected void initBuffers()(Code)(Java Doc) public static ScriptWriterBase newScriptWriter(Database db, String file, boolean includeCachedData, boolean newFile, int scriptType) throws HsqlException(Code)(Java Doc) protected void openFile() throws HsqlException(Code)(Java Doc) public void reopen() throws HsqlException(Code)(Java Doc) public void run()(Code)(Java Doc) public void setWriteDelay(int delay)(Code)(Java Doc) public long size()(Code)(Java Doc) public void start()(Code)(Java Doc) public void stop()(Code)(Java Doc) public synchronized void sync()(Code)(Java Doc) public void writeAll() throws HsqlException(Code)(Java Doc) abstract public void writeCommitStatement(Session session) throws HsqlException, IOException(Code)(Java Doc) protected void writeDDL() throws IOException, HsqlException(Code)(Java Doc) abstract protected void writeDataTerm() throws IOException(Code)(Java Doc) abstract public void writeDeleteStatement(Session session, Table table, Object[] data) throws HsqlException, IOException(Code)(Java Doc) protected void writeExistingData() throws HsqlException, IOException(Code)(Java Doc) abstract public void writeInsertStatement(Session session, Table table, Object[] data) throws HsqlException, IOException(Code)(Java Doc) abstract public void writeLogStatement(Session session, String s) throws IOException, HsqlException(Code)(Java Doc) abstract void writeRow(Session session, Table table, Object[] data) throws HsqlException, IOException(Code)(Java Doc) abstract public void writeSequenceStatement(Session session, NumberSequence seq) throws HsqlException, IOException(Code)(Java Doc) protected void writeSingleColumnResult(Result r) throws HsqlException, IOException(Code)(Java Doc) protected void writeTableInit(Table t) throws HsqlException, IOException(Code)(Java Doc) protected void writeTableTerm(Table t) throws HsqlException, IOException(Code)(Java Doc)
|
|
|