Uses of Class
gudusoft.gsqlparser.sqlenv.TSQLCatalog
Packages that use TSQLCatalog
-
Uses of TSQLCatalog in gudusoft.gsqlparser.sqlenv
Methods in gudusoft.gsqlparser.sqlenv that return TSQLCatalogModifier and TypeMethodDescriptionTSQLEnv.createSQLCatalog(String catalogName) create a new catalog/database in the SQL environment.TSQLSchema.getCatalog()TSQLEnv.getSQLCatalog(String catalogName, boolean createIfNotExist) get a catalog from the SQL environment if already exists, otherwise, create a new catalog.TSQLEnv.searchCatalog(String catalogName) search catalog in the catalog list, return null if not found.Methods in gudusoft.gsqlparser.sqlenv that return types with arguments of type TSQLCatalogModifier and TypeMethodDescriptionTSQLEnv.getCatalogList()a list of catalog/database in this SQL environment.Methods in gudusoft.gsqlparser.sqlenv with parameters of type TSQLCatalogModifier and TypeMethodDescriptionprotected booleanTSQLEnv.doAddCatalog(TSQLCatalog sqlCatalog) add a catalog to the SQL environment, called internally.Constructors in gudusoft.gsqlparser.sqlenv with parameters of type TSQLCatalogModifierConstructorDescriptionTSQLSchema(TSQLCatalog sqlCatalog, String schemaName) Create a new instance of the schema, added to the catalog. -
Uses of TSQLCatalog in gudusoft.gsqlparser.sqlenv.catalog
Methods in gudusoft.gsqlparser.sqlenv.catalog that return TSQLCatalogModifier and TypeMethodDescriptionCatalogStoreProvider.createCatalog(String catalogName) ICatalogProvider.createCatalog(String catalogName) 创建 catalog(已存在则返回现有)LegacyCatalogProvider.createCatalog(String catalogName) CatalogStoreProvider.getCatalog(String catalogName) ICatalogProvider.getCatalog(String catalogName) 获取 catalog(不存在返回 null)LegacyCatalogProvider.getCatalog(String catalogName) Methods in gudusoft.gsqlparser.sqlenv.catalog that return types with arguments of type TSQLCatalogModifier and TypeMethodDescriptionCatalogStoreProvider.getAllCatalogs()ICatalogProvider.getAllCatalogs()获取所有 catalogLegacyCatalogProvider.getAllCatalogs()Methods in gudusoft.gsqlparser.sqlenv.catalog with parameters of type TSQLCatalogModifier and TypeMethodDescriptionvoidCatalogStoreProvider.registerCatalog(TSQLCatalog catalog) Register a catalog in the cache (used by TSQLEnv during migration)Constructor parameters in gudusoft.gsqlparser.sqlenv.catalog with type arguments of type TSQLCatalogModifierConstructorDescriptionLegacyCatalogProvider(TSQLEnv sqlEnv, List<TSQLCatalog> catalogList)