org.firebirdsql.gds.impl.jni
Class BlobParameterBufferImp
java.lang.Object
org.firebirdsql.gds.impl.jni.BlobParameterBufferImp
- All Implemented Interfaces:
- Serializable, BlobParameterBuffer
public class BlobParameterBufferImp
- extends Object
- implements BlobParameterBuffer
- See Also:
- Serialized Form
BlobParameterBufferImp
public BlobParameterBufferImp()
addArgument
public void addArgument(int argumentType,
int value)
- Description copied from interface:
BlobParameterBuffer
- Set an
int parameter on this
BlobParameterBuffer.
- Specified by:
addArgument in interface BlobParameterBuffer
- Parameters:
argumentType - The parameter to be set, either an
ISCConstantsone.isc_bpb_* constant, or one of the
fields of this interfacevalue - The value to set for the given parameter
addArgument
public void addArgument(int argumentType,
String value)
addArgument
public void addArgument(int argumentType,
byte value)
addArgument
public void addArgument(int argumentType)
addArgument
public void addArgument(int type,
byte[] content)
getArgumentAsString
public String getArgumentAsString(int type)
getArgumentAsInt
public int getArgumentAsInt(int type)
hasArgument
public boolean hasArgument(int type)
removeArgument
public void removeArgument(int type)
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
writeArgumentsTo
protected void writeArgumentsTo(ByteArrayOutputStream outputStream)
getArgumentsList
protected List getArgumentsList()
Copyright © 2001-2010. All Rights Reserved.