# Copyright (c) Huawei Technologies Co., Ltd. 2025. All rights reserved.
# This source file is part of the Cangjie project, licensed under Apache-2.0
# with Runtime Library Exception.
#
# See https://cangjie-lang.cn/pages/LICENSE for license information.

set(SQL_SRCS
    column_info.cj
    connection.cj
    connection_state.cj
    datasource.cj
    driver.cj
    pool.cj
    pool_option.cj    
    proxy_conn.cj
    query_result.cj
    resource_pool.cj
    sql_data_type.cj
    sql_exception.cj
    sql_option.cj
    statement.cj
    transaction.cj
    update_result.cj
    driver_manager.cj
    pooled_datasource.cj
    CACHE INTERNAL "")
