⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sqlresource.designer.cs

📁 oracle dal gen,生成.NET ORACLE DAL层代码
💻 CS
字号:
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.312
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace OracleDALGen {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class SQLResource {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal SQLResource() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OracleDALGen.SQLResource", typeof(SQLResource).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to create or replace PACKAGE BODY PKG_GEN AS  
        ///
        ///  function get_version return varchar2 is
        ///  begin
        ///    return g_version;
        ///  end;
        ///  
        ///  function get_procedure_params(
        ///                p_table_name in varchar2, 
        ///                p_prefix in varchar2 default null, 
        ///                p_postfix in varchar2 default null,                 
        ///                p_delimiter in varchar2 default &apos;, &apos;,
        ///                p_pk in integer default 0,
        ///                p_fk in integer default 0) return varchar2 is
        ///    l_pk_param  [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string pkg_gen_body {
            get {
                return ResourceManager.GetString("pkg_gen_body", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to create or replace PACKAGE PKG_GEN AS
        ///
        ///  g_version constant varchar2(200) := &apos;1.0a&apos;;
        ///
        ///  type string_list is table of clob;
        ///
        ///  function get_version return varchar2;
        ///
        ///  function generate_merge_procedure(p_table_name in varchar2) return clob;
        ///  function generate_select_function(p_table_name in varchar2, p_order_by_columns in varchar2 default null) return clob;
        ///  function generate_delete_procedure(p_table_name in varchar2) return clob;
        ///
        ///  function generate_package(p_table_name in varchar2, p_package_ [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string pkg_gen_header {
            get {
                return ResourceManager.GetString("pkg_gen_header", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to create or replace view table_info as
        ///select   
        ///    utc.table_name,
        ///    utc.column_id,
        ///    utc.column_name,
        ///    utc.data_type,
        ///    ucc.constraint_name,
        ///    ucc.position,
        ///    uc.constraint_type,
        ///    uc.r_constraint_name,
        ///    ucc_r.table_name as r_table_name,
        ///    ucc_r.column_name as r_column_name,
        ///    ucc_r.position as r_position,
        ///    case when (uc.constraint_type = &apos;R&apos;) then 1 else 0 end as fk,
        ///    case when (uc.constraint_type = &apos;P&apos;) then 1 else 0 end as pk          
        ///  from
        ///    user_tab_colu [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string table_info {
            get {
                return ResourceManager.GetString("table_info", resourceCulture);
            }
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -