jdk/src/share/classes/javax/sql/RowSet.java
changeset 18564 f9db68ff2cbb
parent 5506 202f599c92aa
child 20880 1b610151b316
equal deleted inserted replaced
18563:35827454c772 18564:f9db68ff2cbb
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2013, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    30 import java.math.*;
    30 import java.math.*;
    31 import java.util.*;
    31 import java.util.*;
    32 
    32 
    33 /**
    33 /**
    34  * The interface that adds support to the JDBC API for the
    34  * The interface that adds support to the JDBC API for the
    35  * JavaBeans<sup><font size=-2>TM</font></sup> component model.
    35  * JavaBeans&trade; component model.
    36  * A rowset, which can be used as a JavaBeans component in
    36  * A rowset, which can be used as a JavaBeans component in
    37  * a visual Bean development environment, can be created and
    37  * a visual Bean development environment, can be created and
    38  * configured at design time and executed at run time.
    38  * configured at design time and executed at run time.
    39  * <P>
    39  * <P>
    40  * The <code>RowSet</code>
    40  * The <code>RowSet</code>