This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


java.sql
enum ClientInfoStatus

java.lang.Object extended by java.lang.Enum extended by java.sql.ClientInfoStatus
All Implemented Interfaces:
Serializable, Comparable

public final enum ClientInfoStatus
extends Enum

Enumeration for status of the reason that a property could not be set via a call to Connection.setClientInfo


Field Summary
static ClientInfoStatus REASON_UNKNOWN
          The client info property could not be set for some unknown reason
static ClientInfoStatus REASON_UNKNOWN_PROPERTY
          The client info property name specified was not a recognized property name.
static ClientInfoStatus REASON_VALUE_INVALID
          The value specified for the client info property was not valid.
static ClientInfoStatus REASON_VALUE_TRUNCATED
          The value specified for the client info property was too large.
 
Method Summary
static ClientInfoStatus

          
static ClientInfoStatus[]

          
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REASON_UNKNOWN

public static final ClientInfoStatus REASON_UNKNOWN
The client info property could not be set for some unknown reason

REASON_UNKNOWN_PROPERTY

public static final ClientInfoStatus REASON_UNKNOWN_PROPERTY
The client info property name specified was not a recognized property name.

REASON_VALUE_INVALID

public static final ClientInfoStatus REASON_VALUE_INVALID
The value specified for the client info property was not valid.

REASON_VALUE_TRUNCATED

public static final ClientInfoStatus REASON_VALUE_TRUNCATED
The value specified for the client info property was too large.
Method Detail

valueOf

public static ClientInfoStatus valueOf(String name)
Parameters:
name

values

public static ClientInfoStatus[] values()


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.