| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlBinaryStringLiteral |
SqlLiteral.createBinaryString(byte[] bytes,
SqlParserPos pos)
Creates a literal like X'ABAB' from an array of bytes.
|
static SqlBinaryStringLiteral |
SqlLiteral.createBinaryString(String s,
SqlParserPos pos)
Creates a literal like X'ABAB'.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.