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

com.scalar.db.sql.statement.BindableStatement Maven / Gradle / Ivy

The newest version!
package com.scalar.db.sql.statement;

import com.scalar.db.sql.Value;
import java.util.List;
import java.util.Map;

public interface BindableStatement extends Statement {
  T bind(List positionalValues);

  T bind(Map namedValues);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy