org.firebirdsql.gds.impl.wire
Class ParameterBufferBase.StringArgument

java.lang.Object
  extended by org.firebirdsql.gds.impl.wire.ParameterBufferBase.Argument
      extended by org.firebirdsql.gds.impl.wire.ParameterBufferBase.StringArgument
All Implemented Interfaces:
Serializable
Enclosing class:
ParameterBufferBase

protected static class ParameterBufferBase.StringArgument
extends ParameterBufferBase.Argument

See Also:
Serialized Form

Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
protected  void writeLength(int length, XdrOutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeLength

protected void writeLength(int length,
                           XdrOutputStream outputStream)
                    throws IOException
Throws:
IOException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 2001-2010. All Rights Reserved.