| java.lang.Object workbench.gui.components.BlobHandler
BlobHandler | public class BlobHandler (Code) | | author: support@sql-workbench.net |
BlobHandler | public BlobHandler()(Code) | | |
getBlobAsArray | public byte[] getBlobAsArray(Object value)(Code) | | |
isChanged | public boolean isChanged()(Code) | | |
setToNull | public boolean setToNull()(Code) | | |
showBlobAsImage | public void showBlobAsImage(Object value)(Code) | | |
showBlobAsText | public void showBlobAsText(Object value)(Code) | | |
showBlobAsText | public boolean showBlobAsText(Dialog parent, Object value, String encoding)(Code) | | Display the blob content as a text with the specified encoding.
The window will allow editing of the data, if the user changed the
data and closed the window using the OK button, this method will
return true. In this case the blob value will be updated with
the binary representation of the text using the specified encoding
|
showBlobInfoDialog | public void showBlobInfoDialog(Frame parent, Object blobValue)(Code) | | |
|
|