ExpressionAsStep, ExpressionCastStep, Tokenpublic class BytesExpression extends ArrayExpression<java.lang.Byte>
PreparedExpression
Commons use:
// ARRAY[1, 2, 3 [,...]]
Queryman.asArray(1, 2, 3);
nameoutputNamevalue| Constructor | Description |
|---|---|
BytesExpression(java.lang.Byte[] constants) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Byte[] |
getValue() |
isEmpty, isNonEmpty, toStringbind, prepareNameas, as, cast, getCastExpression, getName, toPostgreSQLStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPlaceholderpublic java.lang.Byte[] getValue()
getValue in class ArrayExpression<java.lang.Byte>