org.firebirdsql.gds
Interface ServiceParameterBuffer
- public interface ServiceParameterBuffer
The interface ServiceParameterBuffer
models represents the interbase Service Parameter 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.