public class SendPrepareStatementPacket extends Object implements InterfaceSendPacket
| Constructor and Description |
|---|
SendPrepareStatementPacket(String sql) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(OutputStream os)
Send server prepareStatement stream.
|
public SendPrepareStatementPacket(String sql)
public void send(OutputStream os) throws IOException
send in interface InterfaceSendPacketos - database socketIOException - if any connection error occurCopyright © 2016. All rights reserved.