public class AbstractCloudSpannerWrapper extends Object implements Wrapper
| Constructor and Description |
|---|
AbstractCloudSpannerWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
extractColumnType(com.google.cloud.spanner.Type type) |
static String |
getClassName(int sqlType) |
static String |
getGoogleTypeName(int sqlType) |
boolean |
isWrapperFor(Class<?> iface) |
<T> T |
unwrap(Class<T> iface) |
public static int extractColumnType(com.google.cloud.spanner.Type type)
public static String getGoogleTypeName(int sqlType)
public static String getClassName(int sqlType)
public <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionCopyright © 2017. All rights reserved.