com.alibaba.druid.mock
类 MockStruct

java.lang.Object
  继承者 com.alibaba.druid.mock.MockStruct
所有已实现的接口:
Struct

public class MockStruct
extends Object
implements Struct


构造方法摘要
MockStruct()
           
 
方法摘要
 Object[] getAttributes()
           
 Object[] getAttributes(Map<String,Class<?>> map)
           
 String getSQLTypeName()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MockStruct

public MockStruct()
方法详细信息

getSQLTypeName

public String getSQLTypeName()
                      throws SQLException
指定者:
接口 Struct 中的 getSQLTypeName
抛出:
SQLException

getAttributes

public Object[] getAttributes()
                       throws SQLException
指定者:
接口 Struct 中的 getAttributes
抛出:
SQLException

getAttributes

public Object[] getAttributes(Map<String,Class<?>> map)
                       throws SQLException
指定者:
接口 Struct 中的 getAttributes
抛出:
SQLException


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.