Class DbParameter

    • Field Detail

      • assemblyFullName

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

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

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

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

      • DbParameter

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

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

      • ResetDbType

        public void ResetDbType()
                         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
      • getSourceColumnNullMapping

        public boolean getSourceColumnNullMapping()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSourceColumnNullMapping

        public void setSourceColumnNullMapping​(boolean SourceColumnNullMapping)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPrecision

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

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

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

        public void setScale​(byte Scale)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSize

        public int getSize()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSize

        public void setSize​(int Size)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSourceVersion

        public DataRowVersion getSourceVersion()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSourceVersion

        public void setSourceVersion​(DataRowVersion SourceVersion)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDbType

        public DbType getDbType()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDbType

        public void setDbType​(DbType DbType)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDirection

        public ParameterDirection getDirection()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDirection

        public void setDirection​(ParameterDirection Direction)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getValue

        public NetObject getValue()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setValue

        public void setValue​(NetObject Value)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getParameterName

        public java.lang.String getParameterName()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setParameterName

        public void setParameterName​(java.lang.String ParameterName)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSourceColumn

        public java.lang.String getSourceColumn()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSourceColumn

        public void setSourceColumn​(java.lang.String SourceColumn)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable