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

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

There is a newer version: 2.2.0
Show newest version






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












org.spincast.plugins.jdbc.statements

Class InsertStatementDefault

    • Constructor Detail

      • InsertStatementDefault

        public InsertStatementDefault(Connection connection)
    • Method Detail

      • insert

        public int insert()
        Description copied from interface: InsertStatement
        Runs the insert query, returns the number of affected rows.
        Specified by:
        insert in interface InsertStatement
      • insertPrivate

        protected Long insertPrivate(String primaryKeyColumnName)
        If primaryKeyColumnName is null, returns the affected rows number. Otherwise returns the generated id.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy