biz.hammurapi.sql.syntax
Class NotLike

java.lang.Object
  extended by biz.hammurapi.sql.syntax.NotLike
All Implemented Interfaces:
Parameterizer, StatementFragment, java.io.Serializable

public class NotLike
extends java.lang.Object
implements StatementFragment, java.io.Serializable

NotLike

Author:
Pavel
See Also:
Serialized Form

Constructor Summary
NotLike(java.lang.String columnName, boolean value)
           
NotLike(java.lang.String columnName, byte value)
           
NotLike(java.lang.String columnName, char value)
           
NotLike(java.lang.String columnName, double value)
           
NotLike(java.lang.String columnName, float value)
           
NotLike(java.lang.String columnName, int value)
           
NotLike(java.lang.String columnName, long value)
           
NotLike(java.lang.String columnName, java.lang.Object value)
           
NotLike(java.lang.String columnName, java.lang.Object value, int sqlType)
           
NotLike(java.lang.String columnName, short value)
           
NotLike(java.lang.String columnName, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 int parameterize(java.sql.PreparedStatement ps, int idx)
          Parameterizes prepared statement
 java.lang.String toSqlString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotLike

public NotLike(java.lang.String columnName,
               boolean value)

NotLike

public NotLike(java.lang.String columnName,
               byte value)

NotLike

public NotLike(java.lang.String columnName,
               char value)

NotLike

public NotLike(java.lang.String columnName,
               double value)

NotLike

public NotLike(java.lang.String columnName,
               float value)

NotLike

public NotLike(java.lang.String columnName,
               int value)

NotLike

public NotLike(java.lang.String columnName,
               long value)

NotLike

public NotLike(java.lang.String columnName,
               java.lang.String value)

NotLike

public NotLike(java.lang.String columnName,
               java.lang.Object value)

NotLike

public NotLike(java.lang.String columnName,
               java.lang.Object value,
               int sqlType)

NotLike

public NotLike(java.lang.String columnName,
               short value)
Method Detail

toSqlString

public java.lang.String toSqlString()
Specified by:
toSqlString in interface StatementFragment

parameterize

public int parameterize(java.sql.PreparedStatement ps,
                        int idx)
                 throws java.sql.SQLException
Description copied from interface: Parameterizer
Parameterizes prepared statement

Specified by:
parameterize in interface Parameterizer
idx - Starting parameter index
Returns:
Next parameter index. Return value is used for chaining parameterizers.
Throws:
java.sql.SQLException

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2003 Hammurapi Group. All Rights Reserved.