| java.lang.Object org.apache.derbyTesting.functionTests.tests.derbynet.callable
callable | public class callable (Code) | | This test tests the JDBC CallableStatement.
|
Method Summary | |
public static void | Longvarbinary_Proc_In(byte[] in_param) | public static void | Numeric_Proc(BigDecimal[] param1, BigDecimal[] param2, BigDecimal[] param3) | public static void | UpdTable_Proc(BigDecimal type_param) | public static void | cleanUp(Statement stmt) | public static void | main(String args) | public static void | method1(int p1, int p2, int[] p3) | public static int | method2(int p1) | public static void | method3() | public static int | method4() | public static void | method4(short s, int i, long l, float f, double d, BigDecimal bd, Date dt, Time t, Timestamp ts, byte[] ba, short[] sr, int[] ir, long[] lr, float[] fr, double[] dr, BigDecimal[] bdr, Date[] dtr, Time[] tr, Timestamp[] tsr, byte[][] bar) | public static void | method5(BigDecimal bd1, BigDecimal bdr1, BigDecimal bd2, BigDecimal bdr2, BigDecimal bdr3, BigDecimal bdr4, BigDecimal bdr5, BigDecimal bdr6, BigDecimal bdr7) | public static void | method6(int p1, int p2, short s1, short s2, long l1, long l2, float f1, float f2, double d1, double d2, Time t1, Time t2) | static void | testBatch(Connection conn) | static void | testBigDec(Connection conn) | static void | testLongBinary(Connection conn) |
Longvarbinary_Proc_In | public static void Longvarbinary_Proc_In(byte[] in_param) throws SQLException(Code) | | |
method1 | public static void method1(int p1, int p2, int[] p3)(Code) | | |
method2 | public static int method2(int p1)(Code) | | |
method3 | public static void method3()(Code) | | |
method4 | public static int method4()(Code) | | |
method4 | public static void method4(short s, int i, long l, float f, double d, BigDecimal bd, Date dt, Time t, Timestamp ts, byte[] ba, short[] sr, int[] ir, long[] lr, float[] fr, double[] dr, BigDecimal[] bdr, Date[] dtr, Time[] tr, Timestamp[] tsr, byte[][] bar)(Code) | | |
method6 | public static void method6(int p1, int p2, short s1, short s2, long l1, long l2, float f1, float f2, double d1, double d2, Time t1, Time t2)(Code) | | |
|
|