Uses of Class
org.mariadb.jdbc.ServerPreparedStatement
Packages that use ServerPreparedStatement
-
Uses of ServerPreparedStatement in org.mariadb.jdbc
Subclasses of ServerPreparedStatement in org.mariadb.jdbcModifier and TypeClassDescriptionclass
Common methods for function/stored procedureclass
Function callable statement implementationclass
Procedure callable statement -
Uses of ServerPreparedStatement in org.mariadb.jdbc.message.client
Fields in org.mariadb.jdbc.message.client declared as ServerPreparedStatementModifier and TypeFieldDescriptionprivate final ServerPreparedStatement
ExecutePacket.prep
private final ServerPreparedStatement
PrepareExecutePacket.prep
Methods in org.mariadb.jdbc.message.client that return ServerPreparedStatementConstructors in org.mariadb.jdbc.message.client with parameters of type ServerPreparedStatementModifierConstructorDescriptionExecutePacket
(Prepare prepareResult, Parameters parameters, String command, ServerPreparedStatement prep, InputStream localInfileInputStream) ConstructorPrepareExecutePacket
(String sql, Parameters parameters, ServerPreparedStatement prep, InputStream localInfileInputStream) Construct prepare packet