public class SendPrepareParameterPacket extends Object
| Constructor and Description |
|---|
SendPrepareParameterPacket() |
| Modifier and Type | Method and Description |
|---|---|
static void |
send(int parameterIndex,
LongDataParameterHolder parameter,
int statementId,
OutputStream os)
Send stream to database.
|
public static void send(int parameterIndex,
LongDataParameterHolder parameter,
int statementId,
OutputStream os)
throws IOException
parameterIndex - parameter indexparameter - parameterstatementId - statement Idos - database socketIOException - if a connection error occurCopyright © 2016. All rights reserved.