org.modeshape.jdbc.metadata
Class ResultsMetadataConstants.NULL_TYPES

java.lang.Object
  extended by org.modeshape.jdbc.metadata.ResultsMetadataConstants.NULL_TYPES
Enclosing interface:
ResultsMetadataConstants

public static final class ResultsMetadataConstants.NULL_TYPES
extends Object

These types are associated with a DataType or an Element needing the indication of null types.


Field Summary
static Integer NOT_NULL
           
static Integer NULLABLE
           
static Integer UNKNOWN
           
 
Constructor Summary
ResultsMetadataConstants.NULL_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_NULL

public static final Integer NOT_NULL

NULLABLE

public static final Integer NULLABLE

UNKNOWN

public static final Integer UNKNOWN
Constructor Detail

ResultsMetadataConstants.NULL_TYPES

public ResultsMetadataConstants.NULL_TYPES()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.