All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.jdbc.statements.DeleteStatement.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






DeleteStatement (org.spincast:spincast-framework 1.0.0 API)












org.spincast.plugins.jdbc.statements

Interface DeleteStatement

    • Method Detail

      • delete

        int delete()
        Execute the delete query and return the number of affected rows.
      • delete

        <T> List<T> delete(ResultSetHandler<T> resultSetHandler)
        Execute the delete query and return a result set.

        This can be used with a RETURNING clause.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy