| Modifier and Type | Field and Description |
|---|---|
static Class<BinaryType> |
DataTypeManager.DefaultDataClasses.VARBINARY |
| Modifier and Type | Method and Description |
|---|---|
int |
BinaryType.compareTo(BinaryType o) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryType |
FunctionMethods.aes_decrypt(BinaryType dataBytes,
BinaryType keyBytes) |
static BinaryType |
FunctionMethods.aes_encrypt(BinaryType dataBytes,
BinaryType keyBytes) |
static BinaryType |
FunctionMethods.digest(byte[] plainText,
String algorithm) |
static BinaryType |
FunctionMethods.md5(BinaryType plainText) |
static BinaryType |
FunctionMethods.md5(String plainText) |
static BinaryType |
FunctionMethods.sha1(BinaryType plainText) |
static BinaryType |
FunctionMethods.sha1(String plainText) |
static BinaryType |
FunctionMethods.sha2_256(BinaryType plainText) |
static BinaryType |
FunctionMethods.sha2_256(String plainText) |
static BinaryType |
FunctionMethods.sha2_512(BinaryType plainText) |
static BinaryType |
FunctionMethods.sha2_512(String plainText) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryType |
FunctionMethods.aes_decrypt(BinaryType dataBytes,
BinaryType keyBytes) |
static BinaryType |
FunctionMethods.aes_encrypt(BinaryType dataBytes,
BinaryType keyBytes) |
static BinaryType |
FunctionMethods.md5(BinaryType plainText) |
static BinaryType |
FunctionMethods.sha1(BinaryType plainText) |
static BinaryType |
FunctionMethods.sha2_256(BinaryType plainText) |
static BinaryType |
FunctionMethods.sha2_512(BinaryType plainText) |
| Modifier and Type | Field and Description |
|---|---|
static Class<BinaryType> |
TypeFacility.RUNTIME_TYPES.VARBINARY |
| Modifier and Type | Method and Description |
|---|---|
String |
JDBCExecutionFactory.translateLiteralBinaryType(BinaryType obj)
Subclasses should override this method to provide a different sql translation
of the literal varbinary value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OracleExecutionFactory.translateLiteralBinaryType(BinaryType obj) |
| Modifier and Type | Method and Description |
|---|---|
String |
PostgreSQLExecutionFactory.translateLiteralBinaryType(BinaryType obj) |
| Modifier and Type | Method and Description |
|---|---|
String |
SybaseExecutionFactory.translateLiteralBinaryType(BinaryType obj) |
Copyright © 2019. All rights reserved.