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