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

com.yandex.ydb.jdbc.YdbDatabaseMetaData Maven / Gradle / Ivy

There is a newer version: 1.45.6
Show newest version
package com.yandex.ydb.jdbc;

import java.sql.DatabaseMetaData;
import java.sql.SQLException;

public interface YdbDatabaseMetaData extends DatabaseMetaData {

    String QUOTE_IDENTIFIER = "`";

    @Override
    YdbConnection getConnection() throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy