LibreOffice Module connectivity (master) 1
|
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 |
Typedefs | |
typedef std::vector< css::uno::Reference< css::sdbc::XPooledConnection > > | TPooledConnections |
typedef std::map< TDigestHolder, TConnectionPool, TDigestLess > | TConnectionMap |
typedef std::map< css::uno::Reference< css::sdbc::XConnection >, TActiveConnectionInfo > | TActiveConnectionMap |
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::UStringMixLess > | OSQLTables |
typedef ORefVector< css::uno::Reference< css::beans::XPropertySet > > | OSQLColumns |
typedef ::cppu::ImplHelper2< css::lang::XServiceInfo, css::lang::XUnoTunnel > | OConnection_BASE |
typedef std::map< OUString, TInstalledDriver > | TInstalledDrivers |
typedef ::rtl::Reference< ORowSetValueDecorator > | ORowSetValueDecoratorRef |
typedef ODeleteVector< ORowSetValue > | OValueVector |
typedef ::rtl::Reference< OAssignValues > | ORefAssignValues |
typedef ::rtl::Reference< OValueVector > | OValueRow |
typedef ::rtl::Reference< OValueRefVector > | OValueRefRow |
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< OSQLParseNodesContainer > | OSQLParseNodesGarbageCollector |
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_Properties > | createStringPropertyArray (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 OSQLParseNode * | MakeANDNode (OSQLParseNode *pLeftLeaf, OSQLParseNode *pRightLeaf) |
static OSQLParseNode * | MakeORNode (OSQLParseNode *pLeftLeaf, OSQLParseNode *pRightLeaf) |
bool | match (const OUString &rWild, const OUString &rStr, const sal_Unicode cEscape) |
typedef ::sal_Int32 connectivity::ErrorCode |
the type of error codes to be used in SQLExceptions
Definition at line 38 of file sqlerror.hxx.
typedef ::sal_Int32 connectivity::ErrorCondition |
error condition values as defined in css::sdb::ErrorCondition
Definition at line 42 of file sqlerror.hxx.
Definition at line 34 of file inc/java/sql/Connection.hxx.
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.
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.
typedef ::cppu::ImplHelper2< css::lang::XServiceInfo, css::lang::XUnoTunnel > connectivity::OConnection_BASE |
Definition at line 42 of file ConnectionWrapper.hxx.
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XConnection > connectivity::OConnectionWeakWrapper_BASE |
Definition at line 35 of file ZConnectionWrapper.hxx.
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.
typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData> connectivity::ODatabaseMetaResultSetMetaData_BASE |
Definition at line 33 of file FDatabaseMetaDataResultSetMetaData.hxx.
typedef ::cppu::WeakImplHelper< css::sdbc::XDriver > connectivity::ODriverWrapper_BASE |
Definition at line 34 of file ZDriverWrapper.hxx.
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.
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.
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XPooledConnection ,css::lang::XEventListener> connectivity::OPooledConnection_Base |
Definition at line 34 of file ZPooledConnection.hxx.
typedef sal_Int32 connectivity::OrdinalPosition |
Definition at line 41 of file TTableHelper.hxx.
Definition at line 481 of file FValue.hxx.
Definition at line 421 of file FValue.hxx.
typedef ORefVector< css::uno::Reference< css::beans::XPropertySet> > connectivity::OSQLColumns |
Definition at line 95 of file CommonTools.hxx.
typedef comphelper::SingletonRef<OSQLParseNodesContainer> connectivity::OSQLParseNodesGarbageCollector |
Definition at line 97 of file sqlparse.hxx.
typedef css::uno::Reference< css::sdbcx::XColumnsSupplier> connectivity::OSQLTable |
Definition at line 54 of file CommonTools.hxx.
typedef std::map<OUString,OSQLTable,comphelper::UStringMixLess> connectivity::OSQLTables |
Definition at line 56 of file CommonTools.hxx.
Definition at line 76 of file TTableHelper.hxx.
Definition at line 485 of file FValue.hxx.
typedef ::rtl::Reference< OValueVector > connectivity::OValueRow |
Definition at line 484 of file FValue.hxx.
typedef ODeleteVector< ORowSetValue > connectivity::OValueVector |
Definition at line 457 of file FValue.hxx.
typedef std::vector< css::uno::WeakReferenceHelper > connectivity::OWeakRefArray |
Definition at line 53 of file CommonTools.hxx.
typedef ::cppu::WeakImplHelper< css::util::XStringSubstitution ,css::lang::XServiceInfo ,css::lang::XInitialization > connectivity::ParameterSubstitution_BASE |
Definition at line 34 of file ParameterSubstitution.hxx.
typedef ::std::set< OUString > connectivity::QueryNameSet |
Definition at line 65 of file sqlnode.hxx.
typedef sal_uInt16 connectivity::ResourceId |
Definition at line 31 of file sharedresources.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLAllocHandle) (SQLSMALLINT HandleType, SQLHANDLE InputHandle, SQLHANDLE *OutputHandlePtr) |
Definition at line 34 of file OFunctions.hxx.
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.
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.
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.
typedef SQLRETURN(SQL_API * connectivity::T3SQLBulkOperations) (SQLHSTMT StatementHandle, SQLSMALLINT Operation) |
Definition at line 338 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLCancel) (SQLHSTMT StatementHandle) |
Definition at line 499 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLCloseCursor) (SQLHSTMT StatementHandle) |
Definition at line 495 of file OFunctions.hxx.
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.
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.
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.
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.
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.
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.
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.
typedef SQLRETURN(SQL_API * connectivity::T3SQLDisconnect) (SQLHDBC ConnectionHandle) |
Definition at line 510 of file OFunctions.hxx.
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.
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.
typedef SQLRETURN(SQL_API * connectivity::T3SQLEndTran) (SQLSMALLINT HandleType, SQLHANDLE Handle, SQLSMALLINT CompletionType) |
Definition at line 503 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLExecDirect) (SQLHSTMT StatementHandle, SQLCHAR *StatementText, SQLINTEGER TextLength) |
Definition at line 239 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLExecute) (SQLHSTMT StatementHandle) |
Definition at line 235 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLFetch) (SQLHSTMT StatementHandle) |
Definition at line 312 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLFetchScroll) (SQLHSTMT StatementHandle, SQLSMALLINT FetchOrientation, SQLLEN FetchOffset) |
Definition at line 316 of file OFunctions.hxx.
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.
typedef SQLRETURN(SQL_API * connectivity::T3SQLFreeHandle) (SQLSMALLINT HandleType, SQLHANDLE Handle) |
Definition at line 514 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLFreeStmt) (SQLHSTMT StatementHandle, SQLUSMALLINT Option) |
Definition at line 490 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLGetConnectAttr) (SQLHDBC ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength) |
Definition at line 112 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLGetCursorName) (SQLHSTMT StatementHandle, SQLCHAR *CursorName, SQLSMALLINT BufferLength, SQLSMALLINT *NameLength2) |
Definition at line 519 of file OFunctions.hxx.
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.
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.
typedef SQLRETURN(SQL_API * connectivity::T3SQLGetEnvAttr) (SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength) |
Definition at line 128 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLGetFunctions) (SQLHDBC ConnectionHandle, SQLUSMALLINT FunctionId, SQLUSMALLINT *SupportedPtr) |
Definition at line 93 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLGetInfo) (SQLHDBC ConnectionHandle, SQLUSMALLINT InfoType, SQLPOINTER InfoValuePtr, SQLSMALLINT BufferLength, SQLSMALLINT *StringLengthPtr) |
Definition at line 85 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLGetStmtAttr) (SQLHSTMT StatementHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER BufferLength, SQLINTEGER *StringLength) |
Definition at line 144 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLGetTypeInfo) (SQLHSTMT StatementHandle, SQLSMALLINT DataType) |
Definition at line 99 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLMoreResults) (SQLHSTMT StatementHandle) |
Definition at line 343 of file OFunctions.hxx.
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.
typedef SQLRETURN(SQL_API * connectivity::T3SQLNumParams) (SQLHSTMT StatementHandle, SQLSMALLINT *ParameterCountPtr) |
Definition at line 254 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLNumResultCols) (SQLHSTMT StatementHandle, SQLSMALLINT *ColumnCountPtr) |
Definition at line 276 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLParamData) (SQLHSTMT StatementHandle, SQLPOINTER *ValuePtrPtr) |
Definition at line 259 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLPrepare) (SQLHSTMT StatementHandle, SQLCHAR *StatementText, SQLINTEGER TextLength) |
Definition at line 201 of file OFunctions.hxx.
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.
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.
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.
typedef SQLRETURN(SQL_API * connectivity::T3SQLPutData) (SQLHSTMT StatementHandle, SQLPOINTER DataPtr, SQLLEN StrLen_or_Ind) |
Definition at line 264 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLRowCount) (SQLHSTMT StatementHandle, SQLLEN *RowCountPtr) |
Definition at line 271 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLSetConnectAttr) (SQLHDBC ConnectionHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength) |
Definition at line 105 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLSetCursorName) (SQLHSTMT StatementHandle, SQLCHAR *CursorName, SQLSMALLINT NameLength) |
Definition at line 228 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLSetEnvAttr) (SQLHENV EnvironmentHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength) |
Definition at line 121 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLSetPos) (SQLHSTMT StatementHandle, SQLSETPOSIROW RowNumber, SQLUSMALLINT Operation, SQLUSMALLINT LockType) |
Definition at line 331 of file OFunctions.hxx.
typedef SQLRETURN(SQL_API * connectivity::T3SQLSetStmtAttr) (SQLHSTMT StatementHandle, SQLINTEGER Attribute, SQLPOINTER ValuePtr, SQLINTEGER StringLength) |
Definition at line 137 of file OFunctions.hxx.
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.
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.
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.
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.
typedef std::map< css::uno::Reference< css::sdbc::XConnection>, TActiveConnectionInfo> connectivity::TActiveConnectionMap |
Definition at line 102 of file ZConnectionPool.hxx.
Definition at line 92 of file ZConnectionPool.hxx.
typedef std::map<OUString, TInstalledDriver> connectivity::TInstalledDrivers |
Definition at line 43 of file DriversConfig.hxx.
typedef std::map<OUString, std::shared_ptr<sdbcx::KeyProperties> > connectivity::TKeyMap |
Definition at line 78 of file TTableHelper.hxx.
typedef ::std::pair<const OSQLParseNode*,const OSQLParseNode* > connectivity::TNodePair |
Definition at line 65 of file sqliterator.hxx.
typedef std::vector< css::uno::Reference< css::sdbc::XPooledConnection> > connectivity::TPooledConnections |
Definition at line 60 of file ZConnectionPool.hxx.
|
strong |
Enumerator | |
---|---|
Equation | |
And | |
Or |
Definition at line 29 of file RowFunctionParser.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Double | |
String |
Definition at line 26 of file TSortIndex.hxx.
|
strong |
Enumerator | |
---|---|
Unknown | |
Select | |
Insert | |
Update | |
Delete | |
OdbcCall | |
CreateTable |
Definition at line 67 of file sqliterator.hxx.
|
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.
|
strong |
Enumerator | |
---|---|
ASC | |
DESC |
Definition at line 33 of file TSortIndex.hxx.
|
strong |
Enumerator | |
---|---|
Parameters | |
TableNames | |
SelectColumns | |
All |
Definition at line 39 of file sqliterator.hxx.
OOO_DLLPUBLIC_DBTOOLS void connectivity::checkDisposed | ( | bool | _bThrow | ) |
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().
jobject connectivity::convertTypeMapToJavaMap | ( | const css::uno::Reference< css::container::XNameAccess > & | _rMap | ) |
jstring connectivity::convertwchar_tToJavaString | ( | JNIEnv * | pEnv, |
const OUString & | Temp | ||
) |
Definition at line 93 of file tools.cxx.
Referenced by connectivity::java_lang_Object::callIntMethodWithStringArg(), connectivity::java_lang_Object::callVoidMethodWithStringArg(), connectivity::java_sql_Connection::construct(), connectivity::java_sql_CallableStatement::createStatement(), connectivity::java_sql_PreparedStatement::createStatement(), connectivity::java_sql_Statement_Base::execute(), connectivity::java_sql_Statement_Base::executeQuery(), connectivity::java_sql_DatabaseMetaData::getBestRowIdentifier(), connectivity::java_sql_DatabaseMetaData::getCrossReference(), connectivity::java_sql_DatabaseMetaData::getIndexInfo(), connectivity::java_sql_DatabaseMetaData::getTables(), connectivity::java_sql_DatabaseMetaData::getUDTs(), connectivity::java_sql_DatabaseMetaData::impl_callResultSetMethodWithStrings(), connectivity::java_math_BigDecimal::java_math_BigDecimal(), connectivity::java_sql_Date::java_sql_Date(), connectivity::java_sql_Time::java_sql_Time(), connectivity::java_sql_Timestamp::java_sql_Timestamp(), connectivity::java_sql_Connection::nativeSQL(), connectivity::java_sql_Clob::position(), connectivity::java_sql_CallableStatement::registerOutParameter(), connectivity::java_sql_PreparedStatement::setObjectWithInfo(), connectivity::java_util_Properties::setProperty(), connectivity::java_sql_PreparedStatement::setString(), and connectivity::java_sql_ResultSet::updateString().
jobject connectivity::createByteInputStream | ( | const css::uno::Reference< css::io::XInputStream > & | x, |
sal_Int32 | length | ||
) |
Definition at line 206 of file tools.cxx.
References aData, connectivity::java_lang_Object::findMyClass(), length, p, t, and x.
Referenced by connectivity::java_sql_ResultSet::updateBinaryStream().
jobject connectivity::createCharArrayReader | ( | const css::uno::Reference< css::io::XInputStream > & | x, |
sal_Int32 | length | ||
) |
Definition at line 233 of file tools.cxx.
References aData, connectivity::java_lang_Object::findMyClass(), length, p, t, and x.
Referenced by connectivity::java_sql_ResultSet::updateCharacterStream().
std::unique_ptr< java_util_Properties > connectivity::createStringPropertyArray | ( | const css::uno::Sequence< css::beans::PropertyValue > & | info | ) |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Referenced by connectivity::java_sql_Connection::construct().
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 | ||
) |
Definition at line 1958 of file dbtools.cxx.
References find(), first, dbtools::OPropertyMap::getNameByIndex(), connectivity::OMetaConnection::getPropMap(), last, PROPERTY_ID_NAME, and sName.
Referenced by connectivity::dbase::ODbaseIndex::CreateImpl(), connectivity::component::OComponentColumns::createObject(), connectivity::dbase::ODbaseColumns::createObject(), connectivity::dbase::ODbaseIndexColumns::createObject(), connectivity::flat::OFlatColumns::createObject(), connectivity::calc::OCalcTable::fillColumns(), connectivity::writer::OWriterTable::fillColumns(), connectivity::flat::OFlatTable::fillColumns(), find(), findRealName(), dbtools::OCharsetMap::OCharsetMap(), and connectivity::file::OPreparedStatement::parseParamterElem().
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.
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 | ||
) |
Definition at line 1967 of file dbtools.cxx.
References find(), first, dbtools::OPropertyMap::getNameByIndex(), connectivity::OMetaConnection::getPropMap(), last, and PROPERTY_ID_REALNAME.
|
static |
returns the keyrule string for the primary key
Definition at line 83 of file TKeys.cxx.
Referenced by connectivity::OKeysHelper::appendObject().
bool connectivity::isExceptionOccurred | ( | JNIEnv * | pEnv | ) |
return if an exception occurred the exception will be cleared.
pEnv | The native java env |
Definition at line 190 of file tools.cxx.
Referenced by connectivity::java_sql_DatabaseMetaData::getTables().
OUString connectivity::JavaString2String | ( | JNIEnv * | pEnv, |
jstring | Str | ||
) |
Definition at line 162 of file tools.cxx.
Referenced by connectivity::java_lang_Object::callStringMethod(), connectivity::java_lang_Object::callStringMethodWithIntArg(), connectivity::java_sql_Clob::getSubString(), connectivity::java_sql_Connection::nativeSQL(), and connectivity::java_lang_String::operator OUString().
|
static |
Definition at line 103 of file TTableHelper.cxx.
References Any, and dbtools::getDataSourceSetting().
Referenced by connectivity::OTableHelperImpl::OTableHelperImpl().
|
static |
Definition at line 126 of file OFunctions.cxx.
References pData, pODBC3SQLAllocHandle, pODBC3SQLBindCol, pODBC3SQLBindParameter, pODBC3SQLBrowseConnect, pODBC3SQLBulkOperations, pODBC3SQLCancel, pODBC3SQLCloseCursor, pODBC3SQLColAttribute, pODBC3SQLColumnPrivileges, pODBC3SQLColumns, pODBC3SQLConnect, pODBC3SQLDataSources, pODBC3SQLDescribeCol, pODBC3SQLDescribeParam, pODBC3SQLDisconnect, pODBC3SQLDriverConnect, pODBC3SQLDrivers, pODBC3SQLEndTran, pODBC3SQLExecDirect, pODBC3SQLExecute, pODBC3SQLFetch, pODBC3SQLFetchScroll, pODBC3SQLForeignKeys, pODBC3SQLFreeHandle, pODBC3SQLFreeStmt, pODBC3SQLGetConnectAttr, pODBC3SQLGetCursorName, pODBC3SQLGetData, pODBC3SQLGetDiagRec, pODBC3SQLGetEnvAttr, pODBC3SQLGetFunctions, pODBC3SQLGetInfo, pODBC3SQLGetStmtAttr, pODBC3SQLGetTypeInfo, pODBC3SQLMoreResults, pODBC3SQLNativeSql, pODBC3SQLNumParams, pODBC3SQLNumResultCols, pODBC3SQLParamData, pODBC3SQLPrepare, pODBC3SQLPrimaryKeys, pODBC3SQLProcedureColumns, pODBC3SQLProcedures, pODBC3SQLPutData, pODBC3SQLRowCount, pODBC3SQLSetConnectAttr, pODBC3SQLSetCursorName, pODBC3SQLSetEnvAttr, pODBC3SQLSetPos, pODBC3SQLSetStmtAttr, pODBC3SQLSpecialColumns, pODBC3SQLStatistics, pODBC3SQLTablePrivileges, and pODBC3SQLTables.
Referenced by LoadLibrary_ODBC3().
bool connectivity::LoadLibrary_ODBC3 | ( | OUString & | _rPath | ) |
Definition at line 85 of file OFunctions.cxx.
References LoadFunctions().
|
static |
Definition at line 1776 of file sqlnode.cxx.
References connectivity::OSQLParseNode::append(), connectivity::OSQLParseNode::boolean_term, Keyword, Rule, and connectivity::OSQLParser::RuleID().
Referenced by connectivity::OSQLParseNode::absorptions(), connectivity::OSQLParseNode::compress(), and connectivity::OSQLParseNode::disjunctiveNormalForm().
|
static |
Definition at line 1785 of file sqlnode.cxx.
References connectivity::OSQLParseNode::append(), Keyword, Rule, connectivity::OSQLParser::RuleID(), and connectivity::OSQLParseNode::search_condition.
Referenced by connectivity::OSQLParseNode::absorptions(), connectivity::OSQLParseNode::compress(), and connectivity::OSQLParseNode::disjunctiveNormalForm().
|
inline |
Definition at line 48 of file CommonTools.hxx.
References match().
OOO_DLLPUBLIC_DBTOOLS bool connectivity::match | ( | const sal_Unicode * | pWild, |
const sal_Unicode * | pStr, | ||
const sal_Unicode | cEscape | ||
) |
Definition at line 51 of file CommonTools.cxx.
References CHAR_PLACE, CHAR_WILD, pos, and rtl_ascii_toUpperCase().
Referenced by connectivity::macab::MacabConditionSimilar::eval(), connectivity::evoab::OEvoabDatabaseMetaData::getColumns(), connectivity::macab::MacabDatabaseMetaData::getColumns(), connectivity::component::OComponentDatabaseMetaData::getColumns(), connectivity::dbase::ODbaseDatabaseMetaData::getColumns(), connectivity::flat::OFlatDatabaseMetaData::getColumns(), connectivity::macab::MacabAddressBook::getMacabGroupMatch(), connectivity::macab::MacabAddressBook::getMacabRecordsMatch(), connectivity::macab::MacabDatabaseMetaData::getTables(), connectivity::calc::OCalcDatabaseMetaData::getTables(), connectivity::writer::OWriterDatabaseMetaData::getTables(), match(), and connectivity::file::OOp_LIKE::operate().
const sal_Unicode connectivity::CHAR_PLACE = '_' |
Definition at line 48 of file CommonTools.cxx.
Referenced by match().
const sal_Unicode connectivity::CHAR_WILD = '%' |
Definition at line 49 of file CommonTools.cxx.
Referenced by match().
|
constexpr |
Definition at line 74 of file HDriver.cxx.
T3SQLAllocHandle connectivity::pODBC3SQLAllocHandle |
Definition at line 26 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLBindCol connectivity::pODBC3SQLBindCol |
Definition at line 54 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLBindParameter connectivity::pODBC3SQLBindParameter |
Definition at line 42 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLBrowseConnect connectivity::pODBC3SQLBrowseConnect |
Definition at line 29 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLBulkOperations connectivity::pODBC3SQLBulkOperations |
Definition at line 59 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLCancel connectivity::pODBC3SQLCancel |
Definition at line 74 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLCloseCursor connectivity::pODBC3SQLCloseCursor |
Definition at line 73 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLColAttribute connectivity::pODBC3SQLColAttribute |
Definition at line 53 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLColumnPrivileges connectivity::pODBC3SQLColumnPrivileges |
Definition at line 62 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLColumns connectivity::pODBC3SQLColumns |
Definition at line 63 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLConnect connectivity::pODBC3SQLConnect |
Definition at line 27 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLDataSources connectivity::pODBC3SQLDataSources |
Definition at line 30 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLDescribeCol connectivity::pODBC3SQLDescribeCol |
Definition at line 52 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLDescribeParam connectivity::pODBC3SQLDescribeParam |
Definition at line 46 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLDisconnect connectivity::pODBC3SQLDisconnect |
Definition at line 76 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLDriverConnect connectivity::pODBC3SQLDriverConnect |
Definition at line 28 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLDrivers connectivity::pODBC3SQLDrivers |
Definition at line 31 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLEndTran connectivity::pODBC3SQLEndTran |
Definition at line 75 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLExecDirect connectivity::pODBC3SQLExecDirect |
Definition at line 45 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLExecute connectivity::pODBC3SQLExecute |
Definition at line 44 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLFetch connectivity::pODBC3SQLFetch |
Definition at line 55 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLFetchScroll connectivity::pODBC3SQLFetchScroll |
Definition at line 56 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLForeignKeys connectivity::pODBC3SQLForeignKeys |
Definition at line 64 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLFreeHandle connectivity::pODBC3SQLFreeHandle |
Definition at line 77 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLFreeStmt connectivity::pODBC3SQLFreeStmt |
Definition at line 72 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetConnectAttr connectivity::pODBC3SQLGetConnectAttr |
Definition at line 36 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetCursorName connectivity::pODBC3SQLGetCursorName |
Definition at line 78 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetData connectivity::pODBC3SQLGetData |
Definition at line 57 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetDiagRec connectivity::pODBC3SQLGetDiagRec |
Definition at line 61 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetEnvAttr connectivity::pODBC3SQLGetEnvAttr |
Definition at line 38 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetFunctions connectivity::pODBC3SQLGetFunctions |
Definition at line 33 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetInfo connectivity::pODBC3SQLGetInfo |
Definition at line 32 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetStmtAttr connectivity::pODBC3SQLGetStmtAttr |
Definition at line 40 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLGetTypeInfo connectivity::pODBC3SQLGetTypeInfo |
Definition at line 34 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLMoreResults connectivity::pODBC3SQLMoreResults |
Definition at line 60 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLNativeSql connectivity::pODBC3SQLNativeSql |
Definition at line 79 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLNumParams connectivity::pODBC3SQLNumParams |
Definition at line 47 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLNumResultCols connectivity::pODBC3SQLNumResultCols |
Definition at line 51 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLParamData connectivity::pODBC3SQLParamData |
Definition at line 48 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLPrepare connectivity::pODBC3SQLPrepare |
Definition at line 41 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLPrimaryKeys connectivity::pODBC3SQLPrimaryKeys |
Definition at line 65 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLProcedureColumns connectivity::pODBC3SQLProcedureColumns |
Definition at line 66 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLProcedures connectivity::pODBC3SQLProcedures |
Definition at line 67 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLPutData connectivity::pODBC3SQLPutData |
Definition at line 49 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLRowCount connectivity::pODBC3SQLRowCount |
Definition at line 50 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLSetConnectAttr connectivity::pODBC3SQLSetConnectAttr |
Definition at line 35 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLSetCursorName connectivity::pODBC3SQLSetCursorName |
Definition at line 43 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLSetEnvAttr connectivity::pODBC3SQLSetEnvAttr |
Definition at line 37 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLSetPos connectivity::pODBC3SQLSetPos |
Definition at line 58 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLSetStmtAttr connectivity::pODBC3SQLSetStmtAttr |
Definition at line 39 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLSpecialColumns connectivity::pODBC3SQLSpecialColumns |
Definition at line 68 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLStatistics connectivity::pODBC3SQLStatistics |
Definition at line 69 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLTablePrivileges connectivity::pODBC3SQLTablePrivileges |
Definition at line 70 of file OFunctions.cxx.
Referenced by LoadFunctions().
T3SQLTables connectivity::pODBC3SQLTables |
Definition at line 71 of file OFunctions.cxx.
Referenced by LoadFunctions().