MariaDbPreparedStatement
classin packageklyn.databases.sql.mariadb
public class MariaDbPreparedStatement extends MariaDbStatementBase implements PreparedStatement:
MariaDB prepared statement.
The current implementation renders bound parameters client-side before
sending the final SQL to MariaDB.
import klyn.databases.sql.mariadb
# prepared = connection.prepared("select * from users where id = ?")
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
parameterInfo |
No summary. |
| public readonly property |
parameters |
No summary. |
| public readonly property |
sql |
No summary. |
Properties inherited from Statement: batchSize,
closeOnCompletion,
closed,
concurrency,
connection,
cursorName,
escapeProcessing,
fetchDirection,
fetchSize,
generatedKeys,
holdability,
largeMaxRows,
maxFieldSize,
maxRows,
poolable,
queryTimeoutSeconds,
resultSetType,
warning
Methods
Methods inherited from PreparedStatement: bind,
bindBoolean,
bindDouble,
bindInt,
bindLong,
bindNull,
bindString,
clearParameters,
execute,
query,
update