Class NullCheckClause

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
      protected java.lang.String columnName  
      protected boolean isNull  
    • Constructor Summary

      Constructors 
      Constructor Description
      NullCheckClause​(java.lang.String columnName, boolean isNull)
      Construct
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumnName()
      Get the column name
      java.lang.String getJoinColumnName()
      Get the join column name
      java.lang.String getOperation()
      Get the operation string
      java.util.List getValues()
      Get the individual values
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • columnName

        protected java.lang.String columnName
      • isNull

        protected boolean isNull
    • Constructor Detail

      • NullCheckClause

        public NullCheckClause​(java.lang.String columnName,
                               boolean isNull)
        Construct