▼NSystem | |
▼NTenTenSDK | |
▼NExceptions | |
CBadWindowException | Exception thrown when a row is unexpectedly not available |
CCSDKException | Exception from the CSDK |
CFinishedIteratorException | Exception thrown when a column iterator should not have been exhausted |
CInvalidColumnTypeException | Exception thrown when trying to create column of an unsupported type |
CInvalidCSDKColumnType | Exception for invalid CSDK column type |
CInvalidEnumerationAccessException | Exception thrown when accessing an enumeration item at an improper time (before MoveNext or after MoveNext returns false) |
CLoginTypeException | Exception thrown when an operation is forbidden by the type of login used |
CNullColumnException | Exception thrown when the CSDK gives us a column list with a null column |
COOMException | Exception thrown when the layer between the CSDK and C# cannot allocate memory |
CTenTenException | Exception from using the 1010 API. Base class for 1010 Exceptions |
CUnfinishedIteratorException | Exception thrown when a column iterator should be exhausted but is not |
CWrongColumnTypeException | Exception for trying to use the wrong type with respect to a column |
▼NNative | |
CCSDK | |
CBasicPolicy | Enumeration constant window enumeration policy |
▼CColumn | Represents an int / long / int128 / double / String column |
CComputation | Visitor pattern dispatcher for functions |
CGeneric | Generic Column |
CInformation | Nested container class for information describing a Column |
COfDoubles | A column of double values |
COfInt128s | Column of Int128 values |
COfInts | Column of int values |
COfLongs | Column of long values |
COfStrings | A column of String values |
COperation | Visitor pattern dispatcher for void functions |
CColumnSet | Collection of columns for a table |
▼CDatum | Represents a single int / long / int128 / double / String datum |
CComputation | Visitor pattern dispatcher for functions |
CGeneric | Datum holding a value |
COfDouble | Datum holding a double |
COfInt | Datum holding an int |
COfInt128 | Datum for holding a 128 bit int |
COfLong | Datum holding a long |
COfString | Datum holding a String |
COperation | Visitor pattern dispatcher for void functions |
CIDownloadPolicy | An interface for download policies, which is equivalent to window size. The window is the number of rows of data that buffered when the SDK requests results |
CINamed | Items that have a name |
CIndexedSequence | Provides functionality for indexing into a sequence of INamed items |
CQuery | Represents a query to be performed on the 1010data Insights Platform |
CRow | Collection of data for a table (i.e. a row) |
CRowSet | Collections of rows of a table |
CSession | A connection to the 1010data Insights Platform |
CTable | A representation of data–either a query result or an actual table |
CBigInteger | |
CDataColumn | |
CDataRow | |
CDataTable |