ConnectionDataSourceType
Inheritance: java.lang.Object
public final class ConnectionDataSourceType
Specifies external database source type
Fields
Field | Description |
---|---|
ADO_RECORD_SET | ADO record set |
DAO_BASED_SOURCE | DAO-based source |
DATA_FEED_DATA_MODEL | Data feed data source created by the Spreadsheet Data Model. |
DSP | DSP |
FILE_BASED_DATA_BASE_SOURCE | File based database source |
ODBC_BASED_SOURCE | ODBC-based source |
OLEDB_BASED_SOURCE | OLE DB-based source |
OLEDB_DATA_MODEL | OLE DB data source created by the Spreadsheet Data Model. |
TABLE | Worksheet data source created by the Spreadsheet Data Model. |
TEXT_BASED_SOURCE | Text-based source |
TEXT_DATA_MODEL | Text data source created by the Spreadsheet Data Model. |
UNKNOWN | Text data source created by the Spreadsheet Data Model. |
WEB_QUERY | Web query |
WORKSHEET_DATA_MODEL | Worksheet data source created by the Spreadsheet Data Model. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ADO_RECORD_SET
public static final int ADO_RECORD_SET
ADO record set
DAO_BASED_SOURCE
public static final int DAO_BASED_SOURCE
DAO-based source
DATA_FEED_DATA_MODEL
public static final int DATA_FEED_DATA_MODEL
Data feed data source created by the Spreadsheet Data Model.
DSP
public static final int DSP
DSP
FILE_BASED_DATA_BASE_SOURCE
public static final int FILE_BASED_DATA_BASE_SOURCE
File based database source
ODBC_BASED_SOURCE
public static final int ODBC_BASED_SOURCE
ODBC-based source
OLEDB_BASED_SOURCE
public static final int OLEDB_BASED_SOURCE
OLE DB-based source
OLEDB_DATA_MODEL
public static final int OLEDB_DATA_MODEL
OLE DB data source created by the Spreadsheet Data Model.
TABLE
public static final int TABLE
Worksheet data source created by the Spreadsheet Data Model.
Remarks
NOTE: This member is now obsolete. Instead, please use WorksheetDataModel enum. This property will be removed 12 months later since September 2017. Aspose apologizes for any inconvenience you may have experienced.
TEXT_BASED_SOURCE
public static final int TEXT_BASED_SOURCE
Text-based source
TEXT_DATA_MODEL
public static final int TEXT_DATA_MODEL
Text data source created by the Spreadsheet Data Model.
UNKNOWN
public static final int UNKNOWN
Text data source created by the Spreadsheet Data Model.
WEB_QUERY
public static final int WEB_QUERY
Web query
WORKSHEET_DATA_MODEL
public static final int WORKSHEET_DATA_MODEL
Worksheet data source created by the Spreadsheet Data Model.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |