public class DatabaseExport extends Object
Modifier and Type | Field and Description |
---|---|
protected static char[] |
hexArray |
Constructor and Description |
---|
DatabaseExport() |
Modifier and Type | Method and Description |
---|---|
static String |
bytesToHex(byte[] bytes)
linked from here http://stackoverflow.com/questions/26603175/how-to-dump-byte-array-to-insert-into-sql-script-java-postgresql
|
static void |
main(String[] args) |
public static String bytesToHex(byte[] bytes)
bytes
- Copyright © 2008–2017 MIL-OSS. All rights reserved.