public abstract class AbstractToJdbcTransformer extends Object
| Constructor and Description |
|---|
AbstractToJdbcTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encodeBytes(byte[] bytes,
String charset) |
abstract Object |
transform(Object o,
String charset)
Transform ODPS SDK object to JDBC object
|
public abstract Object transform(Object o, String charset) throws SQLException
o - java object from ODPS SDKcharset - charset to encode byte arraySQLExceptionpublic static String encodeBytes(byte[] bytes, String charset) throws SQLException
SQLExceptionCopyright © 2019 Alibaba Cloud Computing. All rights reserved.