public interface Prepare
| Modifier and Type | Method and Description |
|---|---|
void |
close(com.singlestore.jdbc.client.Client con)
Close Prepared command
|
void |
decrementUse(com.singlestore.jdbc.client.Client con,
ServerPreparedStatement preparedStatement)
Decrement use of prepare.
|
com.singlestore.jdbc.client.ColumnDecoder[] |
getColumns() |
com.singlestore.jdbc.client.ColumnDecoder[] |
getParameters() |
int |
getStatementId()
Get current prepare statement id
|
void |
setColumns(com.singlestore.jdbc.client.ColumnDecoder[] columns) |
void close(com.singlestore.jdbc.client.Client con)
throws SQLException
con - current connectionSQLException - if prepare close failsvoid decrementUse(com.singlestore.jdbc.client.Client con,
ServerPreparedStatement preparedStatement)
throws SQLException
con - connectionpreparedStatement - current prepared statement that was using prepare objectSQLException - if close failsint getStatementId()
com.singlestore.jdbc.client.ColumnDecoder[] getParameters()
com.singlestore.jdbc.client.ColumnDecoder[] getColumns()
void setColumns(com.singlestore.jdbc.client.ColumnDecoder[] columns)
Copyright © 2025 SingleStore. All rights reserved.