| org.h2.command.dml.ScriptBase org.h2.command.dml.ScriptCommand
ScriptCommand | public class ScriptCommand extends ScriptBase (Code) | | This class represents the statement
SCRIPT
|
combineBlob | public static InputStream combineBlob(Connection conn, int id) throws SQLException, IOException(Code) | | Combine a BLOB.
This method is called from the script.
When calling with id -1, the file is deleted.
Parameters: conn - a connection Parameters: id - the lob id a stream for the combined data |
combineClob | public static Reader combineClob(Connection conn, int id) throws SQLException, IOException(Code) | | Combine a CLOB.
This method is called from the script.
Parameters: conn - a connection Parameters: id - the lob id a reader for the combined data |
isQuery | public boolean isQuery()(Code) | | |
setData | public void setData(boolean data)(Code) | | |
setDrop | public void setDrop(boolean drop)(Code) | | |
setLobBlockSize | public void setLobBlockSize(long blockSize)(Code) | | |
setPasswords | public void setPasswords(boolean passwords)(Code) | | |
setSettings | public void setSettings(boolean settings)(Code) | | |
setSimple | public void setSimple(boolean simple)(Code) | | |
|
|