Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.types.SQLChar

Uses of SQLChar in org.apache.derby.iapi.types
 

Subclasses of SQLChar in org.apache.derby.iapi.types
 class SQLClob
          SQLClob uses SQLVarchar by inheritance.
 class SQLLongvarchar
          SQLLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLNationalChar
          SQLNationalChar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLNationalLongvarchar
          SQLNationalLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLNationalVarchar
          SQLNationalVarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLNClob
          SQLNClob satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 class SQLVarchar
          SQLVarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType).
 

Fields in org.apache.derby.iapi.types declared as SQLChar
private  SQLChar XML.xmlStringValue
           
 

Methods in org.apache.derby.iapi.types with parameters of type SQLChar
protected  int SQLNationalVarchar.stringCompare(SQLChar char1, SQLChar char2)
          Compare two SQLChars.
protected  int SQLNationalLongvarchar.stringCompare(SQLChar char1, SQLChar char2)
          Compare two SQLChars.
protected  int SQLNationalChar.stringCompare(SQLChar char1, SQLChar char2)
          Compare two SQLChars.
protected  int SQLNClob.stringCompare(SQLChar char1, SQLChar char2)
          ---- TODO: Disable? Compare two SQLChars.
protected  int SQLChar.stringCompare(SQLChar char1, SQLChar char2)
          Compare two SQLChars.
protected  int SQLChar.stringCollatorCompare(SQLChar str2)
          Compare a localized string with this one.
protected  void SQLChar.copyState(SQLChar other)
           
 

Constructors in org.apache.derby.iapi.types with parameters of type SQLChar
XML(SQLChar val)
          Private constructor used for the getClone() method.