org.firebirdsql.gds
Interface ServiceRequestBuffer
- public interface ServiceRequestBuffer
The interface ServiceRequestBuffer
models represents the interbase Service Request Buffer.
addArgument
public void addArgument(int argumentType)
- Parameters:
argumentType
-
addArgument
public void addArgument(int argumentType,
java.lang.String value)
- Parameters:
argumentType
- value
-
addArgument
public void addArgument(int argumentType,
int value)
- Parameters:
argumentType
- value
-
Copyright © 2001 David Jencks and other authors. All rights reserved.