1 2 3
interface PreparedStatement { public ParameterMetaData getParameterMetaData() throws MyException; }