com.alibaba.druid.mock
类 MockArray
java.lang.Object
com.alibaba.druid.mock.MockArray
- 所有已实现的接口:
- Array
public class MockArray
- extends Object
- implements Array
|
方法摘要 |
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)
|
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.