| Modifier and Type | Class and Description |
|---|---|
static interface |
StructImpl.Factory
Factory that can create a result set based on a list of values.
|
| Constructor and Description |
|---|
StructImpl(List list) |
| Modifier and Type | Method and Description |
|---|---|
private void |
append(StringBuilder buf,
Object o) |
Object[] |
getAttributes() |
Object[] |
getAttributes(Map<String,Class<?>> map) |
String |
getSQLTypeName() |
String |
toString() |
private final List list
public StructImpl(List list)
public String getSQLTypeName() throws SQLException
getSQLTypeName in interface StructSQLExceptionpublic Object[] getAttributes() throws SQLException
getAttributes in interface StructSQLExceptionpublic Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
getAttributes in interface StructSQLExceptionprivate void append(StringBuilder buf, Object o)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.