Class DbCommand

    • 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: System.Data.Common.DbCommand
        See Also:
        Constant Field Values
      • classType

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

      • DbCommand

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

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

      • ExecuteNonQuery

        public int ExecuteNonQuery()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ExecuteReader

        public DbDataReader ExecuteReader()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ExecuteReader

        public DbDataReader ExecuteReader​(CommandBehavior behavior)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CreateParameter

        public DbParameter CreateParameter()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ExecuteScalar

        public NetObject ExecuteScalar()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Cancel

        public void Cancel()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Prepare

        public void Prepare()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDesignTimeVisible

        public boolean getDesignTimeVisible()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDesignTimeVisible

        public void setDesignTimeVisible​(boolean DesignTimeVisible)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCommandTimeout

        public int getCommandTimeout()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCommandTimeout

        public void setCommandTimeout​(int CommandTimeout)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCommandType

        public CommandType getCommandType()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCommandType

        public void setCommandType​(CommandType CommandType)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getConnection

        public DbConnection getConnection()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setConnection

        public void setConnection​(DbConnection Connection)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getParameters

        public DbParameterCollection getParameters()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTransaction

        public DbTransaction getTransaction()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTransaction

        public void setTransaction​(DbTransaction Transaction)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUpdatedRowSource

        public UpdateRowSource getUpdatedRowSource()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUpdatedRowSource

        public void setUpdatedRowSource​(UpdateRowSource UpdatedRowSource)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCommandText

        public java.lang.String getCommandText()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCommandText

        public void setCommandText​(java.lang.String CommandText)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable