com.oceanbase.tools.dbbrowser.schema.constant.StatementsFiles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of db-browser Show documentation
Show all versions of db-browser Show documentation
db-browser is used to quickly access databases and manage various database objects.
/*
* Copyright (c) 2023 OceanBase.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.oceanbase.tools.dbbrowser.schema.constant;
/**
* @Author: Lebie
* @Date: 2023/1/30 15:09
* @Description: []
*/
public final class StatementsFiles {
public static final String OBMYSQL_40X = "schema/sql/obmysql/obmysql_4_0_x.yaml";
public static final String OBMYSQL_3X = "schema/sql/obmysql/obmysql_3_x.yaml";
public static final String OBMYSQL_225X = "schema/sql/obmysql/obmysql_2_2_5x.yaml";
public static final String OBMYSQL_2276 = "schema/sql/obmysql/obmysql_2_2_76.yaml";
public static final String OBMYSQL_1479 = "schema/sql/obmysql/obmysql_1_4_79.yaml";
public static final String MYSQL_5_7_x = "schema/sql/mysql/mysql_5_7_x.yaml";
public static final String MYSQL_5_6_x = "schema/sql/mysql/mysql_5_6_x.yaml";
public static final String OBORACLE_4_1_x = "schema/sql/oboracle/oboracle_4_1_x.yaml";
public static final String OBORACLE_4_0_x = "schema/sql/oboracle/oboracle_4_0_x.yaml";
public static final String OBORACLE_3_x = "schema/sql/oboracle/oboracle_3_x.yaml";
public static final String ORACLE_11_g = "schema/sql/oracle/oracle_11g.yaml";
}