public class PrepareResult extends Object
| Modifier and Type | Field and Description |
|---|---|
MySQLColumnInformation[] |
columns |
MySQLColumnInformation[] |
parameters |
int |
statementId |
| Constructor and Description |
|---|
PrepareResult(int statementId,
MySQLColumnInformation[] columns,
MySQLColumnInformation[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUse() |
int |
getUseTime() |
boolean |
hasToBeClose() |
void |
removeUse() |
public int statementId
public MySQLColumnInformation[] columns
public MySQLColumnInformation[] parameters
public PrepareResult(int statementId,
MySQLColumnInformation[] columns,
MySQLColumnInformation[] parameters)
Copyright © 2015. All rights reserved.