Package com.alibaba.druid.mock
Class MockStruct
- java.lang.Object
-
- com.alibaba.druid.mock.MockStruct
-
-
Constructor Summary
Constructors Constructor Description MockStruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getAttributes()Object[]getAttributes(Map<String,Class<?>> map)StringgetSQLTypeName()
-
-
-
Method Detail
-
getSQLTypeName
public String getSQLTypeName() throws SQLException
- Specified by:
getSQLTypeNamein interfaceStruct- Throws:
SQLException
-
getAttributes
public Object[] getAttributes() throws SQLException
- Specified by:
getAttributesin interfaceStruct- Throws:
SQLException
-
getAttributes
public Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
- Specified by:
getAttributesin interfaceStruct- Throws:
SQLException
-
-