KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > rowset > RowSetWarning

javax.sql.rowset
Class RowSetWarning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by javax.sql.rowset.RowSetWarning
All Implemented Interfaces:
Serializable
See Also:
Source Code

public RowSetWarning getNextWarning()
See Also:
setNextWarning(javax.sql.rowset.RowSetWarning)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RowSetWarning()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RowSetWarning(String reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RowSetWarning(String reason,
                     String SQLState)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RowSetWarning(String reason,
                     String SQLState,
                     int vendorCode)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setNextWarning(RowSetWarning warning)
See Also:
getNextWarning()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags