java.lang.Object
com.aspose.cells.OLEDBCommandType
public class OLEDBCommandType
| Field Summary | ||
|---|---|---|
static final int | CUBE_NAME | |
| Specifies a cube name | ||
static final int | SQL_STATEMENT | |
| Specifies a SQL statement | ||
static final int | TABLE_NAME | |
| Specifies a table name | ||
static final int | DEFAULT_INFORMATION | |
| Specifies that default information has been given, and it is up to the provider how to interpret. | ||
static final int | WEB_BASED_LIST | |
| Specifies a query which is against a web based List Data Provider. | ||
| Field Detail |
|---|
CUBE_NAME | |
public static final int CUBE_NAME | |
SQL_STATEMENT | |
public static final int SQL_STATEMENT | |
TABLE_NAME | |
public static final int TABLE_NAME | |
DEFAULT_INFORMATION | |
public static final int DEFAULT_INFORMATION | |
WEB_BASED_LIST | |
public static final int WEB_BASED_LIST | |