com.mockobjects.sql

Class MockArray

Implemented Interfaces:
Array, Verifiable

public class MockArray
extends MockObject
implements Array

MockArray.java
Version:
$Revision: 1.1 $
Author:
ggalli@e-tree.com

Method Summary

Object
getArray()
Object
getArray(Map map)
Object
getArray(long l, int n)
Object
getArray(long l, int n, Map map)
int
getBaseType()
String
getBaseTypeName()
ResultSet
getResultSet()
ResultSet
getResultSet(Map map)
ResultSet
getResultSet(long l, int n)
ResultSet
getResultSet(long l, int n, Map map)
void
setupArray(Object anArray)
void
setupBaseTypeName(String aBaseTypName)

Methods inherited from class com.mockobjects.MockObject

notImplemented, notYetImplemented, verify

Method Details

getArray

public Object getArray()
            throws SQLException

getArray

public Object getArray(Map map)
            throws SQLException

getArray

public Object getArray(long l,
                       int n)
            throws SQLException

getArray

public Object getArray(long l,
                       int n,
                       Map map)
            throws SQLException

getBaseType

public int getBaseType()

getBaseTypeName

public String getBaseTypeName()

getResultSet

public ResultSet getResultSet()
            throws SQLException

getResultSet

public ResultSet getResultSet(Map map)
            throws SQLException

getResultSet

public ResultSet getResultSet(long l,
                              int n)
            throws SQLException

getResultSet

public ResultSet getResultSet(long l,
                              int n,
                              Map map)
            throws SQLException

setupArray

public void setupArray(Object anArray)

setupBaseTypeName

public void setupBaseTypeName(String aBaseTypName)

Copyright © 2002 Mock Objects. All Rights Reserved.