Class DefaultCreator

    • Constructor Detail

      • DefaultCreator

        public DefaultCreator​(@NotNull
                              String sql)
      • DefaultCreator

        public DefaultCreator​(@NotNull
                              String sql,
                              boolean getGeneratedKeys)
    • Method Detail

      • createPreparedStatement

        public PreparedStatement createPreparedStatement​(@NotNull
                                                         Connection connection)
                                                  throws SQLException
        Description copied from interface: PreparedStatementCreator
        Creates a PreparedStatement in this connection. There is no need to close the PreparedStatement: the DataTemplate class will do that.
        Specified by:
        createPreparedStatement in interface PreparedStatementCreator
        Parameters:
        connection - the connection for creating the PreparedStatement
        Returns:
        a PreparedStatement object
        Throws:
        SQLException - if something goes wrong during the PreparedStatement creation (no need to catch)