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

br.com.objectos.way.sql.InsertValuesExeBuilder Maven / Gradle / Ivy

package br.com.objectos.way.sql;

import java.sql.PreparedStatement;

@javax.annotation.Generated("br.com.objectos.way.auto.pojo.AutoPojoProcessor")
public interface InsertValuesExeBuilder {

  InsertValuesExeBuilderStatement statement(PreparedStatement statement);
    
  interface InsertValuesExeBuilderStatement {
    InsertValuesExe build();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy