Class SqlFunctionAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Data
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: Microsoft.SqlServer.Server.SqlFunctionAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • SqlFunctionAttribute

        public SqlFunctionAttribute​(java.lang.Object instance)
                             throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • SqlFunctionAttribute

        public SqlFunctionAttribute()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIsDeterministic

        public boolean getIsDeterministic()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsDeterministic

        public void setIsDeterministic​(boolean IsDeterministic)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsPrecise

        public boolean getIsPrecise()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsPrecise

        public void setIsPrecise​(boolean IsPrecise)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataAccess

        public DataAccessKind getDataAccess()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDataAccess

        public void setDataAccess​(DataAccessKind DataAccess)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSystemDataAccess

        public SystemDataAccessKind getSystemDataAccess()
                                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSystemDataAccess

        public void setSystemDataAccess​(SystemDataAccessKind SystemDataAccess)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFillRowMethodName

        public java.lang.String getFillRowMethodName()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFillRowMethodName

        public void setFillRowMethodName​(java.lang.String FillRowMethodName)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getName

        public java.lang.String getName()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setName

        public void setName​(java.lang.String Name)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTableDefinition

        public java.lang.String getTableDefinition()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTableDefinition

        public void setTableDefinition​(java.lang.String TableDefinition)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable