Java Doc for TestCallableStatement.java in  » Database-JDBC-Connection-Pool » HA-JDBC » net » sf » hajdbc » sql » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database JDBC Connection Pool » HA JDBC » net.sf.hajdbc.sql 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sf.hajdbc.sql.TestStatement
      net.sf.hajdbc.sql.TestPreparedStatement
         net.sf.hajdbc.sql.TestCallableStatement

TestCallableStatement
public class TestCallableStatement extends TestPreparedStatement implements java.sql.CallableStatement(Code)
Unit test for CallableStatement .
author:
   Paul Ferraro
since:
   1.1




Method Summary
public  ArraygetArray(int index)
    
public  ArraygetArray(String name)
    
public  BigDecimalgetBigDecimal(int index)
    
public  BigDecimalgetBigDecimal(int index, int scale)
    
public  BigDecimalgetBigDecimal(String name)
    
public  BlobgetBlob(int index)
    
public  BlobgetBlob(String name)
    
public  booleangetBoolean(int index)
    
public  booleangetBoolean(String name)
    
public  bytegetByte(int index)
    
public  bytegetByte(String name)
    
public  byte[]getBytes(int index)
    
public  byte[]getBytes(String name)
    
protected  Class<? extends java.sql.CallableStatement>getCallableStatementClass()
    
public  ReadergetCharacterStream(int index)
    
public  ReadergetCharacterStream(String name)
    
public  ClobgetClob(int index)
    
public  ClobgetClob(String name)
    
public  DategetDate(int index)
    
public  DategetDate(int index, Calendar calendar)
    
public  DategetDate(String name)
    
public  DategetDate(String name, Calendar calendar)
    
public  doublegetDouble(int index)
    
public  doublegetDouble(String name)
    
public  floatgetFloat(int index)
    
public  floatgetFloat(String name)
    
public  intgetInt(int index)
    
public  intgetInt(String name)
    
protected  AbstractStatementInvocationHandlergetInvocationHandler(Map map)
    
public  longgetLong(int index)
    
public  longgetLong(String name)
    
public  ReadergetNCharacterStream(int index)
    
public  ReadergetNCharacterStream(String name)
    
public  NClobgetNClob(int index)
    
public  NClobgetNClob(String name)
    
public  StringgetNString(int index)
    
public  StringgetNString(String name)
    
public  ObjectgetObject(int index)
    
public  ObjectgetObject(int index, Map<String, Class<?>> map)
    
public  ObjectgetObject(String name)
    
public  ObjectgetObject(String name, Map<String, Class<?>> map)
    
public  RefgetRef(int index)
    
public  RefgetRef(String name)
    
public  RowIdgetRowId(int index)
    
public  RowIdgetRowId(String name)
    
public  SQLXMLgetSQLXML(int index)
    
public  SQLXMLgetSQLXML(String name)
    
public  shortgetShort(int index)
    
public  shortgetShort(String name)
    
protected  Class<? extends java.sql.CallableStatement>getStatementClass()
    
public  StringgetString(int index)
    
public  StringgetString(String name)
    
public  TimegetTime(int index)
    
public  TimegetTime(int index, Calendar calendar)
    
public  TimegetTime(String name)
    
public  TimegetTime(String name, Calendar calendar)
    
public  TimestampgetTimestamp(int index)
    
public  TimestampgetTimestamp(int index, Calendar cal)
    
public  TimestampgetTimestamp(String name)
    
public  TimestampgetTimestamp(String name, Calendar calendar)
    
public  URLgetURL(int index)
    
public  URLgetURL(String name)
    
 Object[][]intCalendarProvider()
    
 Object[][]intIntIntProvider()
    
 Object[][]intMapProvider()
    
protected  voidrecordConstructor()
    
public  voidregisterOutParameter(int index, int sqlType)
    
public  voidregisterOutParameter(int index, int sqlType, int scale)
    
public  voidregisterOutParameter(int index, int sqlType, String typeName)
    
public  voidregisterOutParameter(String name, int sqlType)
    
public  voidregisterOutParameter(String name, int sqlType, int scale)
    
public  voidregisterOutParameter(String name, int sqlType, String typeName)
    
public  voidsetAsciiStream(String name, InputStream value, int length)
    
public  voidsetAsciiStream(String name, InputStream value)
    
public  voidsetAsciiStream(String name, InputStream value, long length)
    
public  voidsetBigDecimal(String name, BigDecimal value)
    
public  voidsetBinaryStream(String name, InputStream value, int length)
    
public  voidsetBinaryStream(String name, InputStream value)
    
public  voidsetBinaryStream(String name, InputStream value, long length)
    
public  voidsetBlob(String name, Blob value)
    
public  voidsetBlob(String name, InputStream value)
    
public  voidsetBlob(String name, InputStream value, long length)
    
public  voidsetBoolean(String name, boolean value)
    
public  voidsetByte(String name, byte value)
    
public  voidsetBytes(String name, byte[] value)
    
public  voidsetCharacterStream(String name, Reader value, int length)
    
public  voidsetCharacterStream(String name, Reader value)
    
public  voidsetCharacterStream(String name, Reader value, long length)
    
public  voidsetClob(String name, Clob value)
    
public  voidsetClob(String name, Reader value)
    
public  voidsetClob(String name, Reader value, long length)
    
public  voidsetDate(String name, Date value)
    
public  voidsetDate(String name, Date value, Calendar calendar)
    
public  voidsetDouble(String name, double value)
    
public  voidsetFloat(String name, float value)
    
public  voidsetInt(String name, int value)
    
public  voidsetLong(String name, long value)
    
public  voidsetNCharacterStream(String name, Reader value)
    
public  voidsetNCharacterStream(String name, Reader value, long length)
    
public  voidsetNClob(String name, NClob value)
    
public  voidsetNClob(String name, Reader value)
    
public  voidsetNClob(String name, Reader value, long length)
    
public  voidsetNString(String name, String value)
    
public  voidsetNull(String name, int sqlType)
    
public  voidsetNull(String name, int sqlType, String typeName)
    
public  voidsetObject(String name, Object value)
    
public  voidsetObject(String name, Object value, int targetSqlType)
    
public  voidsetObject(String name, Object value, int targetSqlType, int scale)
    
public  voidsetRowId(String name, RowId value)
    
public  voidsetSQLXML(String name, SQLXML value)
    
public  voidsetShort(String name, short value)
    
public  voidsetString(String name, String value)
    
public  voidsetTime(String name, Time value)
    
public  voidsetTime(String name, Time value, Calendar calendar)
    
public  voidsetTimestamp(String name, Timestamp value)
    
public  voidsetTimestamp(String name, Timestamp value, Calendar calendar)
    
public  voidsetURL(String name, URL value)
    
 Object[][]stringBigDecimalProvider()
    
 Object[][]stringBlobProvider()
    
 Object[][]stringBooleanProvider()
    
 Object[][]stringByteProvider()
    
 Object[][]stringBytesProvider()
    
 Object[][]stringCalendarProvider()
    
 Object[][]stringClobProvider()
    
 Object[][]stringDateCalendarProvider()
    
 Object[][]stringDateProvider()
    
 Object[][]stringDoubleProvider()
    
 Object[][]stringFloatProvider()
    
 Object[][]stringInputStreamIntProvider()
    
 Object[][]stringInputStreamLongProvider()
    
 Object[][]stringInputStreamProvider()
    
 Object[][]stringIntIntProvider()
    
 Object[][]stringIntStringProvider()
    
 Object[][]stringLongProvider()
    
 Object[][]stringMapProvider()
    
 Object[][]stringNClobProvider()
    
 Object[][]stringObjectIntIntProvider()
    
 Object[][]stringObjectIntProvider()
    
 Object[][]stringObjectProvider()
    
 Object[][]stringReaderIntProvider()
    
 Object[][]stringReaderLongProvider()
    
 Object[][]stringReaderProvider()
    
 Object[][]stringRowIdProvider()
    
 Object[][]stringSQLXMLProvider()
    
 Object[][]stringShortProvider()
    
 Object[][]stringStringProvider()
    
 Object[][]stringTimeCalendarProvider()
    
 Object[][]stringTimeProvider()
    
 Object[][]stringTimestampCalendarProvider()
    
 Object[][]stringTimestampProvider()
    
 Object[][]stringUrlProvider()
    
public  booleanwasNull()
    



Method Detail
getArray
public Array getArray(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getArray(int)



getArray
public Array getArray(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getArray(java.lang.String)



getBigDecimal
public BigDecimal getBigDecimal(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBigDecimal(int)



getBigDecimal
public BigDecimal getBigDecimal(int index, int scale) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBigDecimal(intint)



getBigDecimal
public BigDecimal getBigDecimal(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBigDecimal(java.lang.String)



getBlob
public Blob getBlob(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBlob(int)



getBlob
public Blob getBlob(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBlob(java.lang.String)



getBoolean
public boolean getBoolean(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBoolean(int)



getBoolean
public boolean getBoolean(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBoolean(java.lang.String)



getByte
public byte getByte(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getByte(int)



getByte
public byte getByte(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getByte(java.lang.String)



getBytes
public byte[] getBytes(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBytes(int)



getBytes
public byte[] getBytes(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getBytes(java.lang.String)



getCallableStatementClass
protected Class<? extends java.sql.CallableStatement> getCallableStatementClass()(Code)



getCharacterStream
public Reader getCharacterStream(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getCharacterStream(int)



getCharacterStream
public Reader getCharacterStream(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getCharacterStream(java.lang.String)



getClob
public Clob getClob(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getClob(int)



getClob
public Clob getClob(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getClob(java.lang.String)



getDate
public Date getDate(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getDate(int)



getDate
public Date getDate(int index, Calendar calendar) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getDate(intjava.util.Calendar)



getDate
public Date getDate(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getDate(java.lang.String)



getDate
public Date getDate(String name, Calendar calendar) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getDate(java.lang.Stringjava.util.Calendar)



getDouble
public double getDouble(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getDouble(int)



getDouble
public double getDouble(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getDouble(java.lang.String)



getFloat
public float getFloat(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getFloat(int)



getFloat
public float getFloat(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getFloat(java.lang.String)



getInt
public int getInt(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getInt(int)



getInt
public int getInt(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getInt(java.lang.String)



getInvocationHandler
protected AbstractStatementInvocationHandler getInvocationHandler(Map map) throws Exception(Code)



getLong
public long getLong(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getLong(int)



getLong
public long getLong(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getLong(java.lang.String)



getNCharacterStream
public Reader getNCharacterStream(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getNCharacterStream(int)



getNCharacterStream
public Reader getNCharacterStream(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getNCharacterStream(java.lang.String)



getNClob
public NClob getNClob(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getNClob(int)



getNClob
public NClob getNClob(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getNClob(java.lang.String)



getNString
public String getNString(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getNString(int)



getNString
public String getNString(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getNString(java.lang.String)



getObject
public Object getObject(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getObject(int)



getObject
public Object getObject(int index, Map<String, Class<?>> map) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getObject(intjava.util.Map)



getObject
public Object getObject(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getObject(java.lang.String)



getObject
public Object getObject(String name, Map<String, Class<?>> map) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getObject(java.lang.Stringjava.util.Map)



getRef
public Ref getRef(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getRef(int)



getRef
public Ref getRef(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getRef(java.lang.String)



getRowId
public RowId getRowId(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getRowId(int)



getRowId
public RowId getRowId(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getRowId(java.lang.String)



getSQLXML
public SQLXML getSQLXML(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getSQLXML(int)



getSQLXML
public SQLXML getSQLXML(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getSQLXML(java.lang.String)



getShort
public short getShort(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getShort(int)



getShort
public short getShort(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getShort(java.lang.String)



getStatementClass
protected Class<? extends java.sql.CallableStatement> getStatementClass()(Code)



getString
public String getString(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getString(int)



getString
public String getString(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getString(java.lang.String)



getTime
public Time getTime(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getTime(int)



getTime
public Time getTime(int index, Calendar calendar) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getTime(intjava.util.Calendar)



getTime
public Time getTime(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getTime(java.lang.String)



getTime
public Time getTime(String name, Calendar calendar) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getTime(java.lang.Stringjava.util.Calendar)



getTimestamp
public Timestamp getTimestamp(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getTimestamp(int)



getTimestamp
public Timestamp getTimestamp(int index, Calendar cal) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getTimestamp(intjava.util.Calendar)



getTimestamp
public Timestamp getTimestamp(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getTimestamp(java.lang.String)



getTimestamp
public Timestamp getTimestamp(String name, Calendar calendar) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getTimestamp(java.lang.Stringjava.util.Calendar)



getURL
public URL getURL(int index) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getURL(int)



getURL
public URL getURL(String name) throws SQLException(Code)

See Also:   java.sql.CallableStatement.getURL(java.lang.String)



intCalendarProvider
Object[][] intCalendarProvider()(Code)



intIntIntProvider
Object[][] intIntIntProvider()(Code)



intMapProvider
Object[][] intMapProvider()(Code)



recordConstructor
protected void recordConstructor() throws SQLException(Code)

See Also:   net.sf.hajdbc.sql.TestStatement.recordConstructor



registerOutParameter
public void registerOutParameter(int index, int sqlType) throws SQLException(Code)

See Also:   java.sql.CallableStatement.registerOutParameter(intint)



registerOutParameter
public void registerOutParameter(int index, int sqlType, int scale) throws SQLException(Code)

See Also:   java.sql.CallableStatement.registerOutParameter(intintint)



registerOutParameter
public void registerOutParameter(int index, int sqlType, String typeName) throws SQLException(Code)

See Also:   java.sql.CallableStatement.registerOutParameter(intintjava.lang.String)



registerOutParameter
public void registerOutParameter(String name, int sqlType) throws SQLException(Code)

See Also:   java.sql.CallableStatement.registerOutParameter(java.lang.Stringint)



registerOutParameter
public void registerOutParameter(String name, int sqlType, int scale) throws SQLException(Code)

See Also:   java.sql.CallableStatement.registerOutParameter(java.lang.Stringintint)



registerOutParameter
public void registerOutParameter(String name, int sqlType, String typeName) throws SQLException(Code)

See Also:   java.sql.CallableStatement.registerOutParameter(java.lang.Stringintjava.lang.String)



setAsciiStream
public void setAsciiStream(String name, InputStream value, int length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setAsciiStream(java.lang.Stringjava.io.InputStreamint)



setAsciiStream
public void setAsciiStream(String name, InputStream value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setAsciiStream(java.lang.Stringjava.io.InputStream)



setAsciiStream
public void setAsciiStream(String name, InputStream value, long length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setAsciiStream(java.lang.Stringjava.io.InputStreamlong)



setBigDecimal
public void setBigDecimal(String name, BigDecimal value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBigDecimal(java.lang.Stringjava.math.BigDecimal)



setBinaryStream
public void setBinaryStream(String name, InputStream value, int length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBinaryStream(java.lang.Stringjava.io.InputStreamint)



setBinaryStream
public void setBinaryStream(String name, InputStream value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBinaryStream(java.lang.Stringjava.io.InputStream)



setBinaryStream
public void setBinaryStream(String name, InputStream value, long length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBinaryStream(java.lang.Stringjava.io.InputStreamlong)



setBlob
public void setBlob(String name, Blob value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBlob(java.lang.Stringjava.sql.Blob)



setBlob
public void setBlob(String name, InputStream value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBlob(java.lang.Stringjava.io.InputStream)



setBlob
public void setBlob(String name, InputStream value, long length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBlob(java.lang.Stringjava.io.InputStreamlong)



setBoolean
public void setBoolean(String name, boolean value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBoolean(java.lang.Stringboolean)



setByte
public void setByte(String name, byte value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setByte(java.lang.Stringbyte)



setBytes
public void setBytes(String name, byte[] value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setBytes(java.lang.Stringbyte[])



setCharacterStream
public void setCharacterStream(String name, Reader value, int length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setCharacterStream(java.lang.Stringjava.io.Readerint)



setCharacterStream
public void setCharacterStream(String name, Reader value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setCharacterStream(java.lang.Stringjava.io.Reader)



setCharacterStream
public void setCharacterStream(String name, Reader value, long length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setCharacterStream(java.lang.Stringjava.io.Readerlong)



setClob
public void setClob(String name, Clob value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setClob(java.lang.Stringjava.sql.Clob)



setClob
public void setClob(String name, Reader value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setClob(java.lang.Stringjava.io.Reader)



setClob
public void setClob(String name, Reader value, long length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setClob(java.lang.Stringjava.io.Readerlong)



setDate
public void setDate(String name, Date value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setDate(java.lang.Stringjava.sql.Date)



setDate
public void setDate(String name, Date value, Calendar calendar) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setDate(java.lang.Stringjava.sql.Datejava.util.Calendar)



setDouble
public void setDouble(String name, double value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setDouble(java.lang.Stringdouble)



setFloat
public void setFloat(String name, float value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setFloat(java.lang.Stringfloat)



setInt
public void setInt(String name, int value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setInt(java.lang.Stringint)



setLong
public void setLong(String name, long value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setLong(java.lang.Stringlong)



setNCharacterStream
public void setNCharacterStream(String name, Reader value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setNCharacterStream(java.lang.Stringjava.io.Reader)



setNCharacterStream
public void setNCharacterStream(String name, Reader value, long length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setNCharacterStream(java.lang.Stringjava.io.Readerlong)



setNClob
public void setNClob(String name, NClob value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setNClob(java.lang.Stringjava.sql.NClob)



setNClob
public void setNClob(String name, Reader value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setNClob(java.lang.Stringjava.io.Reader)



setNClob
public void setNClob(String name, Reader value, long length) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setNClob(java.lang.Stringjava.io.Readerlong)



setNString
public void setNString(String name, String value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setNString(java.lang.Stringjava.lang.String)



setNull
public void setNull(String name, int sqlType) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setNull(java.lang.Stringint)



setNull
public void setNull(String name, int sqlType, String typeName) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setNull(java.lang.Stringintjava.lang.String)



setObject
public void setObject(String name, Object value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setObject(java.lang.Stringjava.lang.Object)



setObject
public void setObject(String name, Object value, int targetSqlType) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setObject(java.lang.Stringjava.lang.Objectint)



setObject
public void setObject(String name, Object value, int targetSqlType, int scale) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setObject(java.lang.Stringjava.lang.Objectintint)



setRowId
public void setRowId(String name, RowId value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setRowId(java.lang.Stringjava.sql.RowId)



setSQLXML
public void setSQLXML(String name, SQLXML value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setSQLXML(java.lang.Stringjava.sql.SQLXML)



setShort
public void setShort(String name, short value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setShort(java.lang.Stringshort)



setString
public void setString(String name, String value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setString(java.lang.Stringjava.lang.String)



setTime
public void setTime(String name, Time value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setTime(java.lang.Stringjava.sql.Time)



setTime
public void setTime(String name, Time value, Calendar calendar) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setTime(java.lang.Stringjava.sql.Timejava.util.Calendar)



setTimestamp
public void setTimestamp(String name, Timestamp value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setTimestamp(java.lang.Stringjava.sql.Timestamp)



setTimestamp
public void setTimestamp(String name, Timestamp value, Calendar calendar) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setTimestamp(java.lang.Stringjava.sql.Timestampjava.util.Calendar)



setURL
public void setURL(String name, URL value) throws SQLException(Code)

See Also:   java.sql.CallableStatement.setURL(java.lang.Stringjava.net.URL)



stringBigDecimalProvider
Object[][] stringBigDecimalProvider()(Code)



stringBlobProvider
Object[][] stringBlobProvider() throws Exception(Code)



stringBooleanProvider
Object[][] stringBooleanProvider()(Code)



stringByteProvider
Object[][] stringByteProvider()(Code)



stringBytesProvider
Object[][] stringBytesProvider()(Code)



stringCalendarProvider
Object[][] stringCalendarProvider()(Code)



stringClobProvider
Object[][] stringClobProvider() throws Exception(Code)



stringDateCalendarProvider
Object[][] stringDateCalendarProvider()(Code)



stringDateProvider
Object[][] stringDateProvider()(Code)



stringDoubleProvider
Object[][] stringDoubleProvider()(Code)



stringFloatProvider
Object[][] stringFloatProvider()(Code)



stringInputStreamIntProvider
Object[][] stringInputStreamIntProvider()(Code)



stringInputStreamLongProvider
Object[][] stringInputStreamLongProvider()(Code)



stringInputStreamProvider
Object[][] stringInputStreamProvider()(Code)



stringIntIntProvider
Object[][] stringIntIntProvider()(Code)



stringIntStringProvider
Object[][] stringIntStringProvider()(Code)



stringLongProvider
Object[][] stringLongProvider()(Code)



stringMapProvider
Object[][] stringMapProvider()(Code)



stringNClobProvider
Object[][] stringNClobProvider() throws Exception(Code)



stringObjectIntIntProvider
Object[][] stringObjectIntIntProvider()(Code)



stringObjectIntProvider
Object[][] stringObjectIntProvider()(Code)



stringObjectProvider
Object[][] stringObjectProvider()(Code)



stringReaderIntProvider
Object[][] stringReaderIntProvider()(Code)



stringReaderLongProvider
Object[][] stringReaderLongProvider()(Code)



stringReaderProvider
Object[][] stringReaderProvider()(Code)



stringRowIdProvider
Object[][] stringRowIdProvider()(Code)



stringSQLXMLProvider
Object[][] stringSQLXMLProvider()(Code)



stringShortProvider
Object[][] stringShortProvider()(Code)



stringStringProvider
Object[][] stringStringProvider()(Code)



stringTimeCalendarProvider
Object[][] stringTimeCalendarProvider()(Code)



stringTimeProvider
Object[][] stringTimeProvider()(Code)



stringTimestampCalendarProvider
Object[][] stringTimestampCalendarProvider()(Code)



stringTimestampProvider
Object[][] stringTimestampProvider()(Code)



stringUrlProvider
Object[][] stringUrlProvider() throws MalformedURLException(Code)



wasNull
public boolean wasNull() throws SQLException(Code)

See Also:   java.sql.CallableStatement.wasNull



Fields inherited from net.sf.hajdbc.sql.TestPreparedStatement
protected Blob blob1(Code)(Java Doc)
protected Blob blob2(Code)(Java Doc)
protected Clob clob1(Code)(Java Doc)
protected Clob clob2(Code)(Java Doc)
protected NClob nClob1(Code)(Java Doc)
protected NClob nClob2(Code)(Java Doc)
protected String sql(Code)(Java Doc)

Methods inherited from net.sf.hajdbc.sql.TestPreparedStatement
public void addBatch() throws SQLException(Code)(Java Doc)
public void clearParameters() throws SQLException(Code)(Java Doc)
public boolean execute() throws SQLException(Code)(Java Doc)
public ResultSet executeQuery() throws SQLException(Code)(Java Doc)
public int executeUpdate() throws SQLException(Code)(Java Doc)
protected AbstractStatementInvocationHandler getInvocationHandler(Map map) throws Exception(Code)(Java Doc)
public ResultSetMetaData getMetaData() throws SQLException(Code)(Java Doc)
public ParameterMetaData getParameterMetaData() throws SQLException(Code)(Java Doc)
protected Class<? extends java.sql.PreparedStatement> getPreparedStatementClass()(Code)(Java Doc)
protected Class<? extends java.sql.Statement> getStatementClass()(Code)(Java Doc)
Object[][] intArrayProvider()(Code)(Java Doc)
Object[][] intBigDecimalProvider()(Code)(Java Doc)
Object[][] intBlobProvider() throws Exception(Code)(Java Doc)
Object[][] intBooleanProvider()(Code)(Java Doc)
Object[][] intByteProvider()(Code)(Java Doc)
Object[][] intBytesProvider()(Code)(Java Doc)
Object[][] intClobProvider() throws Exception(Code)(Java Doc)
Object[][] intDateCalendarProvider()(Code)(Java Doc)
Object[][] intDateProvider()(Code)(Java Doc)
Object[][] intDoubleProvider()(Code)(Java Doc)
Object[][] intFloatProvider()(Code)(Java Doc)
Object[][] intInputStreamIntProvider()(Code)(Java Doc)
Object[][] intInputStreamLongProvider()(Code)(Java Doc)
Object[][] intInputStreamProvider()(Code)(Java Doc)
Object[][] intIntProvider()(Code)(Java Doc)
Object[][] intIntStringProvider()(Code)(Java Doc)
Object[][] intLongProvider()(Code)(Java Doc)
Object[][] intNClobProvider() throws Exception(Code)(Java Doc)
Object[][] intObjectIntIntProvider()(Code)(Java Doc)
Object[][] intObjectIntProvider()(Code)(Java Doc)
Object[][] intObjectProvider()(Code)(Java Doc)
Object[][] intReaderIntProvider()(Code)(Java Doc)
Object[][] intReaderLongProvider()(Code)(Java Doc)
Object[][] intReaderProvider()(Code)(Java Doc)
Object[][] intRefProvider()(Code)(Java Doc)
Object[][] intRowIdProvider()(Code)(Java Doc)
Object[][] intSQLXMLProvider()(Code)(Java Doc)
Object[][] intShortProvider()(Code)(Java Doc)
Object[][] intStringProvider()(Code)(Java Doc)
Object[][] intTimeCalendarProvider()(Code)(Java Doc)
Object[][] intTimeProvider()(Code)(Java Doc)
Object[][] intTimestampCalendarProvider()(Code)(Java Doc)
Object[][] intTimestampProvider()(Code)(Java Doc)
Object[][] intURLProvider() throws MalformedURLException(Code)(Java Doc)
protected void recordConstructor() throws SQLException(Code)(Java Doc)
public void setArray(int index, Array array) throws SQLException(Code)(Java Doc)
public void setAsciiStream(int index, InputStream inputStream, int length) throws SQLException(Code)(Java Doc)
public void setAsciiStream(int index, InputStream value) throws SQLException(Code)(Java Doc)
public void setAsciiStream(int index, InputStream value, long length) throws SQLException(Code)(Java Doc)
public void setBigDecimal(int index, BigDecimal value) throws SQLException(Code)(Java Doc)
public void setBinaryStream(int index, InputStream inputStream, int length) throws SQLException(Code)(Java Doc)
public void setBinaryStream(int index, InputStream value) throws SQLException(Code)(Java Doc)
public void setBinaryStream(int index, InputStream value, long length) throws SQLException(Code)(Java Doc)
public void setBlob(int index, Blob value) throws SQLException(Code)(Java Doc)
public void setBlob(int index, InputStream value) throws SQLException(Code)(Java Doc)
public void setBlob(int index, InputStream value, long length) throws SQLException(Code)(Java Doc)
public void setBoolean(int index, boolean value) throws SQLException(Code)(Java Doc)
public void setByte(int index, byte value) throws SQLException(Code)(Java Doc)
public void setBytes(int index, byte[] value) throws SQLException(Code)(Java Doc)
public void setCharacterStream(int index, Reader reader, int length) throws SQLException(Code)(Java Doc)
public void setCharacterStream(int index, Reader value) throws SQLException(Code)(Java Doc)
public void setCharacterStream(int index, Reader value, long length) throws SQLException(Code)(Java Doc)
public void setClob(int index, Clob value) throws SQLException(Code)(Java Doc)
public void setClob(int index, Reader value) throws SQLException(Code)(Java Doc)
public void setClob(int index, Reader value, long length) throws SQLException(Code)(Java Doc)
public void setDate(int index, Date date) throws SQLException(Code)(Java Doc)
public void setDate(int index, Date date, Calendar calendar) throws SQLException(Code)(Java Doc)
public void setDouble(int index, double value) throws SQLException(Code)(Java Doc)
public void setFloat(int index, float value) throws SQLException(Code)(Java Doc)
public void setInt(int index, int value) throws SQLException(Code)(Java Doc)
public void setLong(int index, long value) throws SQLException(Code)(Java Doc)
public void setNCharacterStream(int index, Reader value) throws SQLException(Code)(Java Doc)
public void setNCharacterStream(int index, Reader value, long length) throws SQLException(Code)(Java Doc)
public void setNClob(int index, NClob value) throws SQLException(Code)(Java Doc)
public void setNClob(int index, Reader value) throws SQLException(Code)(Java Doc)
public void setNClob(int index, Reader value, long length) throws SQLException(Code)(Java Doc)
public void setNString(int index, String value) throws SQLException(Code)(Java Doc)
public void setNull(int index, int sqlType) throws SQLException(Code)(Java Doc)
public void setNull(int index, int sqlType, String typeName) throws SQLException(Code)(Java Doc)
public void setObject(int index, Object value) throws SQLException(Code)(Java Doc)
public void setObject(int index, Object value, int targetSqlType) throws SQLException(Code)(Java Doc)
public void setObject(int index, Object value, int targetSqlType, int scale) throws SQLException(Code)(Java Doc)
public void setRef(int index, Ref value) throws SQLException(Code)(Java Doc)
public void setRowId(int index, RowId value) throws SQLException(Code)(Java Doc)
public void setSQLXML(int index, SQLXML value) throws SQLException(Code)(Java Doc)
public void setShort(int index, short value) throws SQLException(Code)(Java Doc)
public void setString(int index, String value) throws SQLException(Code)(Java Doc)
public void setTime(int index, Time value) throws SQLException(Code)(Java Doc)
public void setTime(int index, Time value, Calendar calendar) throws SQLException(Code)(Java Doc)
public void setTimestamp(int index, Timestamp value) throws SQLException(Code)(Java Doc)
public void setTimestamp(int index, Timestamp value, Calendar calendar) throws SQLException(Code)(Java Doc)
public void setURL(int index, URL value) throws SQLException(Code)(Java Doc)
public void setUnicodeStream(int index, InputStream inputStream, int length) throws SQLException(Code)(Java Doc)

Fields inherited from net.sf.hajdbc.sql.TestStatement
protected IAnswer<InvocationStrategy> anwser(Code)(Java Doc)
protected Balancer balancer(Code)(Java Doc)
protected DatabaseCluster cluster(Code)(Java Doc)
protected ColumnProperties columnProperties(Code)(Java Doc)
protected Connection connection(Code)(Java Doc)
protected Database database1(Code)(Java Doc)
protected Database database2(Code)(Java Doc)
protected DatabaseProperties databaseProperties(Code)(Java Doc)
protected Set<Database> databaseSet(Code)(Java Doc)
protected Dialect dialect(Code)(Java Doc)
protected ExecutorService executor(Code)(Java Doc)
protected FileSupport fileSupport(Code)(Java Doc)
protected AbstractStatementInvocationHandler handler(Code)(Java Doc)
protected LockManager lockManager(Code)(Java Doc)
protected DatabaseMetaDataCache metaData(Code)(Java Doc)
protected SQLProxy parent(Code)(Java Doc)
protected SQLProxy root(Code)(Java Doc)
protected Lock sequenceLock(Code)(Java Doc)
protected Statement statement(Code)(Java Doc)
protected Statement statement1(Code)(Java Doc)
protected Statement statement2(Code)(Java Doc)
protected Lock tableLock(Code)(Java Doc)
protected TableProperties tableProperties(Code)(Java Doc)
protected TransactionContext transactionContext(Code)(Java Doc)

Methods inherited from net.sf.hajdbc.sql.TestStatement
public void addBatch(String sql) throws SQLException(Code)(Java Doc)
Object[][] booleanProvider()(Code)(Java Doc)
public void cancel() throws SQLException(Code)(Java Doc)
Object[][] classProvider()(Code)(Java Doc)
public void clearBatch() throws SQLException(Code)(Java Doc)
public void clearWarnings() throws SQLException(Code)(Java Doc)
public void close() throws SQLException(Code)(Java Doc)
Object[][] currentProvider()(Code)(Java Doc)
Object[][] directionProvider()(Code)(Java Doc)
public boolean execute(String sql) throws SQLException(Code)(Java Doc)
public boolean execute(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc)
public boolean execute(String sql, int[] columnIndexes) throws SQLException(Code)(Java Doc)
public boolean execute(String sql, String[] columnNames) throws SQLException(Code)(Java Doc)
public int[] executeBatch() throws SQLException(Code)(Java Doc)
public ResultSet executeQuery(String sql) throws SQLException(Code)(Java Doc)
public int executeUpdate(String sql) throws SQLException(Code)(Java Doc)
public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc)
public int executeUpdate(String sql, int[] columnIndexes) throws SQLException(Code)(Java Doc)
public int executeUpdate(String sql, String[] columnNames) throws SQLException(Code)(Java Doc)
protected void expectIdentifiers(String sql, String sequence, String table) throws SQLException(Code)(Java Doc)
protected void expectSelectForUpdateCheck(String sql, boolean isSelectForUpdate) throws SQLException(Code)(Java Doc)
public java.sql.Connection getConnection() throws SQLException(Code)(Java Doc)
public int getFetchDirection() throws SQLException(Code)(Java Doc)
public int getFetchSize() throws SQLException(Code)(Java Doc)
public ResultSet getGeneratedKeys() throws SQLException(Code)(Java Doc)
protected AbstractStatementInvocationHandler getInvocationHandler(Map map) throws Exception(Code)(Java Doc)
public int getMaxFieldSize() throws SQLException(Code)(Java Doc)
public int getMaxRows() throws SQLException(Code)(Java Doc)
public boolean getMoreResults() throws SQLException(Code)(Java Doc)
public boolean getMoreResults(int current) throws SQLException(Code)(Java Doc)
public int getQueryTimeout() throws SQLException(Code)(Java Doc)
public ResultSet getResultSet() throws SQLException(Code)(Java Doc)
public int getResultSetConcurrency() throws SQLException(Code)(Java Doc)
public int getResultSetHoldability() throws SQLException(Code)(Java Doc)
public int getResultSetType() throws SQLException(Code)(Java Doc)
protected Class<? extends java.sql.Statement> getStatementClass()(Code)(Java Doc)
public int getUpdateCount() throws SQLException(Code)(Java Doc)
public SQLWarning getWarnings() throws SQLException(Code)(Java Doc)
void init() throws Exception(Code)(Java Doc)
Object[][] intProvider()(Code)(Java Doc)
public boolean isClosed() throws SQLException(Code)(Java Doc)
public boolean isPoolable() throws SQLException(Code)(Java Doc)
public boolean isWrapperFor(Class targetClass) throws SQLException(Code)(Java Doc)
protected void recordConstructor() throws SQLException(Code)(Java Doc)
void replay()(Code)(Java Doc)
void reset()(Code)(Java Doc)
public void setCursorName(String name) throws SQLException(Code)(Java Doc)
public void setEscapeProcessing(boolean enable) throws SQLException(Code)(Java Doc)
public void setFetchDirection(int direction) throws SQLException(Code)(Java Doc)
public void setFetchSize(int rows) throws SQLException(Code)(Java Doc)
public void setMaxFieldSize(int max) throws SQLException(Code)(Java Doc)
public void setMaxRows(int max) throws SQLException(Code)(Java Doc)
public void setPoolable(boolean poolable) throws SQLException(Code)(Java Doc)
public void setQueryTimeout(int seconds) throws SQLException(Code)(Java Doc)
Object[][] stringIntProvider()(Code)(Java Doc)
Object[][] stringIntsProvider()(Code)(Java Doc)
Object[][] stringProvider()(Code)(Java Doc)
Object[][] stringStringsProvider()(Code)(Java Doc)
public T unwrap(Class<T> targetClass) throws SQLException(Code)(Java Doc)
void verify()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.