Package system.data

Interface IDbCommand

    • Field Detail

      • assemblyFullName

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

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

        static final java.lang.String className
        Qualified class name: System.Data.IDbCommand
        See Also:
        Constant Field Values
    • Method Detail

      • getJCOObjectName

        java.lang.String getJCOObjectName()
        Returns the reflected Class name used to build the object
        Specified by:
        getJCOObjectName in interface IDisposable
        Specified by:
        getJCOObjectName in interface IJCOBridgeReflected
        Returns:
        A String representing the name used to allocated the object in CLR context
      • ExecuteNonQuery

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

        IDataReader ExecuteReader()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CreateParameter

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

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

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

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

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

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

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

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

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

        void setConnection​(IDbConnection Connection)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTransaction

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

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

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

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

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

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