org.firebirdsql.gds
Interface ServiceParameterBuffer


public interface ServiceParameterBuffer

The interface ServiceParameterBuffer models represents the interbase Service Parameter Buffer.


Method Summary
 void addArgument(int argumentType)
           
 void addArgument(int argumentType, int value)
           
 void addArgument(int argumentType, java.lang.String value)
           
 

Method Detail

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.