Lines Matching refs:m_pConnection

50 						,m_pConnection(_pCon)  in ODatabaseMetaData()
54 OSL_ENSURE(m_pConnection,"ODatabaseMetaData::ODatabaseMetaData: No connection set!"); in ODatabaseMetaData()
55 if(!m_pConnection->isCatalogUsed()) in ODatabaseMetaData()
80 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in impl_getTypeInfo_throw()
103 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getCatalogs()
120 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_NAME_SEPARATOR,aVal,*this,m_pConnect… in impl_getCatalogSeparator_throw()
130 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getSchemas()
148 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getColumnPrivileges()
166 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getColumns()
184 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getTables()
202 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getProcedureColumns()
220 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getProcedures()
238 if ( !m_pConnection->preventGetVersionColumns() ) in getVersionColumns()
240 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getVersionColumns()
261 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_BINARY_LITERAL_LEN,nValue,*this); in getMaxBinaryLiteralLength()
268 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_ROW_SIZE,nValue,*this); in getMaxRowSize()
275 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CATALOG_NAME_LEN,nValue,*this); in getMaxCatalogNameLength()
282 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CHAR_LITERAL_LEN,nValue,*this); in getMaxCharLiteralLength()
289 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMN_NAME_LEN,nValue,*this); in getMaxColumnNameLength()
296 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_INDEX,nValue,*this); in getMaxColumnsInIndex()
303 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CURSOR_NAME_LEN,nValue,*this); in getMaxCursorNameLength()
310 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_DRIVER_CONNECTIONS/*SQL_ACTIVE_CONNECTIO… in getMaxConnections()
317 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_TABLE,nValue,*this); in getMaxColumnsInTable()
324 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_STATEMENT_LEN,nValue,*this); in getMaxStatementLength()
331 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_TABLE_NAME_LEN,nValue,*this); in getMaxTableNameLength()
338 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_TABLES_IN_SELECT,nValue,*this); in impl_getMaxTablesInSelect_throw()
348 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getExportedKeys()
365 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getImportedKeys()
382 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getPrimaryKeys()
400 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getIndexInfo()
418 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getBestRowIdentifier()
432 if ( m_pConnection->isIgnoreDriverPrivilegesEnabled() ) in getTablePrivileges()
436 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getTablePrivileges()
450 ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(m_pConnection); in getCrossReference()
465 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_ROW_SIZE_INCLUDES_LONG,aVal,*this,m_pCon… in doesMaxRowSizeIncludeBlobs()
472 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_QUOTED_IDENTIFIER_CASE,nValue,*this); in storesLowerCaseQuotedIdentifiers()
479 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_IDENTIFIER_CASE,nValue,*this); in storesLowerCaseIdentifiers()
486 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_QUOTED_IDENTIFIER_CASE,nValue,*this); in impl_storesMixedCaseQuotedIdentifiers_throw()
493 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_IDENTIFIER_CASE,nValue,*this); in storesMixedCaseIdentifiers()
500 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_QUOTED_IDENTIFIER_CASE,nValue,*this); in storesUpperCaseQuotedIdentifiers()
507 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_IDENTIFIER_CASE,nValue,*this); in storesUpperCaseIdentifiers()
514 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ALTER_TABLE,nValue,*this); in impl_supportsAlterTableWithAddColumn_throw()
521 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ALTER_TABLE,nValue,*this); in impl_supportsAlterTableWithDropColumn_throw()
530 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_INDEX_SIZE,nValue,*this); in getMaxIndexLength()
537 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_NON_NULLABLE_COLUMNS,nValue,*this); in supportsNonNullableColumns()
545 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_TERM,aVal,*this,m_pConnection->getTe… in getCatalogTerm()
552 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_IDENTIFIER_QUOTE_CHAR,aVal,*this,m_pConnecti… in impl_getIdentifierQuoteString_throw()
559 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SPECIAL_CHARACTERS,aVal,*this,m_pConnection-… in getExtraNameCharacters()
566 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CORRELATION_NAME,nValue,*this); in supportsDifferentTableCorrelationNames()
574 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_LOCATION,nValue,*this); in impl_isCatalogAtStart_throw()
581 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_TXN_CAPABLE,nValue,*this); in dataDefinitionIgnoredInTransactions()
588 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_TXN_CAPABLE,nValue,*this); in dataDefinitionCausesTransactionCommit()
595 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_TXN_CAPABLE,nValue,*this); in supportsDataManipulationTransactionsOnly()
602 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_TXN_CAPABLE,nValue,*this); in supportsDataDefinitionAndDataManipulationTransactions()
609 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DYNAMIC_CURSOR_ATTRIBUTES1,nValue,*this); in supportsPositionedDelete()
616 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DYNAMIC_CURSOR_ATTRIBUTES1,nValue,*this); in supportsPositionedUpdate()
623 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CURSOR_ROLLBACK_BEHAVIOR,nValue,*this); in supportsOpenStatementsAcrossRollback()
630 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CURSOR_COMMIT_BEHAVIOR,nValue,*this); in supportsOpenStatementsAcrossCommit()
637 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CURSOR_COMMIT_BEHAVIOR,nValue,*this); in supportsOpenCursorsAcrossCommit()
644 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CURSOR_ROLLBACK_BEHAVIOR,nValue,*this); in supportsOpenCursorsAcrossRollback()
651 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_TXN_ISOLATION_OPTION,nValue,*this); in supportsTransactionIsolationLevel()
658 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SCHEMA_USAGE,nValue,*this); in impl_supportsSchemasInDataManipulation_throw()
665 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SQL_CONFORMANCE,nValue,*this); in supportsANSI92FullSQL()
672 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SQL_CONFORMANCE,nValue,*this); in supportsANSI92EntryLevelSQL()
679 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_INTEGRITY,aStr,*this,m_pConnection->getTextE… in supportsIntegrityEnhancementFacility()
686 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SCHEMA_USAGE,nValue,*this); in supportsSchemasInIndexDefinitions()
693 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SCHEMA_USAGE,nValue,*this); in impl_supportsSchemasInTableDefinitions_throw()
701 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_USAGE,nValue,*this); in impl_supportsCatalogsInTableDefinitions_throw()
709 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_USAGE,nValue,*this); in supportsCatalogsInIndexDefinitions()
717 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_USAGE,nValue,*this); in impl_supportsCatalogsInDataManipulation_throw()
724 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_OJ_CAPABILITIES,nValue,*this); in supportsOuterJoins()
748 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CREATE_VIEW,nValue,*this); in getTableTypes()
772 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CONCURRENT_ACTIVITIES,nValue,*this); in impl_getMaxStatements_throw()
779 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_PROCEDURE_NAME_LEN,nValue,*this); in getMaxProcedureNameLength()
786 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_SCHEMA_NAME_LEN,nValue,*this); in getMaxSchemaNameLength()
793 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_TXN_CAPABLE,nValue,*this); in supportsTransactions()
800 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ACCESSIBLE_PROCEDURES,aValue,*this,m_pConnec… in allProceduresAreCallable()
807 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_PROCEDURES,aValue,*this,m_pConnection->getTe… in supportsStoredProcedures()
814 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DYNAMIC_CURSOR_ATTRIBUTES1,nValue,*this); in supportsSelectForUpdate()
821 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ACCESSIBLE_TABLES,aValue,*this,m_pConnection in allTablesAreSelectable()
827 return m_pConnection->isReadOnly(); in isReadOnly()
833 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_FILE_USAGE,nValue,*this); in usesLocalFiles()
840 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_FILE_USAGE,nValue,*this); in usesLocalFilePerTable()
847 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_FUNCTIONS,nValue,*this); in supportsTypeConversion()
854 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONCAT_NULL_BEHAVIOR,nValue,*this); in nullPlusNonNullIsNull()
861 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_COLUMN_ALIAS,aValue,*this,m_pConnection->get… in supportsColumnAliasing()
868 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CORRELATION_NAME,nValue,*this); in supportsTableCorrelationNames()
881 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_BIT,nValue,*this); in supportsConvert()
884 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_TINYINT,nValue,*this); in supportsConvert()
887 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_SMALLINT,nValue,*this); in supportsConvert()
890 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_INTEGER,nValue,*this); in supportsConvert()
893 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_BIGINT,nValue,*this); in supportsConvert()
896 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_FLOAT,nValue,*this); in supportsConvert()
899 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_REAL,nValue,*this); in supportsConvert()
902 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_DOUBLE,nValue,*this); in supportsConvert()
905 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_NUMERIC,nValue,*this); in supportsConvert()
908 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_DECIMAL,nValue,*this); in supportsConvert()
911 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_CHAR,nValue,*this); in supportsConvert()
914 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_VARCHAR,nValue,*this); in supportsConvert()
918 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_LONGVARCHAR,nValue,*this); in supportsConvert()
921 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_DATE,nValue,*this); in supportsConvert()
924 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_TIME,nValue,*this); in supportsConvert()
927 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_TIMESTAMP,nValue,*this); in supportsConvert()
930 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_BINARY,nValue,*this); in supportsConvert()
933 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_VARBINARY,nValue,*this); in supportsConvert()
937 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CONVERT_LONGVARBINARY,nValue,*this); in supportsConvert()
1031 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_EXPRESSIONS_IN_ORDERBY,aValue,*this,m_pConne… in supportsExpressionsInOrderBy()
1038 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupBy()
1045 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupByBeyondSelect()
1052 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupByUnrelated()
1059 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MULTIPLE_ACTIVE_TXN,aValue,*this,m_pConnecti… in supportsMultipleTransactions()
1066 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MULT_RESULT_SETS,aValue,*this,m_pConnection-… in supportsMultipleResultSets()
1073 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_LIKE_ESCAPE_CLAUSE,aValue,*this,m_pConnectio… in supportsLikeEscapeClause()
1080 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ORDER_BY_COLUMNS_IN_SELECT,aValue,*this,m_pC… in supportsOrderByUnrelated()
1087 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_UNION,nValue,*this); in supportsUnion()
1094 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_UNION,nValue,*this); in supportsUnionAll()
1101 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_IDENTIFIER_CASE,nValue,*this); in supportsMixedCaseIdentifiers()
1108 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_QUOTED_IDENTIFIER_CASE,nValue,*this); in impl_supportsMixedCaseQuotedIdentifiers_throw()
1115 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_NULL_COLLATION,nValue,*this); in nullsAreSortedAtEnd()
1122 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_NULL_COLLATION,nValue,*this); in nullsAreSortedAtStart()
1129 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_NULL_COLLATION,nValue,*this); in nullsAreSortedHigh()
1136 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_NULL_COLLATION,nValue,*this); in nullsAreSortedLow()
1143 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SCHEMA_USAGE,nValue,*this); in supportsSchemasInProcedureCalls()
1150 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SCHEMA_USAGE,nValue,*this); in supportsSchemasInPrivilegeDefinitions()
1158 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_USAGE,nValue,*this); in supportsCatalogsInProcedureCalls()
1166 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_USAGE,nValue,*this); in supportsCatalogsInPrivilegeDefinitions()
1173 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SUBQUERIES,nValue,*this); in supportsCorrelatedSubqueries()
1180 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SUBQUERIES,nValue,*this); in supportsSubqueriesInComparisons()
1187 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SUBQUERIES,nValue,*this); in supportsSubqueriesInExists()
1194 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SUBQUERIES,nValue,*this); in supportsSubqueriesInIns()
1201 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SUBQUERIES,nValue,*this); in supportsSubqueriesInQuantifieds()
1208 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SQL_CONFORMANCE,nValue,*this); in supportsANSI92IntermediateSQL()
1215 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DATA_SOURCE_NAME,aValue,*this,m_pConnection-… in getURLImpl()
1221 ::rtl::OUString aValue = m_pConnection->getURL(); in getURL()
1233 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_USER_NAME,aValue,*this,m_pConnection->getTex… in getUserName()
1240 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DRIVER_NAME,aValue,*this,m_pConnection->getT… in getDriverName()
1247 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DRIVER_ODBC_VER,aValue,*this,m_pConnection->… in getDriverVersion()
1254 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DRIVER_VER,aValue,*this,m_pConnection->getTe… in getDatabaseProductVersion()
1261 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DBMS_NAME,aValue,*this,m_pConnection->getTex… in getDatabaseProductName()
1268 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_PROCEDURE_TERM,aValue,*this,m_pConnection->g… in getProcedureTerm()
1275 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SCHEMA_TERM,aValue,*this,m_pConnection->getT… in getSchemaTerm()
1282 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DRIVER_VER,aValue,*this,m_pConnection->getTe… in getDriverMajorVersion()
1289 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SUBQUERIES,nValue,*this); in getDefaultTransactionIsolation()
1296 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_DRIVER_VER,aValue,*this,m_pConnection->getTe… in getDriverMinorVersion()
1303 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_KEYWORDS,aValue,*this,m_pConnection->getText… in getSQLKeywords()
1310 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SEARCH_PATTERN_ESCAPE,aValue,*this,m_pConnec… in getSearchStringEscape()
1318 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_STRING_FUNCTIONS,nValue,*this); in getStringFunctions()
1379 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_TIMEDATE_FUNCTIONS,nValue,*this); in getTimeDateFunctions()
1434 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_SYSTEM_FUNCTIONS,nValue,*this); in getSystemFunctions()
1453 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_NUMERIC_FUNCTIONS,nValue,*this); in getNumericFunctions()
1515 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ODBC_INTERFACE_CONFORMANCE,nValue,*this); in supportsExtendedSQLGrammar()
1520 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ODBC_INTERFACE_CONFORMANCE,nValue,*this); in supportsExtendedSQLGrammar()
1530 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ODBC_INTERFACE_CONFORMANCE,nValue,*this); in supportsCoreSQLGrammar()
1535 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ODBC_SQL_CONFORMANCE,nValue,*this); in supportsCoreSQLGrammar()
1545 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ODBC_INTERFACE_CONFORMANCE,nValue,*this); in supportsMinimumSQLGrammar()
1550 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ODBC_INTERFACE_CONFORMANCE,nValue,*this); in supportsMinimumSQLGrammar()
1558 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_OJ_CAPABILITIES,nValue,*this); in supportsFullOuterJoins()
1570 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_GROUP_BY,nValue,*this); in getMaxColumnsInGroupBy()
1577 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_ORDER_BY,nValue,*this); in getMaxColumnsInOrderBy()
1584 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_SELECT,nValue,*this); in getMaxColumnsInSelect()
1591 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_USER_NAME_LEN,nValue,*this); in getMaxUserNameLength()
1598 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CURSOR_SENSITIVITY,nValue,*this); in supportsResultSetType()
1620 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in supportsResultSetConcurrency()
1652 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownUpdatesAreVisible()
1674 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownDeletesAreVisible()
1696 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownInsertsAreVisible()