Class SqlFacetAttribute

    • 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.SqlFacetAttribute
        See Also:
        Constant Field Values
      • classType

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

      • SqlFacetAttribute

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

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

      • getIsFixedLength

        public boolean getIsFixedLength()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsFixedLength

        public void setIsFixedLength​(boolean IsFixedLength)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsNullable

        public boolean getIsNullable()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsNullable

        public void setIsNullable​(boolean IsNullable)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMaxSize

        public int getMaxSize()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMaxSize

        public void setMaxSize​(int MaxSize)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPrecision

        public int getPrecision()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPrecision

        public void setPrecision​(int Precision)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getScale

        public int getScale()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setScale

        public void setScale​(int Scale)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable