Uses of Class
org.mariadb.jdbc.MariaDbStatement
Packages that use MariaDbStatement
Package
Description
-
Uses of MariaDbStatement in org.mariadb.jdbc
Subclasses of MariaDbStatement in org.mariadb.jdbcModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in org.mariadb.jdbc that return MariaDbStatementModifier and TypeMethodDescriptionMariaDbStatement.clone(MariaDbConnection connection) Clone statement. -
Uses of MariaDbStatement in org.mariadb.jdbc.internal.com.read.dao
Fields in org.mariadb.jdbc.internal.com.read.dao declared as MariaDbStatementMethods in org.mariadb.jdbc.internal.com.read.dao that return MariaDbStatementConstructors in org.mariadb.jdbc.internal.com.read.dao with parameters of type MariaDbStatementModifierConstructorDescriptionResults(MariaDbStatement statement, int fetchSize, boolean batch, int expectedSize, boolean binaryFormat, int resultSetScrollType, int resultSetConcurrency, int autoGeneratedKeys, int autoIncrement, String sql, ParameterHolder[] parameters) Default constructor. -
Uses of MariaDbStatement in org.mariadb.jdbc.internal.com.read.resultset
Fields in org.mariadb.jdbc.internal.com.read.resultset declared as MariaDbStatementMethods in org.mariadb.jdbc.internal.com.read.resultset that return MariaDbStatementMethods in org.mariadb.jdbc.internal.com.read.resultset with parameters of type MariaDbStatement -
Uses of MariaDbStatement in org.mariadb.jdbc.internal.failover
Methods in org.mariadb.jdbc.internal.failover with parameters of type MariaDbStatementModifier and TypeMethodDescriptionvoidAbstractMastersListener.prolog(long maxRows, MariaDbConnection connection, MariaDbStatement statement) voidListener.prolog(long maxRows, MariaDbConnection connection, MariaDbStatement statement) -
Uses of MariaDbStatement in org.mariadb.jdbc.internal.failover.impl
Methods in org.mariadb.jdbc.internal.failover.impl with parameters of type MariaDbStatementModifier and TypeMethodDescriptionvoidMastersSlavesListener.prolog(long maxRows, MariaDbConnection connection, MariaDbStatement statement) -
Uses of MariaDbStatement in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type MariaDbStatementModifier and TypeMethodDescriptionvoidAbstractQueryProtocol.prolog(long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) Preparation before command.voidProtocol.prolog(long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) voidAbstractQueryProtocol.prologProxy(ServerPrepareResult serverPrepareResult, long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) voidProtocol.prologProxy(ServerPrepareResult serverPrepareResult, long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) -
Uses of MariaDbStatement in org.mariadb.jdbc.internal.util.exceptions
Methods in org.mariadb.jdbc.internal.util.exceptions with parameters of type MariaDbStatementModifier and TypeMethodDescriptionstatic SQLExceptionExceptionMapper.getException(SQLException exception, MariaDbConnection connection, MariaDbStatement statement, boolean timeout) Helper to decorate exception with associate subclass ofSQLExceptionexception.static voidExceptionMapper.throwException(SQLException exception, MariaDbConnection connection, MariaDbStatement statement) Helper to throw exception.