com.aspose.cells

Class OLEDBCommandType

  • java.lang.Object
    • com.aspose.cells.OLEDBCommandType
public class OLEDBCommandType 
extends java.lang.Object

Utility class containing constants. Specifies the OLE DB command type.

Field Summary
static final intNONE
The command type is not specified.
static final intCUBE_NAME
Specifies a cube name
static final intSQL_STATEMENT
Specifies a SQL statement
static final intTABLE_NAME
Specifies a table name
static final intDEFAULT_INFORMATION
Specifies that default information has been given, and it is up to the provider how to interpret.
static final intWEB_BASED_LIST
Specifies a query which is against a web based List Data Provider.
 

    • Field Detail

      • NONE

        public static final int NONE
        The command type is not specified.
      • CUBE_NAME

        public static final int CUBE_NAME
        Specifies a cube name unsupported
      • SQL_STATEMENT

        public static final int SQL_STATEMENT
        Specifies a SQL statement
      • TABLE_NAME

        public static final int TABLE_NAME
        Specifies a table name
      • DEFAULT_INFORMATION

        public static final int DEFAULT_INFORMATION
        Specifies that default information has been given, and it is up to the provider how to interpret. unsupported
      • WEB_BASED_LIST

        public static final int WEB_BASED_LIST
        Specifies a query which is against a web based List Data Provider. unsupported