| Constructor and Description |
|---|
MockStruct(Object[] attributes) |
MockStruct(String sqlTypeName) |
MockStruct(String sqlTypeName,
Object[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(Object attribute) |
void |
addAttributes(List attributes) |
void |
addAttributes(Object[] attributes) |
void |
clearAttributes() |
Object |
clone() |
boolean |
equals(Object obj) |
Object[] |
getAttributes() |
Object[] |
getAttributes(Map map) |
String |
getSQLTypeName() |
int |
hashCode() |
void |
setSQLTypeName(String sqlTypeName) |
String |
toString() |
public MockStruct(Object[] attributes)
public MockStruct(String sqlTypeName)
public String getSQLTypeName() throws SQLException
getSQLTypeName in interface StructSQLExceptionpublic void setSQLTypeName(String sqlTypeName)
public Object[] getAttributes() throws SQLException
getAttributes in interface StructSQLExceptionpublic Object[] getAttributes(Map map) throws SQLException
getAttributes in interface StructSQLExceptionpublic void addAttribute(Object attribute)
public void addAttributes(Object[] attributes)
public void addAttributes(List attributes)
public void clearAttributes()
Copyright © 2003-2014. All Rights Reserved.