com.alibaba.druid.mock
类 MockArray

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

public class MockArray
extends Object
implements Array


构造方法摘要
MockArray()
           
 
方法摘要
 void free()
           
 Object getArray()
           
 Object getArray(long index, int count)
           
 Object getArray(long index, int count, Map<String,Class<?>> map)
           
 Object getArray(Map<String,Class<?>> map)
           
 int getBaseType()
           
 String getBaseTypeName()
           
 ResultSet getResultSet()
           
 ResultSet getResultSet(long index, int count)
           
 ResultSet getResultSet(long index, int count, Map<String,Class<?>> map)
           
 ResultSet getResultSet(Map<String,Class<?>> map)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MockArray

public MockArray()
方法详细信息

getBaseTypeName

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

getBaseType

public int getBaseType()
                throws SQLException
指定者:
接口 Array 中的 getBaseType
抛出:
SQLException

getArray

public Object getArray()
                throws SQLException
指定者:
接口 Array 中的 getArray
抛出:
SQLException

getArray

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

getArray

public Object getArray(long index,
                       int count)
                throws SQLException
指定者:
接口 Array 中的 getArray
抛出:
SQLException

getArray

public Object getArray(long index,
                       int count,
                       Map<String,Class<?>> map)
                throws SQLException
指定者:
接口 Array 中的 getArray
抛出:
SQLException

getResultSet

public ResultSet getResultSet()
                       throws SQLException
指定者:
接口 Array 中的 getResultSet
抛出:
SQLException

getResultSet

public ResultSet getResultSet(Map<String,Class<?>> map)
                       throws SQLException
指定者:
接口 Array 中的 getResultSet
抛出:
SQLException

getResultSet

public ResultSet getResultSet(long index,
                              int count)
                       throws SQLException
指定者:
接口 Array 中的 getResultSet
抛出:
SQLException

getResultSet

public ResultSet getResultSet(long index,
                              int count,
                              Map<String,Class<?>> map)
                       throws SQLException
指定者:
接口 Array 中的 getResultSet
抛出:
SQLException

free

public void free()
          throws SQLException
指定者:
接口 Array 中的 free
抛出:
SQLException


Copyright © 2013 Alibaba Group. All Rights Reserved.