| Package | Description |
|---|---|
| net.snowflake.common.core |
| Modifier and Type | Field and Description |
|---|---|
static SFBinary |
SFBinary.EMPTY
An empty SFBinary.
|
static SFBinary |
SFBinary.MAXIMUM
Special SFBinary that is greater than all others.
|
| Modifier and Type | Method and Description |
|---|---|
SFBinary |
SFBinary.concat(SFBinary other)
Concatenates two binary values.
|
static SFBinary |
SFBinary.fromBase64(String str)
Creates an SFBinary by decoding a Base64-encoded string (RFC 4648).
|
static SFBinary |
SFBinary.fromHex(String str)
Creates an SFBinary by decoding a hex-encoded string (uppercase letters).
|
abstract SFBinary |
SFBinaryFormat.parse(String string)
Parse a binary value as a string.
|
SFBinary |
SFBinary.substring(int start,
int end)
Returns a new SFBinary that is a substring of this SFBinary.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SFBinary.compareTo(SFBinary other)
Compares SFBinary
|
SFBinary |
SFBinary.concat(SFBinary other)
Concatenates two binary values.
|
abstract String |
SFBinaryFormat.format(SFBinary binary)
Format a binary value as a string.
|
Copyright © 2020. All rights reserved.