|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MariaDbStatement in org.mariadb.jdbc |
|---|
| Subclasses of MariaDbStatement in org.mariadb.jdbc | |
|---|---|
class |
BasePrepareStatement
|
class |
CallableFunctionStatement
|
class |
CallableProcedureStatement
|
class |
MariaDbFunctionStatement
|
class |
MariaDbPreparedStatementClient
|
class |
MariaDbPreparedStatementServer
|
class |
MariaDbProcedureStatement
|
| Methods in org.mariadb.jdbc that return MariaDbStatement | |
|---|---|
MariaDbStatement |
MariaDbStatement.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 | |
|---|---|
MariaDbStatement |
Results.getStatement()
|
| Constructors in org.mariadb.jdbc.internal.com.read.dao with parameters of type MariaDbStatement | |
|---|---|
Results(MariaDbStatement statement,
int autoIncrement)
Constructor for specific statement. |
|
Results(MariaDbStatement statement,
int fetchSize,
boolean batch,
int expectedSize,
boolean binaryFormat,
int resultSetScrollType,
int autoIncrement)
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 | |
|---|---|
MariaDbStatement |
SelectResultSet.getStatement()
|
| Methods in org.mariadb.jdbc.internal.com.read.resultset with parameters of type MariaDbStatement | |
|---|---|
void |
SelectResultSet.setStatement(MariaDbStatement statement)
|
| Uses of MariaDbStatement in org.mariadb.jdbc.internal.protocol |
|---|
| Methods in org.mariadb.jdbc.internal.protocol with parameters of type MariaDbStatement | |
|---|---|
void |
Protocol.prolog(long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement)
|
void |
AbstractQueryProtocol.prolog(long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement)
Preparation before command. |
void |
Protocol.prologProxy(ServerPrepareResult serverPrepareResult,
long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement)
|
void |
AbstractQueryProtocol.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 MariaDbStatement | |
|---|---|
static SQLException |
ExceptionMapper.getException(SQLException exception,
MariaDbConnection connection,
MariaDbStatement statement,
boolean timeout)
Helper to decorate exception with associate subclass of SQLException exception. |
static void |
ExceptionMapper.throwAndLogException(SQLException exception,
MariaDbConnection connection,
MariaDbStatement statement,
Logger logger,
boolean timeout)
Helper to throw exception. |
static void |
ExceptionMapper.throwException(SQLException exception,
MariaDbConnection connection,
MariaDbStatement statement)
Helper to throw exception. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||