com.mockobjects.sql
public class MockArray extends MockObject implements java.sql.Array
Constructor and Description |
---|
MockArray() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getArray() |
java.lang.Object |
getArray(long l,
int n) |
java.lang.Object |
getArray(long l,
int n,
java.util.Map map) |
java.lang.Object |
getArray(java.util.Map map) |
int |
getBaseType() |
java.lang.String |
getBaseTypeName() |
java.sql.ResultSet |
getResultSet() |
java.sql.ResultSet |
getResultSet(long l,
int n) |
java.sql.ResultSet |
getResultSet(long l,
int n,
java.util.Map map) |
java.sql.ResultSet |
getResultSet(java.util.Map map) |
void |
setupArray(java.lang.Object anArray) |
void |
setupBaseTypeName(java.lang.String aBaseTypName) |
notImplemented, notYetImplemented, verify
public void setupBaseTypeName(java.lang.String aBaseTypName)
public java.lang.String getBaseTypeName()
getBaseTypeName
in interface java.sql.Array
public int getBaseType()
getBaseType
in interface java.sql.Array
public java.lang.Object getArray(long l, int n) throws java.sql.SQLException
getArray
in interface java.sql.Array
java.sql.SQLException
public java.lang.Object getArray(java.util.Map map) throws java.sql.SQLException
getArray
in interface java.sql.Array
java.sql.SQLException
public java.lang.Object getArray(long l, int n, java.util.Map map) throws java.sql.SQLException
getArray
in interface java.sql.Array
java.sql.SQLException
public void setupArray(java.lang.Object anArray)
public java.lang.Object getArray() throws java.sql.SQLException
getArray
in interface java.sql.Array
java.sql.SQLException
public java.sql.ResultSet getResultSet() throws java.sql.SQLException
getResultSet
in interface java.sql.Array
java.sql.SQLException
public java.sql.ResultSet getResultSet(long l, int n) throws java.sql.SQLException
getResultSet
in interface java.sql.Array
java.sql.SQLException
public java.sql.ResultSet getResultSet(java.util.Map map) throws java.sql.SQLException
getResultSet
in interface java.sql.Array
java.sql.SQLException
public java.sql.ResultSet getResultSet(long l, int n, java.util.Map map) throws java.sql.SQLException
getResultSet
in interface java.sql.Array
java.sql.SQLException
Copyright © 2002 Mock Objects. All Rights Reserved.