HomeSort by relevance Sort by last modified time
    Searched defs:SQLWarning (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/java/sql/
SQLWarning.java 25 public class SQLWarning extends SQLException implements Serializable {
30 * Creates an {@code SQLWarning} object. The reason string is set to {@code
34 public SQLWarning() {
39 * Creates an {@code SQLWarning} object. The reason string is set to the
46 public SQLWarning(String theReason) {
51 * Creates an {@code SQLWarning} object. The reason string is set to the
60 public SQLWarning(String theReason, String theSQLState) {
65 * Creates an {@code SQLWarning} object. The reason string is set to the
77 public SQLWarning(String theReason, String theSQLState, int theErrorCode) {
82 * Creates an SQLWarning object. The Reason string is set to null, th
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 378 milliseconds