Class DesignerDataColumn

    • Field Detail

      • assemblyFullName

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

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

        public static final java.lang.String className
        Qualified class name: System.ComponentModel.Design.Data.DesignerDataColumn
        See Also:
        Constant Field Values
      • classType

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

      • DesignerDataColumn

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

        public DesignerDataColumn()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DesignerDataColumn

        public DesignerDataColumn​(java.lang.String name,
                                  DbType dataType)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DesignerDataColumn

        public DesignerDataColumn​(java.lang.String name,
                                  DbType dataType,
                                  NetObject defaultValue)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DesignerDataColumn

        public DesignerDataColumn​(java.lang.String name,
                                  DbType dataType,
                                  NetObject defaultValue,
                                  boolean identity,
                                  boolean nullable,
                                  boolean primaryKey,
                                  int precision,
                                  int scale,
                                  int length)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIdentity

        public boolean getIdentity()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getNullable

        public boolean getNullable()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPrimaryKey

        public boolean getPrimaryKey()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLength

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

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

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

        public DbType getDataType()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDefaultValue

        public NetObject getDefaultValue()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getName

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