Modifier and Type | Field and Description |
---|---|
protected Object |
objValue |
protected StructTypeInfo |
typeInfo |
protected List<Object> |
values |
Constructor and Description |
---|
SimpleStruct(StructTypeInfo typeInfo,
Object obj) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getAttributes() |
Object[] |
getAttributes(Map<String,Class<?>> map) |
String |
getSQLTypeName() |
String |
toString() |
protected StructTypeInfo typeInfo
protected Object objValue
public SimpleStruct(StructTypeInfo typeInfo, Object obj)
public String getSQLTypeName() throws SQLException
getSQLTypeName
in interface Struct
SQLException
public Object[] getAttributes() throws SQLException
getAttributes
in interface Struct
SQLException
public Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
getAttributes
in interface Struct
SQLException
Copyright © 2023. All rights reserved.