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

org.mariadb.r2dbc.util.PrepareResult Maven / Gradle / Ivy

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2020-2024 MariaDB Corporation Ab

package org.mariadb.r2dbc.util;

public interface PrepareResult {

  int getParamCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy