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 TypeClassDescriptionclass
class
class
class
class
class
class
Methods 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 TypeMethodDescriptionvoid
AbstractMastersListener.prolog
(long maxRows, MariaDbConnection connection, MariaDbStatement statement) void
Listener.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 TypeMethodDescriptionvoid
MastersSlavesListener.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 TypeMethodDescriptionvoid
AbstractQueryProtocol.prolog
(long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) Preparation before command.void
Protocol.prolog
(long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) void
AbstractQueryProtocol.prologProxy
(ServerPrepareResult serverPrepareResult, long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) void
Protocol.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 SQLException
ExceptionMapper.getException
(SQLException exception, MariaDbConnection connection, MariaDbStatement statement, boolean timeout) Helper to decorate exception with associate subclass ofSQLException
exception.static void
ExceptionMapper.throwException
(SQLException exception, MariaDbConnection connection, MariaDbStatement statement) Helper to throw exception.