LibreOffice Module connectivity (master) 1
Namespaces | Classes | Typedefs | Enumerations | Functions | Variables
connectivity Namespace Reference

Namespaces

namespace  ado
 
namespace  calc
 
namespace  component
 
namespace  dbase
 
namespace  detail
 
namespace  evoab
 
namespace  file
 
namespace  firebird
 
namespace  flat
 
namespace  hsqldb
 
namespace  java
 
namespace  jdbc
 
namespace  macab
 
namespace  mozab
 
namespace  mysql
 
namespace  mysqlc
 
namespace  odbc
 
namespace  parse
 
namespace  sdbcx
 
namespace  writer
 

Classes

class  BlobHelper
 
struct  ColumnDesc
 
class  DriversConfig
 
class  DriversConfigImpl
 
class  ExpressionNode
 
class  FunctionParser
 
class  IParseContext
 
class  IResultSetHelper
 
class  java_io_InputStream
 
class  java_io_Reader
 
class  java_lang_Boolean
 
class  java_lang_Class
 
class  java_lang_Exception
 
class  java_lang_Object
 
class  java_lang_String
 
class  java_lang_Throwable
 
class  java_math_BigDecimal
 
class  java_sql_Array
 
class  java_sql_Blob
 
class  java_sql_CallableStatement
 
class  java_sql_Clob
 
class  java_sql_Connection
 
class  java_sql_DatabaseMetaData
 
class  java_sql_Date
 
class  java_sql_Driver
 
class  java_sql_DriverPropertyInfo
 
class  java_sql_PreparedStatement
 
class  java_sql_Ref
 
class  java_sql_ResultSet
 
class  java_sql_ResultSetMetaData
 
class  java_sql_SQLException
 
class  java_sql_SQLException_BASE
 
class  java_sql_SQLWarning
 
class  java_sql_SQLWarning_BASE
 
class  java_sql_Statement
 
class  java_sql_Statement_Base
 
class  java_sql_Time
 
class  java_sql_Timestamp
 
class  java_util_Date
 
class  java_util_Properties
 
class  OAssignValues
 
class  OAutoRetrievingBase
 
class  OColumn
 
class  OColumnsHelper
 contains general column handling to create default columns and default sql statements. More...
 
class  OColumnsHelperImpl
 
class  OConnectionPool
 
class  OConnectionWeakWrapper
 
class  OConnectionWrapper
 
class  ODatabaseMetaDataBase
 
class  ODatabaseMetaDataResultSet
 
class  ODatabaseMetaDataResultSetMetaData
 
class  ODeleteVector
 
class  ODriverWrapper
 
class  OIndexColumns
 
class  OIndexesHelper
 
class  OIndexHelper
 
class  OKeyColumnsHelper
 
class  OKeySet
 The class OKeySet is a refcountable vector which also has a state. More...
 
class  OKeySet_Base
 
class  OKeysHelper
 
class  OKeyValue
 
class  OMetaConnection
 
class  OParseContext
 
class  OPoolCollection
 OPoolCollection: control the whole connection pooling for oo. More...
 
class  OPooledConnection
 
class  OPoolTimer
 OPoolTimer - Invalidates the connection pool. More...
 
class  ORefVector
 
class  OResultSetPrivileges
 
class  ORowSetValue
 
class  ORowSetValueDecorator
 ORowSetValueDecorator decorates an ORowSetValue so the value is "refcounted". More...
 
class  ORowVector
 
class  OSkipDeletedSet
 the class OSkipDeletedSet supports a general method to skip deleted rows More...
 
class  OSortIndex
 The class OSortIndex can be used to implement a sorted index. More...
 
class  OSQLInternalNode
 special node for avoiding memory leaks More...
 
class  OSQLParseNode
 
class  OSQLParseNodesContainer
 
class  OSQLParser
 Parser for SQL92. More...
 
struct  OSQLParser_Data
 
class  OSQLParseTreeIterator
 
struct  OSQLParseTreeIteratorImpl
 
class  OSQLScanner
 Scanner for SQL92. More...
 
class  OStatement_BASE2
 
class  OTableHelper
 
struct  OTableHelperImpl
 
class  OTableKeyHelper
 
struct  OTypeInfo
 
class  OValueRefVector
 
class  ParameterSubstitution
 
struct  ParseError
 This exception is thrown, when the arithmetic expression parser failed to parse a string. More...
 
class  QuotedTokenizedString
 
class  SDBThreadAttach
 
class  SharedResources
 helper class for accessing resources shared by different libraries in the connectivity module More...
 
class  SQLError
 a class which provides helpers for working with SQLErrors More...
 
class  SQLError_Impl
 
struct  SQLParseNodeParameter
 
struct  TActiveConnectionInfo
 
struct  TConnectionPool
 
struct  TDigestHolder
 
struct  TDigestLess
 
struct  TInstalledDriver
 
struct  TSetBound
 TSetBound is a functor to set the bound value with e.q. for_each call. More...
 
struct  TSetRefBound
 TSetBound is a functor to set the bound value with e.q. for_each call. More...
 

Typedefs

typedef std::vector< css::uno::Reference< css::sdbc::XPooledConnection > > TPooledConnections
 
typedef std::map< TDigestHolder, TConnectionPool, TDigestLessTConnectionMap
 
typedef std::map< css::uno::Reference< css::sdbc::XConnection >, TActiveConnectionInfoTActiveConnectionMap
 
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XConnection > OConnectionWeakWrapper_BASE
 
typedef ::cppu::WeakImplHelper< css::sdbc::XDriver > ODriverWrapper_BASE
 
typedef ::cppu::WeakImplHelper< css::sdbc::XConnectionPool, css::lang::XServiceInfo, css::frame::XTerminateListener, css::beans::XPropertyChangeListener > OPoolCollection_Base
 
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XPooledConnection,css::lang::XEventListener > OPooledConnection_Base
 
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XCloseable, css::lang::XInitialization, css::lang::XServiceInfo, css::sdbc::XColumnLocate > ODatabaseMetaDataResultSet_BASE
 
typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData > ODatabaseMetaResultSetMetaData_BASE
 
typedef OMetaConnection java_sql_Connection_BASE
 
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XStatement, css::sdbc::XWarningsSupplier, css::util::XCancellable, css::sdbc::XCloseable, css::sdbc::XGeneratedResultSet, css::sdbc::XMultipleResults > java_sql_Statement_BASE
 
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XResultSetUpdate, css::sdbc::XRowUpdate, css::sdbc::XCloseable, css::sdbc::XColumnLocate, css::lang::XServiceInfo > java_sql_ResultSet_BASE
 
typedef SQLRETURN(SQL_API * T3SQLAllocHandle) (SQLSMALLINT HandleType, SQLHANDLE InputHandle, SQLHANDLE *OutputHandlePtr)
 
typedef SQLRETURN(SQL_API * T3SQLConnect) (SQLHDBC ConnectionHandle, SQLCHAR *ServerName, SQLSMALLINT NameLength1, SQLCHAR *UserName, SQLSMALLINT NameLength2, SQLCHAR *Authentication, SQLSMALLINT NameLength3)
 
typedef SQLRETURN(SQL_API * T3SQLDriverConnect) (SQLHDBC ConnectionHandle, HWND WindowHandle, SQLCHAR *InConnectionString, SQLSMALLINT StringLength1, SQLCHAR *OutConnectionString, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength2Ptr, SQLUSMALLINT DriverCompletion)
 
typedef SQLRETURN(SQL_API * T3SQLBrowseConnect) (SQLHDBC ConnectionHandle, SQLCHAR *InConnectionString, SQLSMALLINT StringLength1, SQLCHAR *OutConnectionString, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength2Ptr)
 
typedef SQLRETURN(SQL_API * T3SQLDataSources) (SQLHENV EnvironmentHandle, SQLUSMALLINT Direction, SQLCHAR *ServerName, SQLSMALLINT BufferLength1, SQLSMALLINT *NameLength1Ptr, SQLCHAR *Description, SQLSMALLINT BufferLength2, SQLSMALLINT *NameLength2Ptr)
 
typedef SQLRETURN(SQL_API * T3SQLDrivers) (SQLHENV EnvironmentHandle, SQLUSMALLINT Direction, SQLCHAR *DriverDescription, SQLSMALLINT BufferLength1, SQLSMALLINT *DescriptionLengthPtr, SQLCHAR *DriverAttributes, SQLSMALLINT BufferLength2, SQLSMALLINT *AttributesLengthPtr)
 
typedef SQLRETURN(SQL_API * T3SQLGetInfo) (SQLHDBC ConnectionHandle, SQLUSMALLINT InfoType, SQLPOINTER InfoValuePtr, SQLSMALLINT BufferLength, SQLSMALLINT *StringLengthPtr)
 
typedef SQLRETURN(SQL_API * T3SQLGetFunctions) (SQLHDBC ConnectionHandle, SQLUSMALLINT FunctionId, SQLUSMALLINT *SupportedPtr)
 
typedef SQLRETURN(SQL_API * T3SQLGetTypeInfo) (SQLHSTMT StatementHandle, SQLSMALLINT DataType)
 
typedef SQLRETURN(SQL_API * T3SQLSetConnectAttr) (SQLHDBC ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength)
 
typedef SQLRETURN(SQL_API * T3SQLGetConnectAttr) (SQLHDBC ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength)
 
typedef SQLRETURN(SQL_API * T3SQLSetEnvAttr) (SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength)
 
typedef SQLRETURN(SQL_API * T3SQLGetEnvAttr) (SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength)
 
typedef SQLRETURN(SQL_API * T3SQLSetStmtAttr) (SQLHSTMT StatementHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength)
 
typedef SQLRETURN(SQL_API * T3SQLGetStmtAttr) (SQLHSTMT StatementHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength)
 
typedef SQLRETURN(SQL_API * T3SQLPrepare) (SQLHSTMT StatementHandle, SQLCHAR *StatementText, SQLINTEGER TextLength)
 
typedef SQLRETURN(SQL_API * T3SQLBindParameter) (SQLHSTMT StatementHandle, SQLUSMALLINT ParameterNumber, SQLSMALLINT InputOutputType, SQLSMALLINT ValueType, SQLSMALLINT ParameterType, SQLULEN ColumnSize, SQLSMALLINT DecimalDigits, SQLPOINTER ParameterValuePtr, SQLLEN BufferLength, SQLLEN *StrLen_or_IndPtr)
 
typedef SQLRETURN(SQL_API * T3SQLSetCursorName) (SQLHSTMT StatementHandle, SQLCHAR *CursorName, SQLSMALLINT NameLength)
 
typedef SQLRETURN(SQL_API * T3SQLExecute) (SQLHSTMT StatementHandle)
 
typedef SQLRETURN(SQL_API * T3SQLExecDirect) (SQLHSTMT StatementHandle, SQLCHAR *StatementText, SQLINTEGER TextLength)
 
typedef SQLRETURN(SQL_API * T3SQLDescribeParam) (SQLHSTMT StatementHandle, SQLUSMALLINT ParameterNumber, SQLSMALLINT *DataTypePtr, SQLULEN *ParameterSizePtr, SQLSMALLINT *DecimalDigitsPtr, SQLSMALLINT *NullablePtr)
 
typedef SQLRETURN(SQL_API * T3SQLNumParams) (SQLHSTMT StatementHandle, SQLSMALLINT *ParameterCountPtr)
 
typedef SQLRETURN(SQL_API * T3SQLParamData) (SQLHSTMT StatementHandle, SQLPOINTER *ValuePtrPtr)
 
typedef SQLRETURN(SQL_API * T3SQLPutData) (SQLHSTMT StatementHandle, SQLPOINTER DataPtr, SQLLEN StrLen_or_Ind)
 
typedef SQLRETURN(SQL_API * T3SQLRowCount) (SQLHSTMT StatementHandle, SQLLEN *RowCountPtr)
 
typedef SQLRETURN(SQL_API * T3SQLNumResultCols) (SQLHSTMT StatementHandle, SQLSMALLINT *ColumnCountPtr)
 
typedef SQLRETURN(SQL_API * T3SQLDescribeCol) (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLCHAR *ColumnName, SQLSMALLINT BufferLength, SQLSMALLINT *NameLengthPtr, SQLSMALLINT *DataTypePtr, SQLULEN *ColumnSizePtr, SQLSMALLINT *DecimalDigitsPtr, SQLSMALLINT *NullablePtr)
 
typedef SQLRETURN(SQL_API * T3SQLColAttribute) (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttributePtr, SQLSMALLINT BufferLength, SQLSMALLINT *StringLengthPtr, SQLLEN *NumericAttributePtr)
 
typedef SQLRETURN(SQL_API * T3SQLBindCol) (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLSMALLINT TargetType, SQLPOINTER TargetValuePtr, SQLLEN BufferLength, SQLLEN *StrLen_or_IndPtr)
 
typedef SQLRETURN(SQL_API * T3SQLFetch) (SQLHSTMT StatementHandle)
 
typedef SQLRETURN(SQL_API * T3SQLFetchScroll) (SQLHSTMT StatementHandle, SQLSMALLINT FetchOrientation, SQLLEN FetchOffset)
 
typedef SQLRETURN(SQL_API * T3SQLGetData) (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLSMALLINT TargetType, SQLPOINTER TargetValuePtr, SQLLEN BufferLength, SQLLEN *StrLen_or_IndPtr)
 
typedef SQLRETURN(SQL_API * T3SQLSetPos) (SQLHSTMT StatementHandle, SQLSETPOSIROW RowNumber, SQLUSMALLINT Operation, SQLUSMALLINT LockType)
 
typedef SQLRETURN(SQL_API * T3SQLBulkOperations) (SQLHSTMT StatementHandle, SQLSMALLINT Operation)
 
typedef SQLRETURN(SQL_API * T3SQLMoreResults) (SQLHSTMT StatementHandle)
 
typedef SQLRETURN(SQL_API * T3SQLGetDiagRec) (SQLSMALLINT HandleType, SQLHANDLE Handle, SQLSMALLINT RecNumber, SQLCHAR *Sqlstate, SQLINTEGER *NativeErrorPtr, SQLCHAR *MessageText, SQLSMALLINT BufferLength, SQLSMALLINT *TextLengthPtr)
 
typedef SQLRETURN(SQL_API * T3SQLColumnPrivileges) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLCHAR *ColumnName, SQLSMALLINT NameLength4)
 
typedef SQLRETURN(SQL_API * T3SQLColumns) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLCHAR *ColumnName, SQLSMALLINT NameLength4)
 
typedef SQLRETURN(SQL_API * T3SQLForeignKeys) (SQLHSTMT StatementHandle, SQLCHAR *PKCatalogName, SQLSMALLINT NameLength1, SQLCHAR *PKSchemaName, SQLSMALLINT NameLength2, SQLCHAR *PKTableName, SQLSMALLINT NameLength3, SQLCHAR *FKCatalogName, SQLSMALLINT NameLength4, SQLCHAR *FKSchemaName, SQLSMALLINT NameLength5, SQLCHAR *FKTableName, SQLSMALLINT NameLength6)
 
typedef SQLRETURN(SQL_API * T3SQLPrimaryKeys) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3)
 
typedef SQLRETURN(SQL_API * T3SQLProcedureColumns) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *ProcName, SQLSMALLINT NameLength3, SQLCHAR *ColumnName, SQLSMALLINT NameLength4)
 
typedef SQLRETURN(SQL_API * T3SQLProcedures) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *ProcName, SQLSMALLINT NameLength3)
 
typedef SQLRETURN(SQL_API * T3SQLSpecialColumns) (SQLHSTMT StatementHandle, SQLUSMALLINT IdentifierType, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Scope, SQLUSMALLINT Nullable)
 
typedef SQLRETURN(SQL_API * T3SQLStatistics) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Unique, SQLUSMALLINT Reserved)
 
typedef SQLRETURN(SQL_API * T3SQLTablePrivileges) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3)
 
typedef SQLRETURN(SQL_API * T3SQLTables) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLCHAR *TableType, SQLSMALLINT NameLength4)
 
typedef SQLRETURN(SQL_API * T3SQLFreeStmt) (SQLHSTMT StatementHandle, SQLUSMALLINT Option)
 
typedef SQLRETURN(SQL_API * T3SQLCloseCursor) (SQLHSTMT StatementHandle)
 
typedef SQLRETURN(SQL_API * T3SQLCancel) (SQLHSTMT StatementHandle)
 
typedef SQLRETURN(SQL_API * T3SQLEndTran) (SQLSMALLINT HandleType, SQLHANDLE Handle, SQLSMALLINT CompletionType)
 
typedef SQLRETURN(SQL_API * T3SQLDisconnect) (SQLHDBC ConnectionHandle)
 
typedef SQLRETURN(SQL_API * T3SQLFreeHandle) (SQLSMALLINT HandleType, SQLHANDLE Handle)
 
typedef SQLRETURN(SQL_API * T3SQLGetCursorName) (SQLHSTMT StatementHandle, SQLCHAR *CursorName, SQLSMALLINT BufferLength, SQLSMALLINT *NameLength2)
 
typedef SQLRETURN(SQL_API * T3SQLNativeSql) (SQLHDBC ConnectionHandle, SQLCHAR *InStatementText, SQLINTEGER TextLength1, SQLCHAR *OutStatementText, SQLINTEGER BufferLength, SQLINTEGER *TextLength2Ptr)
 
typedef ::cppu::WeakImplHelper< css::util::XStringSubstitution,css::lang::XServiceInfo,css::lang::XInitialization > ParameterSubstitution_BASE
 
typedef sal_uInt16 ResourceId
 
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XConnection, css::sdbc::XWarningsSupplier, css::lang::XServiceInfo, css::lang::XUnoTunnel > OMetaConnection_BASE
 
typedef std::vector< css::uno::WeakReferenceHelper > OWeakRefArray
 
typedef css::uno::Reference< css::sdbcx::XColumnsSupplier > OSQLTable
 
typedef std::map< OUString, OSQLTable, comphelper::UStringMixLessOSQLTables
 
typedef ORefVector< css::uno::Reference< css::beans::XPropertySet > > OSQLColumns
 
typedef ::cppu::ImplHelper2< css::lang::XServiceInfo, css::lang::XUnoTunnel > OConnection_BASE
 
typedef std::map< OUString, TInstalledDriverTInstalledDrivers
 
typedef ::rtl::Reference< ORowSetValueDecoratorORowSetValueDecoratorRef
 
typedef ODeleteVector< ORowSetValueOValueVector
 
typedef ::rtl::Reference< OAssignValuesORefAssignValues
 
typedef ::rtl::Reference< OValueVectorOValueRow
 
typedef ::rtl::Reference< OValueRefVectorOValueRefRow
 
typedef ::sal_Int32 ErrorCode
 the type of error codes to be used in SQLExceptions More...
 
typedef ::sal_Int32 ErrorCondition
 error condition values as defined in css::sdb::ErrorCondition More...
 
typedef ::std::pair< const OSQLParseNode *, const OSQLParseNode * > TNodePair
 
typedef ::std::set< OUString > QueryNameSet
 
typedef comphelper::SingletonRef< OSQLParseNodesContainerOSQLParseNodesGarbageCollector
 
typedef sdbcx::OCollection OKeys_BASE
 
typedef sal_Int32 OrdinalPosition
 
typedef connectivity::sdbcx::OTable OTable_TYPEDEF
 
typedef std::map< OUString, std::shared_ptr< sdbcx::KeyProperties > > TKeyMap
 

Enumerations

enum class  ExpressionFunct {
  Equation ,
  And ,
  Or
}
 
enum class  OKeyType {
  NONE ,
  Double ,
  String
}
 
enum class  TAscendingOrder {
  ASC = 1 ,
  DESC = -1
}
 
enum class  TraversalParts {
  Parameters = 0x0001 ,
  TableNames = 0x0002 ,
  SelectColumns = 0x0006 ,
  All = 0xFFFF
}
 
enum class  OSQLStatementType {
  Unknown ,
  Select ,
  Insert ,
  Update ,
  Delete ,
  OdbcCall ,
  CreateTable
}
 
enum class  SQLNodeType {
  Rule ,
  ListRule ,
  CommaListRule ,
  Keyword ,
  Name ,
  String ,
  IntNum ,
  ApproxNum ,
  Equal ,
  Less ,
  Great ,
  LessEq ,
  GreatEq ,
  NotEqual ,
  Punctuation ,
  AccessDate ,
  Concat
}
 

Functions

bool match (const sal_Unicode *pWild, const sal_Unicode *pStr, const sal_Unicode cEscape)
 
void checkDisposed (bool _bThrow)
 
OSQLColumns::const_iterator find (const OSQLColumns::const_iterator &first, const OSQLColumns::const_iterator &last, std::u16string_view _rVal, const ::comphelper::UStringMixEqual &_rCase)
 
OSQLColumns::const_iterator findRealName (const OSQLColumns::const_iterator &first, const OSQLColumns::const_iterator &last, std::u16string_view _rVal, const ::comphelper::UStringMixEqual &_rCase)
 
OSQLColumns::const_iterator find (OSQLColumns::const_iterator first, const OSQLColumns::const_iterator &last, const OUString &_rProp, std::u16string_view _rVal, const ::comphelper::UStringMixEqual &_rCase)
 
static OUString getKeyRuleString (bool _bUpdate, sal_Int32 _nKeyRule)
 returns the keyrule string for the primary key More...
 
static OUString lcl_getServiceNameForSetting (const Reference< css::sdbc::XConnection > &_xConnection, const OUString &i_sSetting)
 
static bool LoadFunctions (oslModule pODBCso)
 
bool LoadLibrary_ODBC3 (OUString &_rPath)
 
jstring convertwchar_tToJavaString (JNIEnv *pEnv, const OUString &Temp)
 
OUString JavaString2String (JNIEnv *pEnv, jstring Str)
 
std::unique_ptr< java_util_PropertiescreateStringPropertyArray (const css::uno::Sequence< css::beans::PropertyValue > &info)
 
jobject convertTypeMapToJavaMap (const css::uno::Reference< css::container::XNameAccess > &_rMap)
 
bool isExceptionOccurred (JNIEnv *pEnv)
 return if an exception occurred the exception will be cleared. More...
 
jobject createByteInputStream (const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length)
 
jobject createCharArrayReader (const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length)
 
static OSQLParseNodeMakeANDNode (OSQLParseNode *pLeftLeaf, OSQLParseNode *pRightLeaf)
 
static OSQLParseNodeMakeORNode (OSQLParseNode *pLeftLeaf, OSQLParseNode *pRightLeaf)
 
bool match (const OUString &rWild, const OUString &rStr, const sal_Unicode cEscape)
 

Variables

const sal_Unicode CHAR_PLACE = '_'
 
const sal_Unicode CHAR_WILD = '%'
 
constexpr OUStringLiteral IMPL_NAME = u"com.sun.star.sdbcx.comp.hsqldb.Driver"
 
T3SQLAllocHandle pODBC3SQLAllocHandle
 
T3SQLConnect pODBC3SQLConnect
 
T3SQLDriverConnect pODBC3SQLDriverConnect
 
T3SQLBrowseConnect pODBC3SQLBrowseConnect
 
T3SQLDataSources pODBC3SQLDataSources
 
T3SQLDrivers pODBC3SQLDrivers
 
T3SQLGetInfo pODBC3SQLGetInfo
 
T3SQLGetFunctions pODBC3SQLGetFunctions
 
T3SQLGetTypeInfo pODBC3SQLGetTypeInfo
 
T3SQLSetConnectAttr pODBC3SQLSetConnectAttr
 
T3SQLGetConnectAttr pODBC3SQLGetConnectAttr
 
T3SQLSetEnvAttr pODBC3SQLSetEnvAttr
 
T3SQLGetEnvAttr pODBC3SQLGetEnvAttr
 
T3SQLSetStmtAttr pODBC3SQLSetStmtAttr
 
T3SQLGetStmtAttr pODBC3SQLGetStmtAttr
 
T3SQLPrepare pODBC3SQLPrepare
 
T3SQLBindParameter pODBC3SQLBindParameter
 
T3SQLSetCursorName pODBC3SQLSetCursorName
 
T3SQLExecute pODBC3SQLExecute
 
T3SQLExecDirect pODBC3SQLExecDirect
 
T3SQLDescribeParam pODBC3SQLDescribeParam
 
T3SQLNumParams pODBC3SQLNumParams
 
T3SQLParamData pODBC3SQLParamData
 
T3SQLPutData pODBC3SQLPutData
 
T3SQLRowCount pODBC3SQLRowCount
 
T3SQLNumResultCols pODBC3SQLNumResultCols
 
T3SQLDescribeCol pODBC3SQLDescribeCol
 
T3SQLColAttribute pODBC3SQLColAttribute
 
T3SQLBindCol pODBC3SQLBindCol
 
T3SQLFetch pODBC3SQLFetch
 
T3SQLFetchScroll pODBC3SQLFetchScroll
 
T3SQLGetData pODBC3SQLGetData
 
T3SQLSetPos pODBC3SQLSetPos
 
T3SQLBulkOperations pODBC3SQLBulkOperations
 
T3SQLMoreResults pODBC3SQLMoreResults
 
T3SQLGetDiagRec pODBC3SQLGetDiagRec
 
T3SQLColumnPrivileges pODBC3SQLColumnPrivileges
 
T3SQLColumns pODBC3SQLColumns
 
T3SQLForeignKeys pODBC3SQLForeignKeys
 
T3SQLPrimaryKeys pODBC3SQLPrimaryKeys
 
T3SQLProcedureColumns pODBC3SQLProcedureColumns
 
T3SQLProcedures pODBC3SQLProcedures
 
T3SQLSpecialColumns pODBC3SQLSpecialColumns
 
T3SQLStatistics pODBC3SQLStatistics
 
T3SQLTablePrivileges pODBC3SQLTablePrivileges
 
T3SQLTables pODBC3SQLTables
 
T3SQLFreeStmt pODBC3SQLFreeStmt
 
T3SQLCloseCursor pODBC3SQLCloseCursor
 
T3SQLCancel pODBC3SQLCancel
 
T3SQLEndTran pODBC3SQLEndTran
 
T3SQLDisconnect pODBC3SQLDisconnect
 
T3SQLFreeHandle pODBC3SQLFreeHandle
 
T3SQLGetCursorName pODBC3SQLGetCursorName
 
T3SQLNativeSql pODBC3SQLNativeSql
 

Typedef Documentation

◆ ErrorCode

typedef ::sal_Int32 connectivity::ErrorCode

the type of error codes to be used in SQLExceptions

See also
css::sdbc::SQLException::ErrorCode

Definition at line 38 of file sqlerror.hxx.

◆ ErrorCondition

typedef ::sal_Int32 connectivity::ErrorCondition

error condition values as defined in css::sdb::ErrorCondition

Definition at line 42 of file sqlerror.hxx.

◆ java_sql_Connection_BASE

Definition at line 34 of file inc/java/sql/Connection.hxx.

◆ java_sql_ResultSet_BASE

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XResultSetUpdate, css::sdbc::XRowUpdate, css::sdbc::XCloseable, css::sdbc::XColumnLocate, css::lang::XServiceInfo> connectivity::java_sql_ResultSet_BASE

Definition at line 53 of file inc/java/sql/ResultSet.hxx.

◆ java_sql_Statement_BASE

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XStatement, css::sdbc::XWarningsSupplier, css::util::XCancellable, css::sdbc::XCloseable, css::sdbc::XGeneratedResultSet, css::sdbc::XMultipleResults> connectivity::java_sql_Statement_BASE

Definition at line 46 of file JStatement.hxx.

◆ OConnection_BASE

typedef ::cppu::ImplHelper2< css::lang::XServiceInfo, css::lang::XUnoTunnel > connectivity::OConnection_BASE

Definition at line 42 of file ConnectionWrapper.hxx.

◆ OConnectionWeakWrapper_BASE

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XConnection > connectivity::OConnectionWeakWrapper_BASE

Definition at line 35 of file ZConnectionWrapper.hxx.

◆ ODatabaseMetaDataResultSet_BASE

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XCloseable, css::lang::XInitialization, css::lang::XServiceInfo, css::sdbc::XColumnLocate> connectivity::ODatabaseMetaDataResultSet_BASE

Definition at line 52 of file FDatabaseMetaDataResultSet.hxx.

◆ ODatabaseMetaResultSetMetaData_BASE

typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData> connectivity::ODatabaseMetaResultSetMetaData_BASE

Definition at line 33 of file FDatabaseMetaDataResultSetMetaData.hxx.

◆ ODriverWrapper_BASE

typedef ::cppu::WeakImplHelper< css::sdbc::XDriver > connectivity::ODriverWrapper_BASE

Definition at line 34 of file ZDriverWrapper.hxx.

◆ OKeys_BASE

Definition at line 29 of file TKeys.hxx.

◆ OMetaConnection_BASE

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XConnection, css::sdbc::XWarningsSupplier, css::lang::XServiceInfo, css::lang::XUnoTunnel > connectivity::OMetaConnection_BASE

Definition at line 39 of file TConnection.hxx.

◆ OPoolCollection_Base

typedef ::cppu::WeakImplHelper< css::sdbc::XConnectionPool, css::lang::XServiceInfo, css::frame::XTerminateListener, css::beans::XPropertyChangeListener > connectivity::OPoolCollection_Base

Definition at line 52 of file ZPoolCollection.hxx.

◆ OPooledConnection_Base

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XPooledConnection ,css::lang::XEventListener> connectivity::OPooledConnection_Base

Definition at line 34 of file ZPooledConnection.hxx.

◆ OrdinalPosition

typedef sal_Int32 connectivity::OrdinalPosition

Definition at line 41 of file TTableHelper.hxx.

◆ ORefAssignValues

Definition at line 481 of file FValue.hxx.

◆ ORowSetValueDecoratorRef

Definition at line 421 of file FValue.hxx.

◆ OSQLColumns

Definition at line 95 of file CommonTools.hxx.

◆ OSQLParseNodesGarbageCollector

Definition at line 97 of file sqlparse.hxx.

◆ OSQLTable

typedef css::uno::Reference< css::sdbcx::XColumnsSupplier> connectivity::OSQLTable

Definition at line 54 of file CommonTools.hxx.

◆ OSQLTables

Definition at line 56 of file CommonTools.hxx.

◆ OTable_TYPEDEF

Definition at line 76 of file TTableHelper.hxx.

◆ OValueRefRow

Definition at line 485 of file FValue.hxx.

◆ OValueRow

Definition at line 484 of file FValue.hxx.

◆ OValueVector

Definition at line 457 of file FValue.hxx.

◆ OWeakRefArray

typedef std::vector< css::uno::WeakReferenceHelper > connectivity::OWeakRefArray

Definition at line 53 of file CommonTools.hxx.

◆ ParameterSubstitution_BASE

typedef ::cppu::WeakImplHelper< css::util::XStringSubstitution ,css::lang::XServiceInfo ,css::lang::XInitialization > connectivity::ParameterSubstitution_BASE

Definition at line 34 of file ParameterSubstitution.hxx.

◆ QueryNameSet

Definition at line 65 of file sqlnode.hxx.

◆ ResourceId

typedef sal_uInt16 connectivity::ResourceId

Definition at line 31 of file sharedresources.hxx.

◆ T3SQLAllocHandle

typedef SQLRETURN(SQL_API * connectivity::T3SQLAllocHandle) (SQLSMALLINT HandleType, SQLHANDLE InputHandle, SQLHANDLE *OutputHandlePtr)

Definition at line 34 of file OFunctions.hxx.

◆ T3SQLBindCol

typedef SQLRETURN(SQL_API * connectivity::T3SQLBindCol) (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLSMALLINT TargetType, SQLPOINTER TargetValuePtr, SQLLEN BufferLength, SQLLEN *StrLen_or_IndPtr)

Definition at line 303 of file OFunctions.hxx.

◆ T3SQLBindParameter

typedef SQLRETURN(SQL_API * connectivity::T3SQLBindParameter) (SQLHSTMT StatementHandle, SQLUSMALLINT ParameterNumber, SQLSMALLINT InputOutputType, SQLSMALLINT ValueType, SQLSMALLINT ParameterType, SQLULEN ColumnSize, SQLSMALLINT DecimalDigits, SQLPOINTER ParameterValuePtr, SQLLEN BufferLength, SQLLEN *StrLen_or_IndPtr)

Definition at line 207 of file OFunctions.hxx.

◆ T3SQLBrowseConnect

typedef SQLRETURN(SQL_API * connectivity::T3SQLBrowseConnect) (SQLHDBC ConnectionHandle, SQLCHAR *InConnectionString, SQLSMALLINT StringLength1, SQLCHAR *OutConnectionString, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength2Ptr)

Definition at line 53 of file OFunctions.hxx.

◆ T3SQLBulkOperations

typedef SQLRETURN(SQL_API * connectivity::T3SQLBulkOperations) (SQLHSTMT StatementHandle, SQLSMALLINT Operation)

Definition at line 338 of file OFunctions.hxx.

◆ T3SQLCancel

typedef SQLRETURN(SQL_API * connectivity::T3SQLCancel) (SQLHSTMT StatementHandle)

Definition at line 499 of file OFunctions.hxx.

◆ T3SQLCloseCursor

typedef SQLRETURN(SQL_API * connectivity::T3SQLCloseCursor) (SQLHSTMT StatementHandle)

Definition at line 495 of file OFunctions.hxx.

◆ T3SQLColAttribute

typedef SQLRETURN(SQL_API * connectivity::T3SQLColAttribute) (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttributePtr, SQLSMALLINT BufferLength, SQLSMALLINT *StringLengthPtr, SQLLEN *NumericAttributePtr)

Definition at line 293 of file OFunctions.hxx.

◆ T3SQLColumnPrivileges

typedef SQLRETURN(SQL_API * connectivity::T3SQLColumnPrivileges) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLCHAR *ColumnName, SQLSMALLINT NameLength4)

Definition at line 370 of file OFunctions.hxx.

◆ T3SQLColumns

typedef SQLRETURN(SQL_API * connectivity::T3SQLColumns) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLCHAR *ColumnName, SQLSMALLINT NameLength4)

Definition at line 382 of file OFunctions.hxx.

◆ T3SQLConnect

typedef SQLRETURN(SQL_API * connectivity::T3SQLConnect) (SQLHDBC ConnectionHandle, SQLCHAR *ServerName, SQLSMALLINT NameLength1, SQLCHAR *UserName, SQLSMALLINT NameLength2, SQLCHAR *Authentication, SQLSMALLINT NameLength3)

Definition at line 38 of file OFunctions.hxx.

◆ T3SQLDataSources

typedef SQLRETURN(SQL_API * connectivity::T3SQLDataSources) (SQLHENV EnvironmentHandle, SQLUSMALLINT Direction, SQLCHAR *ServerName, SQLSMALLINT BufferLength1, SQLSMALLINT *NameLength1Ptr, SQLCHAR *Description, SQLSMALLINT BufferLength2, SQLSMALLINT *NameLength2Ptr)

Definition at line 63 of file OFunctions.hxx.

◆ T3SQLDescribeCol

typedef SQLRETURN(SQL_API * connectivity::T3SQLDescribeCol) (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLCHAR *ColumnName, SQLSMALLINT BufferLength, SQLSMALLINT *NameLengthPtr, SQLSMALLINT *DataTypePtr, SQLULEN *ColumnSizePtr, SQLSMALLINT *DecimalDigitsPtr, SQLSMALLINT *NullablePtr)

Definition at line 281 of file OFunctions.hxx.

◆ T3SQLDescribeParam

typedef SQLRETURN(SQL_API * connectivity::T3SQLDescribeParam) (SQLHSTMT StatementHandle, SQLUSMALLINT ParameterNumber, SQLSMALLINT *DataTypePtr, SQLULEN *ParameterSizePtr, SQLSMALLINT *DecimalDigitsPtr, SQLSMALLINT *NullablePtr)

Definition at line 245 of file OFunctions.hxx.

◆ T3SQLDisconnect

typedef SQLRETURN(SQL_API * connectivity::T3SQLDisconnect) (SQLHDBC ConnectionHandle)

Definition at line 510 of file OFunctions.hxx.

◆ T3SQLDriverConnect

typedef SQLRETURN(SQL_API * connectivity::T3SQLDriverConnect) (SQLHDBC ConnectionHandle, HWND WindowHandle, SQLCHAR *InConnectionString, SQLSMALLINT StringLength1, SQLCHAR *OutConnectionString, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength2Ptr, SQLUSMALLINT DriverCompletion)

Definition at line 42 of file OFunctions.hxx.

◆ T3SQLDrivers

typedef SQLRETURN(SQL_API * connectivity::T3SQLDrivers) (SQLHENV EnvironmentHandle, SQLUSMALLINT Direction, SQLCHAR *DriverDescription, SQLSMALLINT BufferLength1, SQLSMALLINT *DescriptionLengthPtr, SQLCHAR *DriverAttributes, SQLSMALLINT BufferLength2, SQLSMALLINT *AttributesLengthPtr)

Definition at line 74 of file OFunctions.hxx.

◆ T3SQLEndTran

typedef SQLRETURN(SQL_API * connectivity::T3SQLEndTran) (SQLSMALLINT HandleType, SQLHANDLE Handle, SQLSMALLINT CompletionType)

Definition at line 503 of file OFunctions.hxx.

◆ T3SQLExecDirect

typedef SQLRETURN(SQL_API * connectivity::T3SQLExecDirect) (SQLHSTMT StatementHandle, SQLCHAR *StatementText, SQLINTEGER TextLength)

Definition at line 239 of file OFunctions.hxx.

◆ T3SQLExecute

typedef SQLRETURN(SQL_API * connectivity::T3SQLExecute) (SQLHSTMT StatementHandle)

Definition at line 235 of file OFunctions.hxx.

◆ T3SQLFetch

typedef SQLRETURN(SQL_API * connectivity::T3SQLFetch) (SQLHSTMT StatementHandle)

Definition at line 312 of file OFunctions.hxx.

◆ T3SQLFetchScroll

typedef SQLRETURN(SQL_API * connectivity::T3SQLFetchScroll) (SQLHSTMT StatementHandle, SQLSMALLINT FetchOrientation, SQLLEN FetchOffset)

Definition at line 316 of file OFunctions.hxx.

◆ T3SQLForeignKeys

typedef SQLRETURN(SQL_API * connectivity::T3SQLForeignKeys) (SQLHSTMT StatementHandle, SQLCHAR *PKCatalogName, SQLSMALLINT NameLength1, SQLCHAR *PKSchemaName, SQLSMALLINT NameLength2, SQLCHAR *PKTableName, SQLSMALLINT NameLength3, SQLCHAR *FKCatalogName, SQLSMALLINT NameLength4, SQLCHAR *FKSchemaName, SQLSMALLINT NameLength5, SQLCHAR *FKTableName, SQLSMALLINT NameLength6)

Definition at line 394 of file OFunctions.hxx.

◆ T3SQLFreeHandle

typedef SQLRETURN(SQL_API * connectivity::T3SQLFreeHandle) (SQLSMALLINT HandleType, SQLHANDLE Handle)

Definition at line 514 of file OFunctions.hxx.

◆ T3SQLFreeStmt

typedef SQLRETURN(SQL_API * connectivity::T3SQLFreeStmt) (SQLHSTMT StatementHandle, SQLUSMALLINT Option)

Definition at line 490 of file OFunctions.hxx.

◆ T3SQLGetConnectAttr

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetConnectAttr) (SQLHDBC ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength)

Definition at line 112 of file OFunctions.hxx.

◆ T3SQLGetCursorName

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetCursorName) (SQLHSTMT StatementHandle, SQLCHAR *CursorName, SQLSMALLINT BufferLength, SQLSMALLINT *NameLength2)

Definition at line 519 of file OFunctions.hxx.

◆ T3SQLGetData

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetData) (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLSMALLINT TargetType, SQLPOINTER TargetValuePtr, SQLLEN BufferLength, SQLLEN *StrLen_or_IndPtr)

Definition at line 322 of file OFunctions.hxx.

◆ T3SQLGetDiagRec

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetDiagRec) (SQLSMALLINT HandleType, SQLHANDLE Handle, SQLSMALLINT RecNumber, SQLCHAR *Sqlstate, SQLINTEGER *NativeErrorPtr, SQLCHAR *MessageText, SQLSMALLINT BufferLength, SQLSMALLINT *TextLengthPtr)

Definition at line 357 of file OFunctions.hxx.

◆ T3SQLGetEnvAttr

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetEnvAttr) (SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength)

Definition at line 128 of file OFunctions.hxx.

◆ T3SQLGetFunctions

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetFunctions) (SQLHDBC ConnectionHandle, SQLUSMALLINT FunctionId, SQLUSMALLINT *SupportedPtr)

Definition at line 93 of file OFunctions.hxx.

◆ T3SQLGetInfo

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetInfo) (SQLHDBC ConnectionHandle, SQLUSMALLINT InfoType, SQLPOINTER InfoValuePtr, SQLSMALLINT BufferLength, SQLSMALLINT *StringLengthPtr)

Definition at line 85 of file OFunctions.hxx.

◆ T3SQLGetStmtAttr

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetStmtAttr) (SQLHSTMT StatementHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength)

Definition at line 144 of file OFunctions.hxx.

◆ T3SQLGetTypeInfo

typedef SQLRETURN(SQL_API * connectivity::T3SQLGetTypeInfo) (SQLHSTMT StatementHandle, SQLSMALLINT DataType)

Definition at line 99 of file OFunctions.hxx.

◆ T3SQLMoreResults

typedef SQLRETURN(SQL_API * connectivity::T3SQLMoreResults) (SQLHSTMT StatementHandle)

Definition at line 343 of file OFunctions.hxx.

◆ T3SQLNativeSql

typedef SQLRETURN(SQL_API * connectivity::T3SQLNativeSql) (SQLHDBC ConnectionHandle, SQLCHAR *InStatementText, SQLINTEGER TextLength1, SQLCHAR *OutStatementText, SQLINTEGER BufferLength, SQLINTEGER *TextLength2Ptr)

Definition at line 526 of file OFunctions.hxx.

◆ T3SQLNumParams

typedef SQLRETURN(SQL_API * connectivity::T3SQLNumParams) (SQLHSTMT StatementHandle, SQLSMALLINT *ParameterCountPtr)

Definition at line 254 of file OFunctions.hxx.

◆ T3SQLNumResultCols

typedef SQLRETURN(SQL_API * connectivity::T3SQLNumResultCols) (SQLHSTMT StatementHandle, SQLSMALLINT *ColumnCountPtr)

Definition at line 276 of file OFunctions.hxx.

◆ T3SQLParamData

typedef SQLRETURN(SQL_API * connectivity::T3SQLParamData) (SQLHSTMT StatementHandle, SQLPOINTER *ValuePtrPtr)

Definition at line 259 of file OFunctions.hxx.

◆ T3SQLPrepare

typedef SQLRETURN(SQL_API * connectivity::T3SQLPrepare) (SQLHSTMT StatementHandle, SQLCHAR *StatementText, SQLINTEGER TextLength)

Definition at line 201 of file OFunctions.hxx.

◆ T3SQLPrimaryKeys

typedef SQLRETURN(SQL_API * connectivity::T3SQLPrimaryKeys) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3)

Definition at line 410 of file OFunctions.hxx.

◆ T3SQLProcedureColumns

typedef SQLRETURN(SQL_API * connectivity::T3SQLProcedureColumns) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *ProcName, SQLSMALLINT NameLength3, SQLCHAR *ColumnName, SQLSMALLINT NameLength4)

Definition at line 420 of file OFunctions.hxx.

◆ T3SQLProcedures

typedef SQLRETURN(SQL_API * connectivity::T3SQLProcedures) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *ProcName, SQLSMALLINT NameLength3)

Definition at line 432 of file OFunctions.hxx.

◆ T3SQLPutData

typedef SQLRETURN(SQL_API * connectivity::T3SQLPutData) (SQLHSTMT StatementHandle, SQLPOINTER DataPtr, SQLLEN StrLen_or_Ind)

Definition at line 264 of file OFunctions.hxx.

◆ T3SQLRowCount

typedef SQLRETURN(SQL_API * connectivity::T3SQLRowCount) (SQLHSTMT StatementHandle, SQLLEN *RowCountPtr)

Definition at line 271 of file OFunctions.hxx.

◆ T3SQLSetConnectAttr

typedef SQLRETURN(SQL_API * connectivity::T3SQLSetConnectAttr) (SQLHDBC ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength)

Definition at line 105 of file OFunctions.hxx.

◆ T3SQLSetCursorName

typedef SQLRETURN(SQL_API * connectivity::T3SQLSetCursorName) (SQLHSTMT StatementHandle, SQLCHAR *CursorName, SQLSMALLINT NameLength)

Definition at line 228 of file OFunctions.hxx.

◆ T3SQLSetEnvAttr

typedef SQLRETURN(SQL_API * connectivity::T3SQLSetEnvAttr) (SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength)

Definition at line 121 of file OFunctions.hxx.

◆ T3SQLSetPos

typedef SQLRETURN(SQL_API * connectivity::T3SQLSetPos) (SQLHSTMT StatementHandle, SQLSETPOSIROW RowNumber, SQLUSMALLINT Operation, SQLUSMALLINT LockType)

Definition at line 331 of file OFunctions.hxx.

◆ T3SQLSetStmtAttr

typedef SQLRETURN(SQL_API * connectivity::T3SQLSetStmtAttr) (SQLHSTMT StatementHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength)

Definition at line 137 of file OFunctions.hxx.

◆ T3SQLSpecialColumns

typedef SQLRETURN(SQL_API * connectivity::T3SQLSpecialColumns) (SQLHSTMT StatementHandle, SQLUSMALLINT IdentifierType, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Scope, SQLUSMALLINT Nullable)

Definition at line 442 of file OFunctions.hxx.

◆ T3SQLStatistics

typedef SQLRETURN(SQL_API * connectivity::T3SQLStatistics) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLUSMALLINT Unique, SQLUSMALLINT Reserved)

Definition at line 455 of file OFunctions.hxx.

◆ T3SQLTablePrivileges

typedef SQLRETURN(SQL_API * connectivity::T3SQLTablePrivileges) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3)

Definition at line 467 of file OFunctions.hxx.

◆ T3SQLTables

typedef SQLRETURN(SQL_API * connectivity::T3SQLTables) (SQLHSTMT StatementHandle, SQLCHAR *CatalogName, SQLSMALLINT NameLength1, SQLCHAR *SchemaName, SQLSMALLINT NameLength2, SQLCHAR *TableName, SQLSMALLINT NameLength3, SQLCHAR *TableType, SQLSMALLINT NameLength4)

Definition at line 477 of file OFunctions.hxx.

◆ TActiveConnectionMap

typedef std::map< css::uno::Reference< css::sdbc::XConnection>, TActiveConnectionInfo> connectivity::TActiveConnectionMap

Definition at line 102 of file ZConnectionPool.hxx.

◆ TConnectionMap

Definition at line 92 of file ZConnectionPool.hxx.

◆ TInstalledDrivers

Definition at line 43 of file DriversConfig.hxx.

◆ TKeyMap

typedef std::map<OUString, std::shared_ptr<sdbcx::KeyProperties> > connectivity::TKeyMap

Definition at line 78 of file TTableHelper.hxx.

◆ TNodePair

typedef ::std::pair<const OSQLParseNode*,const OSQLParseNode* > connectivity::TNodePair

Definition at line 65 of file sqliterator.hxx.

◆ TPooledConnections

typedef std::vector< css::uno::Reference< css::sdbc::XPooledConnection> > connectivity::TPooledConnections

Definition at line 60 of file ZConnectionPool.hxx.

Enumeration Type Documentation

◆ ExpressionFunct

enum class connectivity::ExpressionFunct
strong
Enumerator
Equation 
And 
Or 

Definition at line 29 of file RowFunctionParser.hxx.

◆ OKeyType

enum class connectivity::OKeyType
strong
Enumerator
NONE 
Double 
String 

Definition at line 26 of file TSortIndex.hxx.

◆ OSQLStatementType

Enumerator
Unknown 
Select 
Insert 
Update 
Delete 
OdbcCall 
CreateTable 

Definition at line 67 of file sqliterator.hxx.

◆ SQLNodeType

enum class connectivity::SQLNodeType
strong
Enumerator
Rule 
ListRule 
CommaListRule 
Keyword 
Name 
String 
IntNum 
ApproxNum 
Equal 
Less 
Great 
LessEq 
GreatEq 
NotEqual 
Punctuation 
AccessDate 
Concat 

Definition at line 59 of file sqlnode.hxx.

◆ TAscendingOrder

enum class connectivity::TAscendingOrder
strong
Enumerator
ASC 
DESC 

Definition at line 33 of file TSortIndex.hxx.

◆ TraversalParts

enum class connectivity::TraversalParts
strong
Enumerator
Parameters 
TableNames 
SelectColumns 
All 

Definition at line 39 of file sqliterator.hxx.

Function Documentation

◆ checkDisposed()

OOO_DLLPUBLIC_DBTOOLS void connectivity::checkDisposed ( bool  _bThrow)
Exceptions
css::lang::DisposedException

Definition at line 1951 of file dbtools.cxx.

Referenced by connectivity::evoab::OEvoabResultSet::absolute(), connectivity::macab::MacabResultSet::absolute(), connectivity::ado::ODatabaseMetaDataResultSet::absolute(), connectivity::ado::OResultSet::absolute(), connectivity::file::OResultSet::absolute(), connectivity::odbc::ODatabaseMetaDataResultSet::absolute(), connectivity::java_sql_PreparedStatement::addBatch(), connectivity::ado::OStatement::addBatch(), connectivity::java_sql_Statement::addBatch(), connectivity::odbc::OStatement::addBatch(), connectivity::evoab::OEvoabResultSet::afterLast(), connectivity::macab::MacabResultSet::afterLast(), connectivity::ado::ODatabaseMetaDataResultSet::afterLast(), connectivity::ado::OResultSet::afterLast(), connectivity::file::OResultSet::afterLast(), connectivity::odbc::ODatabaseMetaDataResultSet::afterLast(), connectivity::odbc::OResultSet::afterLast(), connectivity::ado::OAdoTable::alterColumnByIndex(), connectivity::OTableHelper::alterColumnByIndex(), connectivity::ado::OAdoTable::alterColumnByName(), connectivity::hsqldb::OHSQLTable::alterColumnByName(), connectivity::mysql::OMySQLTable::alterColumnByName(), connectivity::evoab::OEvoabResultSet::beforeFirst(), connectivity::macab::MacabResultSet::beforeFirst(), connectivity::ado::ODatabaseMetaDataResultSet::beforeFirst(), connectivity::ado::OResultSet::beforeFirst(), connectivity::file::OResultSet::beforeFirst(), connectivity::odbc::ODatabaseMetaDataResultSet::beforeFirst(), connectivity::odbc::OResultSet::beforeFirst(), connectivity::evoab::OEvoabResultSet::cancel(), connectivity::macab::MacabResultSet::cancel(), connectivity::macab::MacabCommonStatement::cancel(), connectivity::ado::ODatabaseMetaDataResultSet::cancel(), connectivity::ado::OResultSet::cancel(), connectivity::ado::OStatement_Base::cancel(), connectivity::odbc::ODatabaseMetaDataResultSet::cancel(), connectivity::odbc::OResultSet::cancel(), connectivity::odbc::OStatement_Base::cancel(), connectivity::macab::MacabResultSet::cancelRowUpdates(), connectivity::ado::OResultSet::cancelRowUpdates(), connectivity::file::OResultSet::cancelRowUpdates(), connectivity::sdbcx::OUser::changePassword(), connectivity::ado::OAdoUser::changePassword(), connectivity::hsqldb::OHSQLUser::changePassword(), connectivity::mysql::OMySQLUser::changePassword(), connectivity::file::OPreparedStatement::checkAndResizeParameters(), connectivity::mysqlc::OResultSet::checkRowIndex(), connectivity::java_sql_PreparedStatement::clearBatch(), connectivity::ado::OStatement_Base::clearMyResultSet(), connectivity::odbc::OStatement_Base::clearMyResultSet(), connectivity::ado::OPreparedStatement::clearParameters(), connectivity::file::OPreparedStatement::clearParameters(), connectivity::java_sql_PreparedStatement::clearParameters(), connectivity::evoab::OCommonStatement::clearWarnings(), connectivity::macab::MacabCommonStatement::clearWarnings(), connectivity::ado::OStatement_Base::clearWarnings(), connectivity::file::OStatement_Base::clearWarnings(), connectivity::java_sql_Statement_Base::clearWarnings(), connectivity::odbc::OStatement_Base::clearWarnings(), connectivity::OConnectionWeakWrapper::close(), connectivity::evoab::OEvoabConnection::close(), connectivity::evoab::OEvoabPreparedStatement::close(), connectivity::evoab::OEvoabResultSet::close(), connectivity::evoab::OCommonStatement::close(), connectivity::macab::MacabPreparedStatement::close(), connectivity::macab::MacabResultSet::close(), connectivity::macab::MacabCommonStatement::close(), connectivity::ado::OConnection::close(), connectivity::ado::ODatabaseMetaDataResultSet::close(), connectivity::ado::OPreparedStatement::close(), connectivity::ado::OResultSet::close(), connectivity::ado::OStatement_Base::close(), connectivity::ODatabaseMetaDataResultSet::close(), connectivity::file::OPreparedStatement::close(), connectivity::file::OStatement_Base::close(), connectivity::odbc::OConnection::close(), connectivity::odbc::ODatabaseMetaDataResultSet::close(), connectivity::odbc::OPreparedStatement::close(), connectivity::odbc::OResultSet::close(), connectivity::odbc::OStatement_Base::close(), connectivity::file::OConnection::close(), connectivity::file::OStatement_Base::closeResultSet(), connectivity::OConnectionWeakWrapper::commit(), connectivity::macab::MacabConnection::commit(), connectivity::ado::OConnection::commit(), connectivity::odbc::OConnection::commit(), connectivity::macab::MacabResultSet::compareBookmarks(), connectivity::file::OFileDriver::connect(), connectivity::sdbcx::OIndex::createDataDescriptor(), connectivity::sdbcx::OKey::createDataDescriptor(), connectivity::sdbcx::OColumn::createDataDescriptor(), connectivity::sdbcx::OTable::createDataDescriptor(), connectivity::OConnectionWeakWrapper::createStatement(), connectivity::evoab::OEvoabConnection::createStatement(), connectivity::macab::MacabConnection::createStatement(), connectivity::ado::OConnection::createStatement(), connectivity::calc::OCalcConnection::createStatement(), connectivity::dbase::ODbaseConnection::createStatement(), connectivity::file::OConnection::createStatement(), connectivity::java_sql_Connection::createStatement(), connectivity::odbc::OConnection::createStatement(), connectivity::writer::OWriterConnection::createStatement(), connectivity::java_sql_CallableStatement::createStatement(), connectivity::java_sql_Statement::createStatement(), connectivity::java_sql_PreparedStatement::createStatement(), connectivity::macab::MacabResultSet::deleteRow(), connectivity::ado::OResultSet::deleteRow(), connectivity::file::OResultSet::deleteRow(), connectivity::macab::MacabResultSet::deleteRows(), connectivity::component::OComponentResultSet::deleteRows(), connectivity::dbase::ODbaseResultSet::deleteRows(), connectivity::macab::MacabConnection::doClose(), connectivity::evoab::OEvoabPreparedStatement::execute(), connectivity::macab::MacabPreparedStatement::execute(), connectivity::ado::OPreparedStatement::execute(), connectivity::file::OPreparedStatement::execute(), connectivity::java_sql_PreparedStatement::execute(), connectivity::odbc::OPreparedStatement::execute(), connectivity::evoab::OStatement::execute(), connectivity::macab::MacabCommonStatement::execute(), connectivity::ado::OStatement_Base::execute(), connectivity::java_sql_Statement_Base::execute(), connectivity::odbc::OStatement_Base::execute(), connectivity::ado::OStatement::executeBatch(), connectivity::java_sql_Statement::executeBatch(), connectivity::java_sql_PreparedStatement::executeBatch(), connectivity::odbc::OStatement::executeBatch(), connectivity::evoab::OEvoabPreparedStatement::executeQuery(), connectivity::macab::MacabPreparedStatement::executeQuery(), connectivity::ado::OPreparedStatement::executeQuery(), connectivity::file::OPreparedStatement::executeQuery(), connectivity::java_sql_PreparedStatement::executeQuery(), connectivity::odbc::OPreparedStatement::executeQuery(), connectivity::evoab::OStatement::executeQuery(), connectivity::macab::MacabCommonStatement::executeQuery(), connectivity::ado::OStatement_Base::executeQuery(), connectivity::file::OStatement::executeQuery(), connectivity::java_sql_Statement_Base::executeQuery(), connectivity::odbc::OStatement_Base::executeQuery(), connectivity::evoab::OEvoabPreparedStatement::executeUpdate(), connectivity::macab::MacabPreparedStatement::executeUpdate(), connectivity::ado::OPreparedStatement::executeUpdate(), connectivity::file::OPreparedStatement::executeUpdate(), connectivity::java_sql_PreparedStatement::executeUpdate(), connectivity::odbc::OPreparedStatement::executeUpdate(), connectivity::evoab::OStatement::executeUpdate(), connectivity::macab::MacabCommonStatement::executeUpdate(), connectivity::ado::OStatement_Base::executeUpdate(), connectivity::file::OStatement::executeUpdate(), connectivity::java_sql_Statement_Base::executeUpdate(), connectivity::odbc::OStatement_Base::executeUpdate(), connectivity::evoab::OEvoabResultSet::findColumn(), connectivity::macab::MacabResultSet::findColumn(), connectivity::ado::ODatabaseMetaDataResultSet::findColumn(), connectivity::ado::OResultSet::findColumn(), connectivity::ODatabaseMetaDataResultSet::findColumn(), connectivity::file::OResultSet::findColumn(), connectivity::odbc::ODatabaseMetaDataResultSet::findColumn(), connectivity::odbc::OResultSet::findColumn(), connectivity::evoab::OEvoabResultSet::first(), connectivity::macab::MacabResultSet::first(), connectivity::ado::ODatabaseMetaDataResultSet::first(), connectivity::ado::OResultSet::first(), connectivity::file::OResultSet::first(), connectivity::odbc::ODatabaseMetaDataResultSet::first(), connectivity::macab::MacabResultSet::getArray(), connectivity::OConnectionWeakWrapper::getAutoCommit(), connectivity::macab::MacabConnection::getAutoCommit(), connectivity::ado::OConnection::getAutoCommit(), connectivity::file::OConnection::getAutoCommit(), connectivity::odbc::OConnection::getAutoCommit(), connectivity::macab::MacabResultSet::getBinaryStream(), connectivity::ado::ODatabaseMetaDataResultSet::getBinaryStream(), connectivity::ado::OResultSet::getBinaryStream(), connectivity::odbc::OResultSet::getBinaryStream(), connectivity::macab::MacabResultSet::getBlob(), connectivity::macab::MacabResultSet::getBookmark(), connectivity::ado::OResultSet::getBookmark(), connectivity::component::OComponentResultSet::getBookmark(), connectivity::dbase::ODbaseResultSet::getBookmark(), connectivity::flat::OFlatResultSet::getBookmark(), connectivity::evoab::OEvoabResultSet::getBoolean(), connectivity::macab::MacabResultSet::getBoolean(), connectivity::odbc::ODatabaseMetaDataResultSet::getBoolean(), connectivity::macab::MacabResultSet::getByte(), connectivity::macab::MacabResultSet::getBytes(), connectivity::java_sql_CallableStatement::getBytes(), connectivity::odbc::ODatabaseMetaDataResultSet::getBytes(), connectivity::odbc::OResultSet::getBytes(), connectivity::OConnectionWeakWrapper::getCatalog(), connectivity::macab::MacabConnection::getCatalog(), connectivity::ado::OConnection::getCatalog(), connectivity::java_sql_Connection::getCatalog(), connectivity::odbc::OConnection::getCatalog(), connectivity::macab::MacabResultSet::getCharacterStream(), connectivity::odbc::OResultSet::getCharacterStream(), connectivity::macab::MacabResultSet::getClob(), connectivity::odbc::OStatement_Base::getColumnCount(), connectivity::sdbcx::OIndex::getColumns(), connectivity::sdbcx::OKey::getColumns(), connectivity::sdbcx::OTable::getColumns(), connectivity::evoab::OEvoabPreparedStatement::getConnection(), connectivity::evoab::OStatement::getConnection(), connectivity::macab::MacabPreparedStatement::getConnection(), connectivity::macab::MacabCommonStatement::getConnection(), connectivity::ado::OPreparedStatement::getConnection(), connectivity::ado::OStatement_Base::getConnection(), connectivity::file::OPreparedStatement::getConnection(), connectivity::java_sql_Statement_Base::getConnection(), connectivity::odbc::OPreparedStatement::getConnection(), connectivity::odbc::OStatement_Base::getConnection(), connectivity::java_sql_Statement_Base::getCursorName(), connectivity::file::OFileDriver::getDataDefinitionByConnection(), connectivity::macab::MacabResultSet::getDate(), connectivity::odbc::ODatabaseMetaDataResultSet::getDate(), connectivity::macab::MacabResultSet::getDouble(), connectivity::odbc::ODatabaseMetaDataResultSet::getDouble(), connectivity::macab::MacabResultSet::getFloat(), connectivity::odbc::ODatabaseMetaDataResultSet::getFloat(), connectivity::java_sql_Statement_Base::getGeneratedValues(), connectivity::sdbcx::OGroup::getGrantablePrivileges(), connectivity::sdbcx::OUser::getGrantablePrivileges(), connectivity::ado::OAdoUser::getGrantablePrivileges(), connectivity::hsqldb::OHSQLUser::getGrantablePrivileges(), connectivity::mysql::OMySQLUser::getGrantablePrivileges(), connectivity::sdbcx::OCatalog::getGroups(), connectivity::sdbcx::OUser::getGroups(), connectivity::sdbcx::OTable::getIndexes(), connectivity::macab::MacabResultSet::getInt(), connectivity::odbc::ODatabaseMetaDataResultSet::getInteger(), connectivity::sdbcx::OTable::getKeys(), connectivity::macab::MacabResultSet::getLong(), connectivity::OConnectionWeakWrapper::getMetaData(), connectivity::evoab::OEvoabConnection::getMetaData(), connectivity::evoab::OEvoabPreparedStatement::getMetaData(), connectivity::evoab::OEvoabResultSet::getMetaData(), connectivity::macab::MacabConnection::getMetaData(), connectivity::macab::MacabPreparedStatement::getMetaData(), connectivity::macab::MacabResultSet::getMetaData(), connectivity::ado::OConnection::getMetaData(), connectivity::ado::ODatabaseMetaDataResultSet::getMetaData(), connectivity::ado::OResultSet::getMetaData(), connectivity::calc::OCalcConnection::getMetaData(), connectivity::dbase::ODbaseConnection::getMetaData(), connectivity::ODatabaseMetaDataResultSet::getMetaData(), connectivity::file::OConnection::getMetaData(), connectivity::file::OPreparedStatement::getMetaData(), connectivity::file::OResultSet::getMetaData(), connectivity::java_sql_Connection::getMetaData(), connectivity::java_sql_PreparedStatement::getMetaData(), connectivity::odbc::OConnection::getMetaData(), connectivity::odbc::ODatabaseMetaDataResultSet::getMetaData(), connectivity::odbc::OPreparedStatement::getMetaData(), connectivity::odbc::OResultSet::getMetaData(), connectivity::ado::OStatement_Base::getMoreResults(), connectivity::odbc::OStatement_Base::getMoreResults(), connectivity::macab::MacabResultSet::getObject(), connectivity::ado::OStatement_Base::getPrecision(), connectivity::sdbcx::OGroup::getPrivileges(), connectivity::sdbcx::OUser::getPrivileges(), connectivity::ado::OAdoUser::getPrivileges(), connectivity::hsqldb::OHSQLUser::getPrivileges(), connectivity::mysql::OMySQLUser::getPrivileges(), connectivity::macab::MacabResultSet::getRef(), connectivity::ado::OStatement_Base::getResultSet(), connectivity::odbc::OStatement_Base::getResultSet(), connectivity::evoab::OEvoabResultSet::getRow(), connectivity::macab::MacabResultSet::getRow(), connectivity::ado::OResultSet::getRow(), connectivity::file::OResultSet::getRow(), connectivity::odbc::OResultSet::getRow(), connectivity::ado::OStatement_Base::getRowCount(), connectivity::odbc::OStatement_Base::getRowCount(), connectivity::macab::MacabResultSet::getShort(), connectivity::evoab::OEvoabResultSet::getStatement(), connectivity::macab::MacabResultSet::getStatement(), connectivity::ado::OResultSet::getStatement(), connectivity::file::OResultSet::getStatement(), connectivity::odbc::OResultSet::getStatement(), connectivity::evoab::OEvoabResultSet::getString(), connectivity::macab::MacabResultSet::getString(), connectivity::java_sql_CallableStatement::getString(), connectivity::odbc::ODatabaseMetaDataResultSet::getString(), connectivity::sdbcx::OCatalog::getTables(), connectivity::macab::MacabCatalog::getTables(), connectivity::macab::MacabResultSet::getTime(), connectivity::odbc::ODatabaseMetaDataResultSet::getTime(), connectivity::macab::MacabResultSet::getTimestamp(), connectivity::odbc::ODatabaseMetaDataResultSet::getTimestamp(), connectivity::OConnectionWeakWrapper::getTransactionIsolation(), connectivity::macab::MacabConnection::getTransactionIsolation(), connectivity::ado::OConnection::getTransactionIsolation(), connectivity::java_sql_Connection::getTransactionIsolation(), connectivity::odbc::OConnection::getTransactionIsolation(), connectivity::OConnectionWeakWrapper::getTypeMap(), connectivity::macab::MacabConnection::getTypeMap(), connectivity::ado::OConnection::getTypeMap(), connectivity::java_sql_Connection::getTypeMap(), connectivity::odbc::OConnection::getTypeMap(), connectivity::ado::OStatement_Base::getUpdateCount(), connectivity::odbc::OStatement_Base::getUpdateCount(), connectivity::sdbcx::OCatalog::getUsers(), connectivity::sdbcx::OGroup::getUsers(), connectivity::ado::ODatabaseMetaDataResultSet::getValue(), connectivity::ado::OResultSet::getValue(), connectivity::ODatabaseMetaDataResultSet::getValue(), connectivity::file::OResultSet::getValue(), connectivity::odbc::OResultSet::getValue(), connectivity::sdbcx::OCatalog::getViews(), connectivity::evoab::OCommonStatement::getWarnings(), connectivity::macab::MacabCommonStatement::getWarnings(), connectivity::ado::OStatement_Base::getWarnings(), connectivity::file::OStatement_Base::getWarnings(), connectivity::java_sql_Connection::getWarnings(), connectivity::odbc::OStatement_Base::getWarnings(), connectivity::sdbcx::OGroup::grantPrivileges(), connectivity::sdbcx::OUser::grantPrivileges(), connectivity::ado::OAdoUser::grantPrivileges(), connectivity::macab::MacabResultSet::hashBookmark(), connectivity::component::OComponentResultSet::hashBookmark(), connectivity::dbase::ODbaseResultSet::hashBookmark(), connectivity::ado::OResultSet::hasOrderedBookmarks(), connectivity::odbc::OResultSet::impl_getBookmark(), connectivity::odbc::OResultSet::impl_getString(), connectivity::writer::IMPLEMENT_SERVICE_INFO(), connectivity::macab::MacabResultSet::insertRow(), connectivity::ado::OResultSet::insertRow(), connectivity::file::OResultSet::insertRow(), connectivity::odbc::OResultSet::insertRow(), connectivity::evoab::OEvoabResultSet::isAfterLast(), connectivity::macab::MacabResultSet::isAfterLast(), connectivity::ado::ODatabaseMetaDataResultSet::isAfterLast(), connectivity::ado::OResultSet::isAfterLast(), connectivity::file::OResultSet::isAfterLast(), connectivity::odbc::ODatabaseMetaDataResultSet::isAfterLast(), connectivity::odbc::OResultSet::isAfterLast(), connectivity::evoab::OEvoabResultSet::isBeforeFirst(), connectivity::macab::MacabResultSet::isBeforeFirst(), connectivity::ado::ODatabaseMetaDataResultSet::isBeforeFirst(), connectivity::ado::OResultSet::isBeforeFirst(), connectivity::file::OResultSet::isBeforeFirst(), connectivity::odbc::ODatabaseMetaDataResultSet::isBeforeFirst(), connectivity::odbc::OResultSet::isBeforeFirst(), connectivity::evoab::OEvoabResultSet::isFirst(), connectivity::macab::MacabResultSet::isFirst(), connectivity::ado::ODatabaseMetaDataResultSet::isFirst(), connectivity::ado::OResultSet::isFirst(), connectivity::file::OResultSet::isFirst(), connectivity::odbc::ODatabaseMetaDataResultSet::isFirst(), connectivity::odbc::OResultSet::isFirst(), connectivity::evoab::OEvoabResultSet::isLast(), connectivity::macab::MacabResultSet::isLast(), connectivity::ado::ODatabaseMetaDataResultSet::isLast(), connectivity::ado::OResultSet::isLast(), connectivity::file::OResultSet::isLast(), connectivity::odbc::ODatabaseMetaDataResultSet::isLast(), connectivity::odbc::OResultSet::isLast(), connectivity::OConnectionWeakWrapper::isReadOnly(), connectivity::macab::MacabConnection::isReadOnly(), connectivity::ado::OConnection::isReadOnly(), connectivity::file::OConnection::isReadOnly(), connectivity::java_sql_Connection::isReadOnly(), connectivity::evoab::OEvoabResultSet::last(), connectivity::macab::MacabResultSet::last(), connectivity::ado::ODatabaseMetaDataResultSet::last(), connectivity::ado::OResultSet::last(), connectivity::file::OResultSet::last(), connectivity::odbc::ODatabaseMetaDataResultSet::last(), connectivity::odbc::OResultSet::moveImpl(), connectivity::macab::MacabResultSet::moveRelativeToBookmark(), connectivity::component::OComponentResultSet::moveRelativeToBookmark(), connectivity::dbase::ODbaseResultSet::moveRelativeToBookmark(), connectivity::flat::OFlatResultSet::moveRelativeToBookmark(), connectivity::macab::MacabResultSet::moveToBookmark(), connectivity::component::OComponentResultSet::moveToBookmark(), connectivity::dbase::ODbaseResultSet::moveToBookmark(), connectivity::flat::OFlatResultSet::moveToBookmark(), connectivity::macab::MacabResultSet::moveToCurrentRow(), connectivity::macab::MacabResultSet::moveToInsertRow(), connectivity::file::OResultSet::moveToInsertRow(), connectivity::odbc::OResultSet::moveToInsertRow(), connectivity::OConnectionWeakWrapper::nativeSQL(), connectivity::ado::OConnection::nativeSQL(), connectivity::java_sql_Connection::nativeSQL(), connectivity::evoab::OEvoabResultSet::next(), connectivity::macab::MacabResultSet::next(), connectivity::ado::ODatabaseMetaDataResultSet::next(), connectivity::ado::OResultSet::next(), connectivity::ODatabaseMetaDataResultSet::next(), connectivity::file::OResultSet::next(), connectivity::odbc::ODatabaseMetaDataResultSet::next(), connectivity::OResultSetPrivileges::next(), connectivity::OConnectionWeakWrapper::prepareCall(), connectivity::macab::MacabConnection::prepareCall(), connectivity::ado::OConnection::prepareCall(), connectivity::calc::OCalcConnection::prepareCall(), connectivity::java_sql_Connection::prepareCall(), connectivity::writer::OWriterConnection::prepareCall(), connectivity::OConnectionWeakWrapper::prepareStatement(), connectivity::evoab::OEvoabConnection::prepareStatement(), connectivity::macab::MacabConnection::prepareStatement(), connectivity::ado::OConnection::prepareStatement(), connectivity::calc::OCalcConnection::prepareStatement(), connectivity::dbase::ODbaseConnection::prepareStatement(), connectivity::file::OConnection::prepareStatement(), connectivity::java_sql_Connection::prepareStatement(), connectivity::odbc::OConnection::prepareStatement(), connectivity::writer::OWriterConnection::prepareStatement(), connectivity::evoab::OEvoabResultSet::previous(), connectivity::macab::MacabResultSet::previous(), connectivity::ado::ODatabaseMetaDataResultSet::previous(), connectivity::ado::OResultSet::previous(), connectivity::file::OResultSet::previous(), connectivity::odbc::ODatabaseMetaDataResultSet::previous(), connectivity::evoab::OEvoabResultSet::refreshRow(), connectivity::macab::MacabResultSet::refreshRow(), connectivity::ado::ODatabaseMetaDataResultSet::refreshRow(), connectivity::ado::OResultSet::refreshRow(), connectivity::file::OResultSet::refreshRow(), connectivity::odbc::ODatabaseMetaDataResultSet::refreshRow(), connectivity::odbc::OResultSet::refreshRow(), connectivity::java_sql_CallableStatement::registerNumericOutParameter(), connectivity::java_sql_CallableStatement::registerOutParameter(), connectivity::evoab::OEvoabResultSet::relative(), connectivity::macab::MacabResultSet::relative(), connectivity::ado::ODatabaseMetaDataResultSet::relative(), connectivity::ado::OResultSet::relative(), connectivity::file::OResultSet::relative(), connectivity::odbc::ODatabaseMetaDataResultSet::relative(), connectivity::ado::OAdoTable::rename(), connectivity::hsqldb::OHSQLTable::rename(), connectivity::sdbcx::OTable::rename(), connectivity::OTableHelper::rename(), connectivity::ado::OStatement_Base::reset(), connectivity::odbc::OStatement_Base::reset(), connectivity::sdbcx::OGroup::revokePrivileges(), connectivity::sdbcx::OUser::revokePrivileges(), connectivity::ado::OAdoUser::revokePrivileges(), connectivity::hsqldb::OHSQLUser::revokePrivileges(), connectivity::mysql::OMySQLUser::revokePrivileges(), connectivity::OConnectionWeakWrapper::rollback(), connectivity::macab::MacabConnection::rollback(), connectivity::ado::OConnection::rollback(), connectivity::odbc::OConnection::rollback(), connectivity::evoab::OEvoabResultSet::rowDeleted(), connectivity::macab::MacabResultSet::rowDeleted(), connectivity::ado::ODatabaseMetaDataResultSet::rowDeleted(), connectivity::ado::OResultSet::rowDeleted(), connectivity::file::OResultSet::rowDeleted(), connectivity::odbc::ODatabaseMetaDataResultSet::rowDeleted(), connectivity::odbc::OResultSet::rowDeleted(), connectivity::evoab::OEvoabResultSet::rowInserted(), connectivity::macab::MacabResultSet::rowInserted(), connectivity::ado::ODatabaseMetaDataResultSet::rowInserted(), connectivity::ado::OResultSet::rowInserted(), connectivity::file::OResultSet::rowInserted(), connectivity::odbc::ODatabaseMetaDataResultSet::rowInserted(), connectivity::odbc::OResultSet::rowInserted(), connectivity::evoab::OEvoabResultSet::rowUpdated(), connectivity::macab::MacabResultSet::rowUpdated(), connectivity::ado::ODatabaseMetaDataResultSet::rowUpdated(), connectivity::ado::OResultSet::rowUpdated(), connectivity::file::OResultSet::rowUpdated(), connectivity::odbc::ODatabaseMetaDataResultSet::rowUpdated(), connectivity::odbc::OResultSet::rowUpdated(), connectivity::firebird::OResultSet::safelyRetrieveValue(), connectivity::OConnectionWeakWrapper::setAutoCommit(), connectivity::macab::MacabConnection::setAutoCommit(), connectivity::ado::OConnection::setAutoCommit(), connectivity::file::OConnection::setAutoCommit(), connectivity::odbc::OConnection::setAutoCommit(), connectivity::java_sql_PreparedStatement::setBinaryStream(), connectivity::java_sql_PreparedStatement::setBoolean(), connectivity::java_sql_PreparedStatement::setByte(), connectivity::java_sql_PreparedStatement::setBytes(), connectivity::OConnectionWeakWrapper::setCatalog(), connectivity::macab::MacabConnection::setCatalog(), connectivity::ado::OConnection::setCatalog(), connectivity::odbc::OConnection::setCatalog(), connectivity::java_sql_PreparedStatement::setCharacterStream(), connectivity::java_sql_Statement_Base::setCursorName(), connectivity::ado::OStatement_Base::setCursorName(), connectivity::java_sql_PreparedStatement::setDate(), connectivity::java_sql_PreparedStatement::setDouble(), connectivity::java_sql_Statement_Base::setEscapeProcessing(), connectivity::ado::OStatement_Base::setFetchDirection(), connectivity::java_sql_Statement_Base::setFetchDirection(), connectivity::ado::OStatement_Base::setFetchSize(), connectivity::java_sql_Statement_Base::setFetchSize(), connectivity::java_sql_PreparedStatement::setFloat(), connectivity::java_sql_PreparedStatement::setInt(), connectivity::java_sql_PreparedStatement::setLong(), connectivity::ado::OStatement_Base::setMaxFieldSize(), connectivity::java_sql_Statement_Base::setMaxFieldSize(), connectivity::ado::OStatement_Base::setMaxRows(), connectivity::java_sql_Statement_Base::setMaxRows(), connectivity::macab::MacabPreparedStatement::setNull(), connectivity::java_sql_PreparedStatement::setNull(), connectivity::java_sql_PreparedStatement::setObjectNull(), connectivity::java_sql_PreparedStatement::setObjectWithInfo(), connectivity::ado::OPreparedStatement::setParameter(), connectivity::odbc::OPreparedStatement::setParameterPre(), connectivity::ado::OStatement_Base::setQueryTimeOut(), connectivity::java_sql_Statement_Base::setQueryTimeOut(), connectivity::OConnectionWeakWrapper::setReadOnly(), connectivity::macab::MacabConnection::setReadOnly(), connectivity::ado::OConnection::setReadOnly(), connectivity::file::OConnection::setReadOnly(), connectivity::odbc::OConnection::setReadOnly(), connectivity::ado::OStatement_Base::setResultSetConcurrency(), connectivity::java_sql_Statement_Base::setResultSetConcurrency(), connectivity::ado::OStatement_Base::setResultSetType(), connectivity::java_sql_Statement_Base::setResultSetType(), connectivity::java_sql_PreparedStatement::setShort(), connectivity::odbc::OPreparedStatement::setStream(), connectivity::macab::MacabPreparedStatement::setString(), connectivity::java_sql_PreparedStatement::setString(), connectivity::java_sql_PreparedStatement::setTime(), connectivity::java_sql_PreparedStatement::setTimestamp(), connectivity::OConnectionWeakWrapper::setTransactionIsolation(), connectivity::macab::MacabConnection::setTransactionIsolation(), connectivity::ado::OConnection::setTransactionIsolation(), connectivity::java_sql_Connection::setTransactionIsolation(), connectivity::odbc::OConnection::setTransactionIsolation(), connectivity::OConnectionWeakWrapper::setTypeMap(), connectivity::java_sql_Connection::setTypeMap(), connectivity::macab::MacabResultSet::updateBinaryStream(), connectivity::macab::MacabResultSet::updateBoolean(), connectivity::macab::MacabResultSet::updateByte(), connectivity::macab::MacabResultSet::updateBytes(), connectivity::macab::MacabResultSet::updateCharacterStream(), connectivity::macab::MacabResultSet::updateDate(), connectivity::macab::MacabResultSet::updateDouble(), connectivity::macab::MacabResultSet::updateFloat(), connectivity::macab::MacabResultSet::updateInt(), connectivity::macab::MacabResultSet::updateLong(), connectivity::macab::MacabResultSet::updateNull(), connectivity::odbc::OResultSet::updateNull(), connectivity::macab::MacabResultSet::updateNumericObject(), connectivity::macab::MacabResultSet::updateObject(), connectivity::macab::MacabResultSet::updateRow(), connectivity::ado::OResultSet::updateRow(), connectivity::file::OResultSet::updateRow(), connectivity::odbc::OResultSet::updateRow(), connectivity::macab::MacabResultSet::updateShort(), connectivity::macab::MacabResultSet::updateString(), connectivity::macab::MacabResultSet::updateTime(), connectivity::macab::MacabResultSet::updateTimestamp(), connectivity::ado::OResultSet::updateValue(), connectivity::file::OResultSet::updateValue(), connectivity::odbc::OResultSet::updateValue(), connectivity::evoab::OEvoabResultSet::wasNull(), connectivity::macab::MacabResultSet::wasNull(), connectivity::ado::ODatabaseMetaDataResultSet::wasNull(), connectivity::ado::OResultSet::wasNull(), connectivity::ODatabaseMetaDataResultSet::wasNull(), connectivity::file::OResultSet::wasNull(), connectivity::odbc::ODatabaseMetaDataResultSet::wasNull(), and connectivity::odbc::OResultSet::wasNull().

◆ convertTypeMapToJavaMap()

jobject connectivity::convertTypeMapToJavaMap ( const css::uno::Reference< css::container::XNameAccess > &  _rMap)

◆ convertwchar_tToJavaString()

jstring connectivity::convertwchar_tToJavaString ( JNIEnv *  pEnv,
const OUString &  Temp 
)

◆ createByteInputStream()

jobject connectivity::createByteInputStream ( const css::uno::Reference< css::io::XInputStream > &  x,
sal_Int32  length 
)

◆ createCharArrayReader()

jobject connectivity::createCharArrayReader ( const css::uno::Reference< css::io::XInputStream > &  x,
sal_Int32  length 
)

◆ createStringPropertyArray()

std::unique_ptr< java_util_Properties > connectivity::createStringPropertyArray ( const css::uno::Sequence< css::beans::PropertyValue > &  info)
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Referenced by connectivity::java_sql_Connection::construct().

◆ find() [1/2]

OOO_DLLPUBLIC_DBTOOLS OSQLColumns::const_iterator connectivity::find ( const OSQLColumns::const_iterator &  first,
const OSQLColumns::const_iterator &  last,
std::u16string_view  _rVal,
const ::comphelper::UStringMixEqual _rCase 
)

◆ find() [2/2]

OOO_DLLPUBLIC_DBTOOLS OSQLColumns::const_iterator connectivity::find ( OSQLColumns::const_iterator  first,
const OSQLColumns::const_iterator &  last,
const OUString &  _rProp,
std::u16string_view  _rVal,
const ::comphelper::UStringMixEqual _rCase 
)

Definition at line 1976 of file dbtools.cxx.

References first, getString(), and last.

◆ findRealName()

OOO_DLLPUBLIC_DBTOOLS OSQLColumns::const_iterator connectivity::findRealName ( const OSQLColumns::const_iterator &  first,
const OSQLColumns::const_iterator &  last,
std::u16string_view  _rVal,
const ::comphelper::UStringMixEqual _rCase 
)

◆ getKeyRuleString()

static OUString connectivity::getKeyRuleString ( bool  _bUpdate,
sal_Int32  _nKeyRule 
)
static

returns the keyrule string for the primary key

Definition at line 83 of file TKeys.cxx.

Referenced by connectivity::OKeysHelper::appendObject().

◆ isExceptionOccurred()

bool connectivity::isExceptionOccurred ( JNIEnv *  pEnv)

return if an exception occurred the exception will be cleared.

Parameters
pEnvThe native java env

Definition at line 190 of file tools.cxx.

Referenced by connectivity::java_sql_DatabaseMetaData::getTables().

◆ JavaString2String()

OUString connectivity::JavaString2String ( JNIEnv *  pEnv,
jstring  Str 
)

◆ lcl_getServiceNameForSetting()

static OUString connectivity::lcl_getServiceNameForSetting ( const Reference< css::sdbc::XConnection > &  _xConnection,
const OUString &  i_sSetting 
)
static

◆ LoadFunctions()

bool connectivity::LoadFunctions ( oslModule  pODBCso)
static

◆ LoadLibrary_ODBC3()

bool connectivity::LoadLibrary_ODBC3 ( OUString &  _rPath)

Definition at line 85 of file OFunctions.cxx.

References LoadFunctions().

◆ MakeANDNode()

static OSQLParseNode * connectivity::MakeANDNode ( OSQLParseNode pLeftLeaf,
OSQLParseNode pRightLeaf 
)
static

◆ MakeORNode()

static OSQLParseNode * connectivity::MakeORNode ( OSQLParseNode pLeftLeaf,
OSQLParseNode pRightLeaf 
)
static

◆ match() [1/2]

bool connectivity::match ( const OUString &  rWild,
const OUString &  rStr,
const sal_Unicode  cEscape 
)
inline

Definition at line 48 of file CommonTools.hxx.

References match().

◆ match() [2/2]

OOO_DLLPUBLIC_DBTOOLS bool connectivity::match ( const sal_Unicode pWild,
const sal_Unicode pStr,
const sal_Unicode  cEscape 
)

Variable Documentation

◆ CHAR_PLACE

const sal_Unicode connectivity::CHAR_PLACE = '_'

Definition at line 48 of file CommonTools.cxx.

Referenced by match().

◆ CHAR_WILD

const sal_Unicode connectivity::CHAR_WILD = '%'

Definition at line 49 of file CommonTools.cxx.

Referenced by match().

◆ IMPL_NAME

constexpr OUStringLiteral connectivity::IMPL_NAME = u"com.sun.star.sdbcx.comp.hsqldb.Driver"
constexpr

Definition at line 74 of file HDriver.cxx.

◆ pODBC3SQLAllocHandle

T3SQLAllocHandle connectivity::pODBC3SQLAllocHandle

Definition at line 26 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLBindCol

T3SQLBindCol connectivity::pODBC3SQLBindCol

Definition at line 54 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLBindParameter

T3SQLBindParameter connectivity::pODBC3SQLBindParameter

Definition at line 42 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLBrowseConnect

T3SQLBrowseConnect connectivity::pODBC3SQLBrowseConnect

Definition at line 29 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLBulkOperations

T3SQLBulkOperations connectivity::pODBC3SQLBulkOperations

Definition at line 59 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLCancel

T3SQLCancel connectivity::pODBC3SQLCancel

Definition at line 74 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLCloseCursor

T3SQLCloseCursor connectivity::pODBC3SQLCloseCursor

Definition at line 73 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLColAttribute

T3SQLColAttribute connectivity::pODBC3SQLColAttribute

Definition at line 53 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLColumnPrivileges

T3SQLColumnPrivileges connectivity::pODBC3SQLColumnPrivileges

Definition at line 62 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLColumns

T3SQLColumns connectivity::pODBC3SQLColumns

Definition at line 63 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLConnect

T3SQLConnect connectivity::pODBC3SQLConnect

Definition at line 27 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLDataSources

T3SQLDataSources connectivity::pODBC3SQLDataSources

Definition at line 30 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLDescribeCol

T3SQLDescribeCol connectivity::pODBC3SQLDescribeCol

Definition at line 52 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLDescribeParam

T3SQLDescribeParam connectivity::pODBC3SQLDescribeParam

Definition at line 46 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLDisconnect

T3SQLDisconnect connectivity::pODBC3SQLDisconnect

Definition at line 76 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLDriverConnect

T3SQLDriverConnect connectivity::pODBC3SQLDriverConnect

Definition at line 28 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLDrivers

T3SQLDrivers connectivity::pODBC3SQLDrivers

Definition at line 31 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLEndTran

T3SQLEndTran connectivity::pODBC3SQLEndTran

Definition at line 75 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLExecDirect

T3SQLExecDirect connectivity::pODBC3SQLExecDirect

Definition at line 45 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLExecute

T3SQLExecute connectivity::pODBC3SQLExecute

Definition at line 44 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLFetch

T3SQLFetch connectivity::pODBC3SQLFetch

Definition at line 55 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLFetchScroll

T3SQLFetchScroll connectivity::pODBC3SQLFetchScroll

Definition at line 56 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLForeignKeys

T3SQLForeignKeys connectivity::pODBC3SQLForeignKeys

Definition at line 64 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLFreeHandle

T3SQLFreeHandle connectivity::pODBC3SQLFreeHandle

Definition at line 77 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLFreeStmt

T3SQLFreeStmt connectivity::pODBC3SQLFreeStmt

Definition at line 72 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetConnectAttr

T3SQLGetConnectAttr connectivity::pODBC3SQLGetConnectAttr

Definition at line 36 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetCursorName

T3SQLGetCursorName connectivity::pODBC3SQLGetCursorName

Definition at line 78 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetData

T3SQLGetData connectivity::pODBC3SQLGetData

Definition at line 57 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetDiagRec

T3SQLGetDiagRec connectivity::pODBC3SQLGetDiagRec

Definition at line 61 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetEnvAttr

T3SQLGetEnvAttr connectivity::pODBC3SQLGetEnvAttr

Definition at line 38 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetFunctions

T3SQLGetFunctions connectivity::pODBC3SQLGetFunctions

Definition at line 33 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetInfo

T3SQLGetInfo connectivity::pODBC3SQLGetInfo

Definition at line 32 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetStmtAttr

T3SQLGetStmtAttr connectivity::pODBC3SQLGetStmtAttr

Definition at line 40 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLGetTypeInfo

T3SQLGetTypeInfo connectivity::pODBC3SQLGetTypeInfo

Definition at line 34 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLMoreResults

T3SQLMoreResults connectivity::pODBC3SQLMoreResults

Definition at line 60 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLNativeSql

T3SQLNativeSql connectivity::pODBC3SQLNativeSql

Definition at line 79 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLNumParams

T3SQLNumParams connectivity::pODBC3SQLNumParams

Definition at line 47 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLNumResultCols

T3SQLNumResultCols connectivity::pODBC3SQLNumResultCols

Definition at line 51 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLParamData

T3SQLParamData connectivity::pODBC3SQLParamData

Definition at line 48 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLPrepare

T3SQLPrepare connectivity::pODBC3SQLPrepare

Definition at line 41 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLPrimaryKeys

T3SQLPrimaryKeys connectivity::pODBC3SQLPrimaryKeys

Definition at line 65 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLProcedureColumns

T3SQLProcedureColumns connectivity::pODBC3SQLProcedureColumns

Definition at line 66 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLProcedures

T3SQLProcedures connectivity::pODBC3SQLProcedures

Definition at line 67 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLPutData

T3SQLPutData connectivity::pODBC3SQLPutData

Definition at line 49 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLRowCount

T3SQLRowCount connectivity::pODBC3SQLRowCount

Definition at line 50 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLSetConnectAttr

T3SQLSetConnectAttr connectivity::pODBC3SQLSetConnectAttr

Definition at line 35 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLSetCursorName

T3SQLSetCursorName connectivity::pODBC3SQLSetCursorName

Definition at line 43 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLSetEnvAttr

T3SQLSetEnvAttr connectivity::pODBC3SQLSetEnvAttr

Definition at line 37 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLSetPos

T3SQLSetPos connectivity::pODBC3SQLSetPos

Definition at line 58 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLSetStmtAttr

T3SQLSetStmtAttr connectivity::pODBC3SQLSetStmtAttr

Definition at line 39 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLSpecialColumns

T3SQLSpecialColumns connectivity::pODBC3SQLSpecialColumns

Definition at line 68 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLStatistics

T3SQLStatistics connectivity::pODBC3SQLStatistics

Definition at line 69 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLTablePrivileges

T3SQLTablePrivileges connectivity::pODBC3SQLTablePrivileges

Definition at line 70 of file OFunctions.cxx.

Referenced by LoadFunctions().

◆ pODBC3SQLTables

T3SQLTables connectivity::pODBC3SQLTables

Definition at line 71 of file OFunctions.cxx.

Referenced by LoadFunctions().