Uses of Class
org.mariadb.jdbc.ServerSidePreparedStatement
Packages that use ServerSidePreparedStatement
-
Uses of ServerSidePreparedStatement in org.mariadb.jdbc
Subclasses of ServerSidePreparedStatement in org.mariadb.jdbcModifier and TypeClassDescriptionclass
class
Methods in org.mariadb.jdbc that return ServerSidePreparedStatementModifier and TypeMethodDescriptionServerSidePreparedStatement.clone
(MariaDbConnection connection) Clone statement.MariaDbConnection.serverPrepareStatement
(String sql) Create a new server prepared statement.