Uses of Class
org.mariadb.jdbc.MariaDbStatement
-
-
Uses of MariaDbStatement in org.mariadb.jdbc
Subclasses of MariaDbStatement in org.mariadb.jdbc Modifier and Type Class Description classBasePrepareStatementclassCallableFunctionStatementclassCallableProcedureStatementclassClientSidePreparedStatementclassMariaDbFunctionStatementclassMariaDbProcedureStatementclassServerSidePreparedStatementMethods in org.mariadb.jdbc that return MariaDbStatement Modifier and Type Method Description MariaDbStatementMariaDbStatement. clone(MariaDbConnection connection)Clone statement. -
Uses of MariaDbStatement in org.mariadb.jdbc.internal.com.read.dao
Methods in org.mariadb.jdbc.internal.com.read.dao that return MariaDbStatement Modifier and Type Method Description MariaDbStatementResults. getStatement()Constructors in org.mariadb.jdbc.internal.com.read.dao with parameters of type MariaDbStatement Constructor Description Results(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
Methods in org.mariadb.jdbc.internal.com.read.resultset that return MariaDbStatement Modifier and Type Method Description MariaDbStatementSelectResultSet. getStatement()Methods in org.mariadb.jdbc.internal.com.read.resultset with parameters of type MariaDbStatement Modifier and Type Method Description voidSelectResultSet. setStatement(MariaDbStatement statement) -
Uses of MariaDbStatement in org.mariadb.jdbc.internal.failover
Methods in org.mariadb.jdbc.internal.failover with parameters of type MariaDbStatement Modifier and Type Method Description voidAbstractMastersListener. 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 MariaDbStatement Modifier and Type Method Description voidMastersReplicasListener. 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 MariaDbStatement Modifier and Type Method Description voidAbstractQueryProtocol. 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)
-