Searched refs:getParameterCount (Results 1 – 14 of 14) sorted by relevance
54 int getParameterCount() throws SQLException; in getParameterCount() method
57 assertEquals(0, constructor.getParameterCount()); in test_getParameterCount()61 int count = constructor.getParameterCount(); in test_getParameterCount()
64 assertEquals(0, method.getParameterCount()); in test_getParameterCount()68 int count = method.getParameterCount(); in test_getParameterCount()
995 final int parameterCount = executable.getParameterCount(); in getParameterTestHelpers()
46 public int getParameterCount() { throw new RuntimeException("Stub!"); } in getParameterCount() method in Constructor
46 public int getParameterCount() { throw new RuntimeException("Stub!"); } in getParameterCount() method in Executable
50 public int getParameterCount() { throw new RuntimeException("Stub!"); } in getParameterCount() method in Method
150 public int getParameterCount() { in getParameterCount() method in Constructor
267 index == executable.getParameterCount() - 1; in isVarArgs()
198 public int getParameterCount() { in getParameterCount() method in Method
237 public int getParameterCount() { in getParameterCount() method in Executable346 final int realparams = getParameterCount(); in synthesizeAllParams()
73 public int getParameterCount() { in getParameterCount() method in Constructor
78 public int getParameterCount() { in getParameterCount() method in Executable
4488 method public int getParameterCount();9342 method public int getParameterCount() throws java.sql.SQLException;