Constructs a Period representing a duration less than count units extending into the past.
@param count the number of units. must be non-negative
@param unit the unit
@return the new Period
Return true if this offset is 'lessThan' other. If the fOffset fields are equal, the placement field is considered, and BEFORE_OFFSET is considered 'lessThan' AFTER_OFFSET.
@param other the other offset
@return true if this offset appears before other
The SQL language < operator. This method is called from the language module. The storage module uses the compare method in Orderable.
@param left The value on the left side of the operator
@param right The value on the right side of the operator
@return A BooleanDataValue telling the result of the comparison
@exception StandardException Thrown on error
Returns whether this {@link KerberosTime} is less than a given {@link KerberosTime}.
@param time
@return true if this {@link KerberosTime} is less than a given {@link KerberosTime}.
checks if the current kerberos time is less or equal than the given kerberos time
@param ktime the kerberos time against which the current kerberos time needs to be compared
@return true if current kerberos time is less or equal than the given kerberos time, false otherwise
Check if this lock mode is less restrictive than the given lock mode.
@param mode LockMode to check
@return true if this lock mode is less restrictive than given lock mode
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.