Java Doc for outparams.java in  » Database-DBMS » db-derby-10.2 » org » apache » derbyTesting » functionTests » tests » lang » 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 DBMS » db derby 10.2 » org.apache.derbyTesting.functionTests.tests.lang 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.derbyTesting.functionTests.tests.lang.outparams

All known Subclasses:   org.apache.derbyTesting.functionTests.tests.lang.outparams30,
outparams
public class outparams (Code)


Field Summary
static  String[]outputMethods
    
static  int[]paramJDBCType
    
static  String[]returnMethodType
    
static  StringreturnMethods
    
final static  StringtypeNames
    
final static  inttypes
    


Method Summary
public static  voiddoInsertion(byte[] p25)
    
public static  voidmain(String[] argv)
    
public static  voidoutput(int[] a1, int[] a2, int[] a3, int[] a4, int[] a5, String[] s1, String[] s2, String[] s3, String[] s4, String[] s5)
    
public static  BigIntegerreturnsBigInteger(int type)
    
public static  BytereturnsByte(int type)
    
public static  byte[]returnsByteArray(int type)
    
public static  bytereturnsByteP(int type)
    
public static  DatereturnsDate(int type)
    
public static  DoublereturnsDouble(int type)
    
public static  doublereturnsDoubleP(int type)
    
public static  FloatreturnsFloat(int type)
    
public static  floatreturnsFloatP(int type)
    
public static  IntegerreturnsInteger(int type)
    
public static  intreturnsIntegerP(int type)
    
public static  LongreturnsLong(int type)
    
public static  longreturnsLongP(int type)
    
public static  voidreturnsNothing()
    
public static  ShortreturnsShort(int type)
    
public static  shortreturnsShortP(int type)
    
public static  StringreturnsString(int type)
    
public static  TimereturnsTime(int type)
    
public static  TimestampreturnsTimestamp(int type)
    
public static  voidrunTests(Connection conn)
    
public static  voidtakesBigInteger(BigInteger[] outparam, int type)
    
public static  voidtakesBoolean(Boolean[] outparam, int type)
    
public static  voidtakesBooleanPrimitive(boolean[] outparam, int type)
    
public static  voidtakesByte(Byte[] outparam, int type)
    
public static  voidtakesByteArray(byte[][] outparam, int type)
    
public static  voidtakesBytePrimitive(byte[] outparam, int type)
    
public static  voidtakesDate(Date[] outparam, int type)
    
public static  voidtakesDouble(Double[] outparam, int type)
    
public static  voidtakesDoublePrimitive(double[] outparam, int type)
    
public static  voidtakesFloat(Float[] outparam, int type)
    
public static  voidtakesFloatPrimitive(float[] outparam, int type)
    
public static  voidtakesInteger(Integer[] outparam, int type)
    
public static  voidtakesIntegerPrimitive(int[] outparam, int type)
    
public static  voidtakesLong(Long[] outparam, int type)
    
public static  voidtakesLongPrimitive(long[] outparam, int type)
    
public static  voidtakesNothing()
    
public static  voidtakesShort(Short[] outparam, int type)
    
public static  voidtakesShortPrimitive(short[] outparam, int type)
    
public static  voidtakesString(String[] outparam, int type)
    
public static  voidtakesTime(Time[] outparam, int type)
    
public static  voidtakesTimestamp(Timestamp[] outparam, int type)
    
public static  voidtestNull(Boolean passedInNull, Boolean setToNull, Integer[] retval)
    
public static  voidtestNullBug4317(String passedInNull)
    

Field Detail
outputMethods
static String[] outputMethods(Code)



paramJDBCType
static int[] paramJDBCType(Code)



returnMethodType
static String[] returnMethodType(Code)



returnMethods
static String returnMethods(Code)



typeNames
final static String typeNames(Code)



types
final static int types(Code)





Method Detail
doInsertion
public static void doInsertion(byte[] p25) throws Throwable(Code)



main
public static void main(String[] argv) throws Throwable(Code)



output
public static void output(int[] a1, int[] a2, int[] a3, int[] a4, int[] a5, String[] s1, String[] s2, String[] s3, String[] s4, String[] s5)(Code)



returnsBigInteger
public static BigInteger returnsBigInteger(int type)(Code)



returnsByte
public static Byte returnsByte(int type)(Code)



returnsByteArray
public static byte[] returnsByteArray(int type)(Code)



returnsByteP
public static byte returnsByteP(int type)(Code)



returnsDate
public static Date returnsDate(int type)(Code)



returnsDouble
public static Double returnsDouble(int type)(Code)



returnsDoubleP
public static double returnsDoubleP(int type)(Code)



returnsFloat
public static Float returnsFloat(int type)(Code)



returnsFloatP
public static float returnsFloatP(int type)(Code)



returnsInteger
public static Integer returnsInteger(int type)(Code)



returnsIntegerP
public static int returnsIntegerP(int type)(Code)



returnsLong
public static Long returnsLong(int type)(Code)



returnsLongP
public static long returnsLongP(int type)(Code)



returnsNothing
public static void returnsNothing()(Code)



returnsShort
public static Short returnsShort(int type)(Code)



returnsShortP
public static short returnsShortP(int type)(Code)



returnsString
public static String returnsString(int type) throws Throwable(Code)



returnsTime
public static Time returnsTime(int type)(Code)



returnsTimestamp
public static Timestamp returnsTimestamp(int type)(Code)



runTests
public static void runTests(Connection conn) throws Throwable(Code)



takesBigInteger
public static void takesBigInteger(BigInteger[] outparam, int type)(Code)



takesBoolean
public static void takesBoolean(Boolean[] outparam, int type)(Code)



takesBooleanPrimitive
public static void takesBooleanPrimitive(boolean[] outparam, int type)(Code)



takesByte
public static void takesByte(Byte[] outparam, int type)(Code)



takesByteArray
public static void takesByteArray(byte[][] outparam, int type)(Code)



takesBytePrimitive
public static void takesBytePrimitive(byte[] outparam, int type)(Code)



takesDate
public static void takesDate(Date[] outparam, int type)(Code)



takesDouble
public static void takesDouble(Double[] outparam, int type)(Code)



takesDoublePrimitive
public static void takesDoublePrimitive(double[] outparam, int type)(Code)



takesFloat
public static void takesFloat(Float[] outparam, int type)(Code)



takesFloatPrimitive
public static void takesFloatPrimitive(float[] outparam, int type)(Code)



takesInteger
public static void takesInteger(Integer[] outparam, int type)(Code)



takesIntegerPrimitive
public static void takesIntegerPrimitive(int[] outparam, int type)(Code)



takesLong
public static void takesLong(Long[] outparam, int type)(Code)



takesLongPrimitive
public static void takesLongPrimitive(long[] outparam, int type)(Code)



takesNothing
public static void takesNothing()(Code)



takesShort
public static void takesShort(Short[] outparam, int type)(Code)



takesShortPrimitive
public static void takesShortPrimitive(short[] outparam, int type)(Code)



takesString
public static void takesString(String[] outparam, int type) throws Throwable(Code)



takesTime
public static void takesTime(Time[] outparam, int type)(Code)



takesTimestamp
public static void takesTimestamp(Timestamp[] outparam, int type)(Code)



testNull
public static void testNull(Boolean passedInNull, Boolean setToNull, Integer[] retval) throws Throwable(Code)



testNullBug4317
public static void testNullBug4317(String passedInNull) throws Throwable(Code)



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.