Class DbBatch

    • Field Detail

      • assemblyFullName

        public 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

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

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

      • DbBatch

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

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

      • ExecuteNonQuery

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

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

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

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

        public Task PrepareAsync​(CancellationToken cancellationToken)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DisposeAsync

        public ValueTask DisposeAsync()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Cancel

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

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

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

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception
      • getTimeout

        public int getTimeout()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTimeout

        public void setTimeout​(int Timeout)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBatchCommands

        public DbBatchCommandCollection getBatchCommands()
                                                  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
      • 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