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, verifypublic void setupBaseTypeName(java.lang.String aBaseTypName)
public java.lang.String getBaseTypeName()
getBaseTypeName in interface java.sql.Arraypublic int getBaseType()
getBaseType in interface java.sql.Arraypublic java.lang.Object getArray(long l,
int n)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.lang.Object getArray(java.util.Map map)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.lang.Object getArray(long l,
int n,
java.util.Map map)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic void setupArray(java.lang.Object anArray)
public java.lang.Object getArray()
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet()
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(long l,
int n)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(java.util.Map map)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(long l,
int n,
java.util.Map map)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionCopyright © 2002 Mock Objects. All Rights Reserved.