Column Formats
 

The plugin allows to view the content of table column values in different formats. The available formats depend on the data type of the column. The selected formats for the last 10 queries will be saved into the workspace file (*.iws) if you select the option 'Save last table settings into workspace' on the 'Result' tab of the plugin settings dialog.

The following formats are available.

String formats

DefaultThe string as it was returned by the database
BytesThe bytes of the string using the default character set.
Bytes (ISO-8859-1)The bytes of the string using the ISO-8859-1 character set.
Bytes (UTF-8)The bytes of the string using the UTF-8 character set.
Bytes (UTF-16)The bytes of the string using the UTF-16 character set.
Flag (0 or 1)A checkbox which is selected if the string is equal to "1".

Number formats

DefaultThe string as returned by the toString() method of the number object.
DualA string representation of the number as an integer in base 2.
Flag (0 or 1)A checkbox which is selected if the number is equal to 1.
HexadecimalA string representation of the number as an integer in base 16.
JavaA represenation of the number as it would be used in Java source code.
MoneyAs money value in the current locale.
OctalA string representation of the number as an integer in base 8.

Date formats

DefaultA string representation of the date and time using the standard pattern of the current locale.
Date and TimeA string representation of the date and time using the standard pattern of the current locale.
Date onlyA string representation of the date without the time using the standard pattern of the current locale.
MillisThe number of milliseconds from 1.1.1970 0:00:00.
Time onlyA string representation of the time without the date using the standard pattern of the current locale.