MariaDbStatement
classin packageklyn.databases.sql.mariadb
public class MariaDbStatement extends MariaDbStatementBase implements Statement:
MariaDbStatement
All Implemented Interfaces: Statement
Plain MariaDB statement.
import klyn.databases.sql.mariadb

# statement = connection.statement()
Properties inherited from Statement: batchSize, closeOnCompletion, closed, concurrency, connection, cursorName, escapeProcessing, fetchDirection, fetchSize, generatedKeys, holdability, largeMaxRows, maxFieldSize, maxRows, poolable, queryTimeoutSeconds, resultSetType, warning
Methods inherited from Statement: addBatch, clearBatch, clearWarnings, execute, executeBatch, executeQuery, executeUpdate, query, update
Methods inherited from AutoClosable: close