|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Instance of this interface represents a Service Parameter Buffer from the Firebird API documentation and specifies the attributes for the Services API connection.
Field Summary | |
static int |
COMMAND_LINE
|
static int |
CONNECT_TIMEOUT
|
static int |
CURRENT_VERSION
|
static int |
DBNAME
|
static int |
DUMMY_PACKET_INTERVAL
|
static int |
OPTIONS
|
static int |
PASSWORD
|
static int |
PASSWORD_ENC
|
static int |
SQL_ROLE_NAME
|
static int |
SYS_USER_NAME
|
static int |
SYS_USER_NAME_ENC
|
static int |
USER_NAME
|
static int |
VERBOSE
|
static int |
VERSION
|
static int |
VERSION1
|
Method Summary | |
void |
addArgument(int argumentType)
Set a void (valueless) parameter on this ServiceParameterBuffer . |
void |
addArgument(int argumentType,
byte[] data)
Set an byte[] paramter on this
ServiceParameterBuffer . |
void |
addArgument(int argumentType,
int value)
Set an int paramter on this
ServiceParameterBuffer . |
void |
addArgument(int argumentType,
java.lang.String value)
Set a String parameter on this
ServiceParameterBuffer . |
Field Detail |
public static final int VERSION
public static final int VERSION1
public static final int CURRENT_VERSION
public static final int USER_NAME
public static final int SYS_USER_NAME
public static final int SYS_USER_NAME_ENC
public static final int PASSWORD
public static final int PASSWORD_ENC
public static final int COMMAND_LINE
public static final int DBNAME
public static final int VERBOSE
public static final int OPTIONS
public static final int CONNECT_TIMEOUT
public static final int DUMMY_PACKET_INTERVAL
public static final int SQL_ROLE_NAME
Method Detail |
public void addArgument(int argumentType)
ServiceParameterBuffer
.
argumentType
- The parameter to be set, one of the isc_spb_*
constants from ISCConstants
public void addArgument(int argumentType, java.lang.String value)
String
parameter on this
ServiceParameterBuffer
.
argumentType
- The parameter to be set, one of the isc_spb_*
constants from ISCConstants
value
- The value to set for the given parameter typepublic void addArgument(int argumentType, int value)
int
paramter on this
ServiceParameterBuffer
.
argumentType
- The parameter to be set, one of the isc_spb_*
constants from ISCConstants
value
- The value to set for the given parameter typepublic void addArgument(int argumentType, byte[] data)
byte[]
paramter on this
ServiceParameterBuffer
.
argumentType
- The parameter to be set, one of the isc_spb_*
constants from ISCConstants
data
- The value to set for the given parameter type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |