jdk/test/javax/sql/testng/util/StubSyncProvider.java
changeset 28558 85050a596713
parent 27338 826d3d9a874a
equal deleted inserted replaced
28557:ce28716935ce 28558:85050a596713
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    49         return providerID;
    49         return providerID;
    50     }
    50     }
    51 
    51 
    52     @Override
    52     @Override
    53     public RowSetReader getRowSetReader() {
    53     public RowSetReader getRowSetReader() {
    54         throw new UnsupportedOperationException("Not supported yet.");
    54         return null;
    55     }
    55     }
    56 
    56 
    57     @Override
    57     @Override
    58     public RowSetWriter getRowSetWriter() {
    58     public RowSetWriter getRowSetWriter() {
    59         throw new UnsupportedOperationException("Not supported yet.");
    59         return null;
    60     }
    60     }
    61 
    61 
    62     @Override
    62     @Override
    63     public int getProviderGrade() {
    63     public int getProviderGrade() {
    64         throw new UnsupportedOperationException("Not supported yet.");
    64         throw new UnsupportedOperationException("Not supported yet.");