| ►Nconnectivity | |
| ►Nado | |
| CADOS | |
| COAdoColumn | |
| COAdoGroup | |
| COAdoIndex | |
| COAdoKey | |
| COAdoTable | |
| COAdoUser | |
| COAdoView | |
| COCallableStatement | |
| COCatalog | |
| COColumns | |
| COConnection | |
| ►CODatabaseMetaData | |
| CLiteralInfo | |
| CODatabaseMetaDataResultSet | |
| CODatabaseMetaDataResultSetMetaData | |
| CODriver | |
| COExtendedTypeInfo | |
| COGroups | |
| COIndexes | |
| COKeys | |
| COLEVariant | |
| COPreparedStatement | |
| COResultSet | |
| COResultSetMetaData | |
| COStatement | |
| COStatement_Base | |
| COTables | |
| COTools | |
| COUserExtend | |
| COUsers | |
| COViews | |
| CWpADOCatalog | |
| CWpADOColumn | |
| CWpADOCommand | |
| CWpADOConnection | |
| CWpADOError | |
| CWpADOField | |
| CWpADOGroup | |
| CWpADOIndex | |
| CWpADOKey | |
| CWpADOParameter | |
| CWpADOProperty | |
| CWpADORecordset | |
| CWpADOTable | |
| CWpADOUser | |
| CWpADOView | |
| CWpOLEAppendCollection | |
| CWpOLEBase | |
| CWpOLECollection | |
| ►Ncalc | |
| COCalcCatalog | |
| ►COCalcConnection | |
| CCloseVetoButTerminateListener | |
| CODocHolder | |
| COCalcDatabaseMetaData | |
| COCalcTable | |
| COCalcTables | |
| CODriver | |
| ►Ncomponent | |
| COComponentColumns | Columns implementation for Writer tables and Calc sheets |
| COComponentDatabaseMetaData | |
| COComponentPreparedStatement | Prepared statement implementation for Writer tables and Calc sheets |
| COComponentResultSet | ResultSet implementation for Writer tables and Calc sheets |
| COComponentStatement | Statement implementation for Writer tables and Calc sheets |
| COComponentTable | Shared Table base class for Writer tables and Calc sheets |
| ►Ndbase | |
| CODbaseCatalog | |
| CODbaseColumns | |
| CODbaseConnection | |
| CODbaseDatabaseMetaData | |
| ►CODbaseIndex | |
| CNDXHeader | |
| CODbaseIndexColumns | |
| CODbaseIndexes | |
| CODbasePreparedStatement | |
| CODbaseResultSet | |
| CODbaseStatement | |
| ►CODbaseTable | |
| CDBFColumn | |
| CDBFHeader | |
| CDBFMemoHeader | |
| CODbaseTables | |
| CODriver | |
| COIndexIterator | |
| CONDXKey | |
| CONDXNode | |
| CONDXPage | |
| CONDXPagePtr | |
| ►Ndetail | |
| CIValueSource | |
| ►Nevoab | |
| CColumnProperty | |
| CComparisonData | |
| CEBookQueryWrapper | |
| CFieldSort | |
| COCommonStatement | |
| COEvoabCatalog | |
| COEvoabColumns | |
| COEvoabConnection | |
| COEvoabDatabaseMetaData | |
| COEvoabDriver | |
| COEvoabPreparedStatement | |
| COEvoabResultSet | |
| COEvoabResultSetMetaData | |
| COEvoabTable | |
| COEvoabTables | |
| COEvoabVersionHelper | |
| COStatement | |
| CQueryData | |
| CSplitEvoColumns | |
| ►Nfile | |
| COBinaryOperator | |
| COBoolOperator | |
| COCode | |
| COColumns | |
| ►COConnection | |
| CGrantAccess | |
| CODatabaseMetaData | |
| COFileCatalog | |
| COFileDriver | |
| COFileTable | |
| CONthOperator | |
| CONumOperator | |
| COOp_Abs | ABS(X) Returns the absolute value of X: |
| COOp_ACos | ACOS(X) Returns the arc cosine of X, that is, the value whose cosine is X |
| COOp_ADD | |
| COOp_AND | |
| COOp_Ascii | ASCII(str) Returns the ASCII code value of the leftmost character of the string str |
| COOp_ASin | ASIN(X) Returns the arc sine of X, that is, the value whose sine is X |
| COOp_ATan | ATAN(X) Returns the arc tangent of X, that is, the value whose tangent is X: |
| COOp_ATan2 | ATAN2(Y,X) Returns the arc tangent of the two variables X and Y |
| COOp_Ceiling | CEILING(X) Returns the smallest integer value not less than X: |
| COOp_Char | CHAR(N,...) CHAR() interprets the arguments as integers and returns a string consisting of the characters given by the ASCII code values of those integers |
| COOp_CharLength | LENGTH(str) OCTET_LENGTH(str) CHAR_LENGTH(str) CHARACTER_LENGTH(str) Returns the length of the string str: |
| COOp_COMPARE | |
| COOp_Concat | CONCAT(str1,str2,...) Returns the string that results from concatenating the arguments |
| COOp_Cos | COS(X) Returns the cosine of X, where X is given in radians: |
| COOp_CurDate | CURDATE() CURRENT_DATE Returns today's date as a value in 'YYYY-MM-DD' or YYYYMMDD format, depending on whether the function is used in a string or numeric context: |
| COOp_CurTime | CURTIME() CURRENT_TIME Returns the current time as a value in 'HH:MM:SS' or HHMMSS format, depending on whether the function is used in a string or numeric context: |
| COOp_DayName | DAYNAME(date) Returns the name of the weekday for date: |
| COOp_DayOfMonth | DAYOFMONTH(date) Returns the day of the month for date, in the range 1 to 31: |
| COOp_DayOfWeek | DAYOFWEEK(date) Returns the weekday index for date (1 = Sunday, 2 = Monday, ... 7 = Saturday) |
| COOp_DayOfYear | DAYOFYEAR(date) Returns the day of the year for date, in the range 1 to 366: |
| COOp_Degrees | DEGREES(X) Returns the argument X, converted from radians to degrees: |
| COOp_DIV | |
| COOp_Exp | EXP(X) Returns the value of e (the base of natural logarithms) raised to the power of X: |
| COOp_Floor | FLOOR(X) Returns the largest integer value not greater than X: |
| COOp_Hour | HOUR(time) Returns the hour for time, in the range 0 to 23: |
| COOp_Insert | INSERT(str,pos,len,newstr) Returns the string str, with the substring beginning at position pos and len characters long replaced by the string newstr: |
| COOp_ISNOTNULL | |
| COOp_ISNULL | |
| COOp_Left | LEFT(str,len) Returns the leftmost len characters from the string str: |
| COOp_LIKE | |
| COOp_Ln | LN(X) Returns the natural logarithm of X: |
| COOp_Locate | LOCATE(substr,str) POSITION(substr IN str) Returns the position of the first occurrence of substring substr in string str |
| COOp_Log | LOG(X) LOG(B,X) If called with one parameter, this function returns the natural logarithm of X: |
| COOp_Log10 | LOG10(X) Returns the base-10 logarithm of X: |
| COOp_Lower | LCASE(str) LOWER(str) Returns the string str with all characters changed to lowercase according to the current character set mapping (the default is ISO-8859-1 Latin1): |
| COOp_LTrim | LTRIM(str) Returns the string str with leading space characters removed: |
| COOp_Minute | MINUTE(time) Returns the minute for time, in the range 0 to 59: |
| COOp_Mod | MOD(N,M) % Modulo (like the % operator in C) |
| COOp_Month | MONTH(date) Returns the month for date, in the range 1 to 12: |
| COOp_MonthName | MONTHNAME(date) Returns the name of the month for date: |
| COOp_MUL | |
| COOp_NOT | |
| COOp_NOTLIKE | |
| COOp_Now | NOW() Returns the current date and time as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context: |
| COOp_OR | |
| COOp_Pi | PI() Returns the value of PI |
| COOp_Pow | POWER(X,Y) Returns the value of X raised to the power of Y: |
| COOp_Quarter | QUARTER(date) Returns the quarter of the year for date, in the range 1 to 4: |
| COOp_Radians | RADIANS(X) Returns the argument X, converted from degrees to radians: |
| COOp_Repeat | REPEAT(str,count) Returns a string consisting of the string str repeated count times |
| COOp_Replace | REPLACE(str,from_str,to_str) Returns the string str with all occurrences of the string from_str replaced by the string to_str: |
| COOp_Right | RIGHT(str,len) Returns the rightmost len characters from the string str: |
| COOp_Round | ROUND(X) ROUND(X,D) Returns the argument X, rounded to the nearest integer |
| COOp_RTrim | RTRIM(str) Returns the string str with trailing space characters removed: |
| COOp_Second | SECOND(time) Returns the second for time, in the range 0 to 59: |
| COOp_Sign | SIGN(X) Returns the sign of the argument as -1, 0, or 1, depending on whether X is negative, zero, or positive: |
| COOp_Sin | SIN(X) Returns the sine of X, where X is given in radians: |
| COOp_Space | SPACE(N) Returns a string consisting of N space characters: |
| COOp_Sqrt | SQRT(X) Returns the non-negative square root of X: |
| COOp_SUB | |
| COOp_SubString | SUBSTRING(str,pos) SUBSTRING(str FROM pos) Returns a substring from string str starting at position pos: |
| COOp_Tan | TAN(X) Returns the tangent of X, where X is given in radians: |
| COOp_Upper | UCASE(str) UPPER(str) Returns the string str with all characters changed to uppercase according to the current character set mapping (the default is ISO-8859-1 Latin1): |
| COOp_Week | WEEK(date) WEEK(date,first) With a single argument, returns the week for date, in the range 0 to 53 (yes, there may be the beginnings of a week 53), for locations where Sunday is the first day of the week |
| COOp_Year | YEAR(date) Returns the year for date, in the range 1000 to 9999: |
| COOperand | |
| COOperandAttr | |
| COOperandConst | |
| COOperandParam | |
| COOperandResult | |
| COOperandResultBOOL | |
| COOperandResultNUM | |
| COOperandRow | |
| COOperandValue | |
| COOperator | |
| COPredicateCompiler | |
| COPredicateInterpreter | |
| COPreparedStatement | |
| COResultSet | |
| COResultSetMetaData | |
| COSQLAnalyzer | |
| COStatement | |
| COStatement_Base | |
| COStatement_BASE2 | |
| COStopOperand | Special stop operand is appended when a list of arguments ends |
| COTables | |
| COUnaryOperator | |
| ►Nfirebird | |
| CBlob | |
| CCatalog | |
| CClob | |
| CColumn | |
| CColumns | |
| CColumnTypeInfo | |
| CConnection | |
| CFirebirdDriver | |
| CIndexes | Firebird has a non-standard DROP INDEX statement, hence we need to override OIndexesHelper::dropObject |
| CKeys | |
| CODatabaseMetaData | |
| COPreparedStatement | |
| COPropertyArrayUsageHelper | |
| COResultSet | This ResultSet does not deal with the management of the SQLDA it is supplied with |
| COResultSetMetaData | |
| COStatement | |
| COStatementCommonBase | |
| CTable | Implements sdbcx.Table |
| CTables | This implements com.sun.star.sdbcx.Container, which seems to be also known by the name of Tables and Collection |
| CUser | This implements com.sun.star.sdbcx.Container |
| CUsers | This implements com.sun.star.sdbcx.Container |
| CView | |
| CViews | |
| ►Nflat | |
| CODriver | |
| COFlatCatalog | |
| COFlatColumns | |
| COFlatConnection | |
| COFlatDatabaseMetaData | |
| COFlatPreparedStatement | |
| COFlatResultSet | |
| COFlatStatement | |
| COFlatTable | |
| COFlatTables | |
| ►Nhsqldb | |
| CHTools | |
| CHView | |
| CHViews | |
| CIMethodGuardAccess | |
| CMethodGuard | |
| COConnectionController | |
| CODriverDelegator | Delegates all calls to the original driver and extend the existing one with the SDBCX layer |
| COHCatalog | |
| COHSQLColumn | |
| COHSQLColumns | |
| COHsqlConnection | |
| COHSQLTable | |
| COHSQLUser | |
| COTables | |
| COUserExtend | |
| COUsers | |
| CStorageContainer | All storages so far accessed |
| CStorageData | |
| CStreamHelper | |
| ►Njava | |
| ►Nsql | |
| CConnectionLog | |
| ►Njdbc | |
| CContextClassLoaderScope | |
| CGlobalRef | Helper class to hold a local ref to a JNI object |
| CLocalRef | Helper class to hold a local ref to a JNI object |
| ►Nmacab | |
| Clcl_CFType | |
| CMacabAddressBook | |
| CMacabCatalog | |
| CMacabColumns | |
| CMacabCommonStatement | |
| CMacabComplexOrder | |
| CMacabCondition | |
| CMacabConditionAnd | |
| CMacabConditionBoolean | |
| CMacabConditionColumn | |
| CMacabConditionCompare | |
| CMacabConditionConstant | |
| CMacabConditionDifferent | |
| CMacabConditionEqual | |
| CMacabConditionNotNull | |
| CMacabConditionNull | |
| CMacabConditionOr | |
| CMacabConditionSimilar | |
| CMacabConnection | |
| CMacabDatabaseMetaData | |
| CMacabDriver | |
| Cmacabfield | |
| CMacabGroup | |
| ►CMacabHeader | |
| Citerator | |
| CMacabImplModule | |
| CMacabOrder | |
| CMacabPreparedStatement | |
| CMacabRecord | |
| ►CMacabRecords | |
| Citerator | |
| CMacabResultSet | |
| CMacabResultSetMetaData | |
| CMacabSimpleOrder | |
| CMacabStatement | |
| CMacabTable | |
| CMacabTables | |
| ►Nmozab | |
| CMozillaBootstrap | |
| CProductStruct | |
| CProfileAccess | |
| CProfileStruct | |
| ►Nmysql | |
| CODriverDelegator | Delegates all calls to the original driver and extend the existing one with the SDBCX layer |
| COMySQLCatalog | |
| COMySQLColumn | |
| COMySQLColumns | |
| COMySQLTable | |
| COMySQLUser | |
| COTables | |
| COUserExtend | |
| COUsers | |
| COViews | |
| ►Nmysqlc | |
| CBindMetaData | |
| CCatalog | |
| CColumn | |
| CColumns | |
| CConnectionSettings | |
| CIndexes | |
| CKeys | |
| CMysqlCDriver | |
| CMySqlFieldInfo | |
| COCommonStatement | |
| COConnection | |
| CODatabaseMetaData | |
| COPreparedResultSet | |
| COPreparedStatement | |
| COPropertyArrayUsageHelper | |
| COResultSet | |
| COResultSetMetaData | |
| COStatement | |
| CTable | |
| CTables | This implements com.sun.star.sdbcx.Container, which seems to be also known by the name of Tables and Collection |
| CUser | This implements com.sun.star.sdbcx.Container |
| CView | |
| CViews | |
| ►Nodbc | |
| COBoundParam | |
| COConnection | |
| CODatabaseMetaData | |
| CODatabaseMetaDataResultSet | |
| CODBCDriver | |
| COPreparedStatement | |
| COResultSet | |
| COResultSetMetaData | |
| COStatement | |
| COStatement_Base | |
| COStatement_BASE2 | |
| COTools | |
| CTBookmarkPosMapCompare | Functor object for class ZZ returntype is void |
| ►Nparse | |
| COOrderColumn | |
| COParseColumn | |
| ►Nsdbcx | |
| CIObjectCollection | |
| CIRefreshableColumns | |
| CIRefreshableGroups | |
| CIRefreshableUsers | |
| CKeyProperties | |
| COCatalog | |
| COCollection | |
| COColumn | |
| CODescriptor | |
| COGroup | |
| COIndex | |
| COIndexColumn | |
| COKey | |
| COKeyColumn | |
| COTable | |
| COUser | |
| COView | |
| ►Nwriter | |
| CODriver | |
| COWriterCatalog | |
| ►COWriterConnection | |
| CCloseVetoButTerminateListener | |
| CODocHolder | |
| COWriterDatabaseMetaData | |
| COWriterTable | |
| COWriterTables | |
| CBlobHelper | |
| CColumnDesc | |
| CDriversConfig | |
| CDriversConfigImpl | |
| CExpressionNode | |
| CFunctionParser | |
| CIParseContext | |
| CIResultSetHelper | |
| Cjava_io_InputStream | |
| Cjava_io_Reader | |
| Cjava_lang_Boolean | |
| Cjava_lang_Class | |
| Cjava_lang_Exception | |
| Cjava_lang_Object | |
| Cjava_lang_String | |
| Cjava_lang_Throwable | |
| Cjava_math_BigDecimal | |
| Cjava_sql_Array | |
| Cjava_sql_Blob | |
| Cjava_sql_CallableStatement | |
| Cjava_sql_Clob | |
| Cjava_sql_Connection | |
| Cjava_sql_DatabaseMetaData | |
| Cjava_sql_Date | |
| Cjava_sql_Driver | |
| Cjava_sql_DriverPropertyInfo | |
| Cjava_sql_PreparedStatement | |
| Cjava_sql_Ref | |
| Cjava_sql_ResultSet | |
| Cjava_sql_ResultSetMetaData | |
| Cjava_sql_SQLException | |
| Cjava_sql_SQLException_BASE | |
| Cjava_sql_SQLWarning | |
| Cjava_sql_SQLWarning_BASE | |
| Cjava_sql_Statement | |
| Cjava_sql_Statement_Base | |
| Cjava_sql_Time | |
| Cjava_sql_Timestamp | |
| Cjava_util_Date | |
| Cjava_util_Properties | |
| COAssignValues | |
| COAutoRetrievingBase | |
| COColumn | |
| COColumnsHelper | General column handling to create default columns and default sql statements |
| COColumnsHelperImpl | |
| COConnectionPool | |
| COConnectionWeakWrapper | |
| COConnectionWrapper | |
| CODatabaseMetaDataBase | |
| CODatabaseMetaDataResultSet | |
| CODatabaseMetaDataResultSetMetaData | |
| CODeleteVector | |
| CODriverWrapper | |
| COIndexColumns | |
| COIndexesHelper | |
| COIndexHelper | |
| COKeyColumnsHelper | |
| COKeySet | The class OKeySet is a refcountable vector which also has a state |
| COKeySet_Base | |
| COKeysHelper | |
| COKeyValue | |
| COMetaConnection | |
| COParseContext | |
| COPoolCollection | OPoolCollection: control the whole connection pooling for oo |
| COPooledConnection | |
| COPoolTimer | OPoolTimer - Invalidates the connection pool |
| CORefVector | |
| COResultSetPrivileges | |
| CORowSetValue | |
| CORowSetValueDecorator | ORowSetValueDecorator decorates an ORowSetValue so the value is "refcounted" |
| CORowVector | |
| COSkipDeletedSet | Class OSkipDeletedSet supports a general method to skip deleted rows |
| COSortIndex | The class OSortIndex can be used to implement a sorted index |
| COSQLInternalNode | Special node for avoiding memory leaks |
| COSQLParseNode | |
| COSQLParseNodesContainer | |
| COSQLParser | Parser for SQL92 |
| COSQLParser_Data | |
| COSQLParseTreeIterator | |
| COSQLParseTreeIteratorImpl | |
| COSQLScanner | Scanner for SQL92 |
| COStatement_BASE2 | |
| COTableHelper | |
| COTableHelperImpl | |
| COTableKeyHelper | |
| COTypeInfo | |
| COValueRefVector | |
| CParameterSubstitution | |
| CParseError | This exception is thrown, when the arithmetic expression parser failed to parse a string |
| CQuotedTokenizedString | |
| CSDBThreadAttach | |
| CSharedResources | Helper class for accessing resources shared by different libraries in the connectivity module |
| CSQLError | Class which provides helpers for working with SQLErrors |
| CSQLError_Impl | |
| CSQLParseNodeParameter | |
| CTActiveConnectionInfo | |
| CTConnectionPool | |
| CTDigestHolder | |
| CTDigestLess | |
| CTInstalledDriver | |
| CTSetBound | TSetBound is a functor to set the bound value with e.q. for_each call |
| CTSetRefBound | TSetBound is a functor to set the bound value with e.q. for_each call |
| ►Ndbtools | |
| ►Nparam | |
| CParameterWrapper | Wraps a parameter column as got from an SQLQueryComposer, so that it has an additional property "Value", which is forwarded to an XParameters interface |
| CParameterWrapperContainer | Class for the parameter event |
| CCharsetIteratorDerefHelper | |
| CDatabaseMetaData | Encapsulates meta data about a database/connection which cannot be obtained from the usual XDatabaseMetaData result set |
| CDatabaseMetaData_Impl | |
| CFilterManager | Manages the filter of a database component with filter properties |
| CFormattedColumnValue | Class which helps retrieving and setting the value of a database column as formatted string |
| CFormattedColumnValue_Data | |
| CISQLStatementHelper | |
| COAutoConnectionDisposer | |
| COCharsetMap | Class which translates between different charset representations |
| COParameterContinuation | |
| COPredicateInputController | A class which allows input of an SQL predicate for a row set column into an edit field |
| COPropertyMap | |
| ►CParameterManager | |
| CParameterMetaData | Meta data about an inner parameter |
| CSQLExceptionInfo | |
| CSQLExceptionIteratorHelper | |
| CStatementComposer | Class which is able to compose queries (SELECT statements) from a command and a command type |
| CStatementComposer_Data | |
| CWarningsContainer | Helper class for implementing XWarningsSupplier, which mixes own warnings with warnings obtained from an external instance |
| ►Ndrivermanager | |
| CDriverAccess | |
| CODriverEnumeration | |
| COSDBCDriverManager | |
| ►No3tl | |
| Ctyped_flags< connectivity::TraversalParts > | |
| ►Npq_sdbc_driver | |
| CArray | |
| CBaseResultSet | |
| CColDesc | |
| CColumn | |
| CColumnDescriptor | |
| CColumnDescriptors | |
| CColumnMetaData | |
| CColumns | |
| CCommandData | |
| CConnection | |
| CConnectionSettings | |
| CContainer | |
| CDatabaseMetaData | |
| CDisposeGuard | |
| CDriver | |
| CEventBroadcastHelper | |
| CFakedUpdateableResultSet | Necessary to avoid crashes in OOo, when an updateable result set is requested, but cannot be delivered |
| CHashByteSequence | |
| CImplementationStatics | |
| CIndex | |
| CIndexColumn | |
| CIndexColumnDescriptor | |
| CIndexColumnDescriptors | |
| CIndexColumns | |
| CIndexDescriptor | |
| CIndexDescriptors | |
| CIndexes | |
| CKey | |
| CKeyColumn | |
| CKeyColumnDescriptor | |
| CKeyColumnDescriptors | |
| CKeyColumns | |
| CKeyDescriptor | |
| CKeyDescriptors | |
| CKeys | |
| CPreparedStatement | |
| CReflectionBase | |
| CReflectionImplementations | |
| CRefreshedBroadcaster | |
| CResultSet | |
| CResultSetMetaData | |
| CSequenceResultSet | |
| CSequenceResultSetMetaData | |
| CStatement | |
| CStatics | |
| CTable | |
| CTableDescriptor | |
| CTables | |
| CTransactionGuard | |
| CUpdateableField | |
| CUpdateableResultSet | |
| CUser | |
| CUserDescriptor | |
| CUsers | |
| CView | |
| CViewDescriptor | |
| CViews | |
| CEContactAddress | |
| Cini_NameValue | |
| Cini_Section | |
| CIniParser | |
| CTypeInfoDef | |