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

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.types.BooleanDataValue

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

Classes in org.apache.derby.iapi.types that implement BooleanDataValue
 class SQLBoolean
          SQLBoolean satisfies the DataValueDescriptor interfaces (i.e., DataType).
 

Methods in org.apache.derby.iapi.types that return BooleanDataValue
 BooleanDataValue XMLDataValue.XMLExists(StringDataValue xExpr, XMLDataValue xml)
          The SQL/XML XMLExists operator.
 BooleanDataValue XML.XMLExists(StringDataValue xExpr, XMLDataValue xml)
          The SQL/XML XMLExists operator.
 BooleanDataValue UserType.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue UserType.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue StringDataValue.like(DataValueDescriptor pattern)
          The SQL like() function with out escape clause.
 BooleanDataValue StringDataValue.like(DataValueDescriptor pattern, DataValueDescriptor escape)
          The SQL like() function WITH escape clause.
 BooleanDataValue SQLTinyint.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLTinyint.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLTinyint.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLTinyint.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLTinyint.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLTinyint.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLSmallint.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLSmallint.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLSmallint.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLSmallint.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLSmallint.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLSmallint.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLReal.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLReal.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLReal.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLReal.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLReal.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLReal.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLLongint.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLLongint.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLLongint.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLLongint.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLLongint.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLLongint.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLInteger.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLInteger.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLInteger.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLInteger.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLInteger.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLInteger.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLDouble.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLDouble.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLDouble.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLDouble.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLDouble.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLDouble.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLChar.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLChar.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLChar.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLChar.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLChar.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLChar.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLChar.like(DataValueDescriptor pattern)
          This method implements the like function for char (with no escape value).
 BooleanDataValue SQLChar.like(DataValueDescriptor pattern, DataValueDescriptor escape)
          This method implements the like function for char with an escape value.
 BooleanDataValue SQLBoolean.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBoolean.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBoolean.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBoolean.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBoolean.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBoolean.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBoolean.and(BooleanDataValue otherValue)
          The AND operator.
 BooleanDataValue SQLBoolean.or(BooleanDataValue otherValue)
          The OR operator.
 BooleanDataValue SQLBoolean.is(BooleanDataValue otherValue)
          The SQL IS operator - consult any standard SQL reference for an explanation.
 BooleanDataValue SQLBoolean.isNot(BooleanDataValue otherValue)
          Implements NOT IS.
 BooleanDataValue SQLBoolean.throwExceptionIfFalse(java.lang.String sqlState, java.lang.String tableName, java.lang.String constraintName)
          Throw an exception with the given SQLState if this BooleanDataValue is false.
 BooleanDataValue SQLBinary.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBinary.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBinary.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBinary.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBinary.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue SQLBinary.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataValueFactoryImpl.getDataValue(boolean value)
           
 BooleanDataValue DataValueFactoryImpl.getDataValue(boolean value, BooleanDataValue previous)
           
 BooleanDataValue DataValueFactoryImpl.getDataValue(java.lang.Boolean value)
           
 BooleanDataValue DataValueFactoryImpl.getDataValue(java.lang.Boolean value, BooleanDataValue previous)
           
 BooleanDataValue DataValueFactoryImpl.getDataValue(BooleanDataValue value)
           
 BooleanDataValue DataValueFactoryImpl.getNullBoolean(BooleanDataValue dataValue)
           
 BooleanDataValue DataValueFactory.getDataValue(java.lang.Boolean value)
          Get a SQL boolean with the given value.
 BooleanDataValue DataValueFactory.getDataValue(java.lang.Boolean value, BooleanDataValue previous)
           
 BooleanDataValue DataValueFactory.getDataValue(BooleanDataValue value)
          Get a SQL boolean with the given value.
 BooleanDataValue DataValueFactory.getDataValue(boolean value)
          Get a SQL boolean with the given value.
 BooleanDataValue DataValueFactory.getDataValue(boolean value, BooleanDataValue previous)
           
 BooleanDataValue DataValueFactory.getNullBoolean(BooleanDataValue dataValue)
          Get a SQL boolean with a SQL null value.
 BooleanDataValue DataValueDescriptor.isNullOp()
          The SQL "IS NULL" operator.
 BooleanDataValue DataValueDescriptor.isNotNull()
          The SQL "IS NOT NULL" operator.
 BooleanDataValue DataValueDescriptor.equals(DataValueDescriptor left, DataValueDescriptor right)
          The SQL language = operator.
 BooleanDataValue DataValueDescriptor.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The SQL language <> operator.
 BooleanDataValue DataValueDescriptor.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The SQL language < operator.
 BooleanDataValue DataValueDescriptor.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The SQL language > operator.
 BooleanDataValue DataValueDescriptor.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The SQL language <= operator.
 BooleanDataValue DataValueDescriptor.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The SQL language >= operator.
 BooleanDataValue DataValueDescriptor.in(DataValueDescriptor left, DataValueDescriptor[] inList, boolean orderedList)
          The SQL language IN operator.
 BooleanDataValue DataType.isNullOp()
          The is null operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataType.isNotNull()
          The is not null operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataType.equals(DataValueDescriptor left, DataValueDescriptor right)
          The = operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataType.notEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <> operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataType.lessThan(DataValueDescriptor left, DataValueDescriptor right)
          The < operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataType.greaterThan(DataValueDescriptor left, DataValueDescriptor right)
          The > operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataType.lessOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The <= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataType.greaterOrEquals(DataValueDescriptor left, DataValueDescriptor right)
          The >= operator as called from the language module, as opposed to the storage module.
 BooleanDataValue DataType.in(DataValueDescriptor left, DataValueDescriptor[] inList, boolean orderedList)
           
 BooleanDataValue BooleanDataValue.and(BooleanDataValue otherValue)
          The SQL AND operator.
 BooleanDataValue BooleanDataValue.or(BooleanDataValue otherValue)
          The SQL OR operator.
 BooleanDataValue BooleanDataValue.is(BooleanDataValue otherValue)
          The SQL IS operator - consult any standard SQL reference for an explanation.
 BooleanDataValue BooleanDataValue.isNot(BooleanDataValue otherValue)
          Implements NOT IS.
 BooleanDataValue BooleanDataValue.throwExceptionIfFalse(java.lang.String SQLState, java.lang.String tableName, java.lang.String constraintName)
          Throw an exception with the given SQLState if this BooleanDataValue is false.
 

Methods in org.apache.derby.iapi.types with parameters of type BooleanDataValue
 BooleanDataValue SQLBoolean.and(BooleanDataValue otherValue)
          The AND operator.
 BooleanDataValue SQLBoolean.or(BooleanDataValue otherValue)
          The OR operator.
 BooleanDataValue SQLBoolean.is(BooleanDataValue otherValue)
          The SQL IS operator - consult any standard SQL reference for an explanation.
 BooleanDataValue SQLBoolean.isNot(BooleanDataValue otherValue)
          Implements NOT IS.
 BooleanDataValue DataValueFactoryImpl.getDataValue(boolean value, BooleanDataValue previous)
           
 BooleanDataValue DataValueFactoryImpl.getDataValue(java.lang.Boolean value, BooleanDataValue previous)
           
 BooleanDataValue DataValueFactoryImpl.getDataValue(BooleanDataValue value)
           
 BooleanDataValue DataValueFactoryImpl.getNullBoolean(BooleanDataValue dataValue)
           
 BooleanDataValue DataValueFactory.getDataValue(java.lang.Boolean value, BooleanDataValue previous)
           
 BooleanDataValue DataValueFactory.getDataValue(BooleanDataValue value)
          Get a SQL boolean with the given value.
 BooleanDataValue DataValueFactory.getDataValue(boolean value, BooleanDataValue previous)
           
 BooleanDataValue DataValueFactory.getNullBoolean(BooleanDataValue dataValue)
          Get a SQL boolean with a SQL null value.
 BooleanDataValue BooleanDataValue.and(BooleanDataValue otherValue)
          The SQL AND operator.
 BooleanDataValue BooleanDataValue.or(BooleanDataValue otherValue)
          The SQL OR operator.
 BooleanDataValue BooleanDataValue.is(BooleanDataValue otherValue)
          The SQL IS operator - consult any standard SQL reference for an explanation.
 BooleanDataValue BooleanDataValue.isNot(BooleanDataValue otherValue)
          Implements NOT IS.