/trunk/main/connectivity/source/sdbcx/ |
H A D | VKey.cxx | 75 OKey::OKey(sal_Bool _bCase) : ODescriptor_BASE(m_aMutex) in OKey() function in OKey 82 OKey::OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase) in OKey() function in OKey 106 OKey::~OKey( ) in ~OKey() 125 Sequence< Type > SAL_CALL OKey::getTypes( ) throw(RuntimeException) in getTypes() 133 void OKey::construct() in construct() 145 void SAL_CALL OKey::disposing() in disposing() 162 ::cppu::IPropertyArrayHelper & OKey::getInfoHelper() in getInfoHelper() 164 return *const_cast<OKey*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper() 187 return const_cast<OKey*>(this)->m_pColumns; in getColumns() 214 void SAL_CALL OKey::acquire() throw() in acquire() [all …]
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | SqlTableHelper.java | 136 …public Map<String, OKey> readKeys(XDatabaseMetaData metadata, String catalogName, String schemaNam… in readKeys() 138 Map<String, OKey> keys = new TreeMap<>(); in readKeys() 139 …OKey primaryKey = readPrimaryKey(metadata, catalogName, schemaName, tableName, isCaseSensitive, ta… in readKeys() 145 private OKey readPrimaryKey(XDatabaseMetaData metadata, in readPrimaryKey() 156 OKey key = null; in readPrimaryKey() 168 key = new OKey(pkName, isCaseSensitive, "", KeyType.PRIMARY, 0, 0, columns, table); in readPrimaryKey() 179 …String schemaName, String tableName, boolean isCaseSensitive, Map<String, OKey> keys, OTable table… in readForeignKeys() 207 … OKey key = new OKey(oldFkName, isCaseSensitive, keyProperties.referencedTable, keyProperties.type, in readForeignKeys() 224 … OKey key = new OKey(oldFkName, isCaseSensitive, keyProperties.referencedTable, keyProperties.type, in readForeignKeys()
|
H A D | OKeyContainer.java | 56 private Map<String,OKey> keys; 58 …public OKeyContainer(Object lock, boolean isCaseSensitive, Map<String,OKey> keys, OTable table) th… in OKeyContainer() 61 for (Map.Entry<String,OKey> entry : keys.entrySet()) { in OKeyContainer() 88 OKey ret = null; in createObject() 201 …keys.put(newName, new OKey(newName, isCaseSensitive(), referencedName, keyType, updateRule, delete… in appendObject()
|
H A D | OKey.java | 42 public class OKey extends ODescriptor class 57 protected OKey(boolean isCaseSensitive) { in OKey() method in OKey 62 public OKey(String name, boolean isCaseSensitive, String referencedTable, int type, in OKey() method in OKey
|
H A D | OKeyColumnContainer.java | 42 private OKey key; 44 …public OKeyColumnContainer(Object lock, OKey key, List<String> columnNames) throws ElementExistExc… in OKeyColumnContainer()
|
/trunk/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VKey.hxx | 67 class OOO_DLLPUBLIC_DBTOOLS OKey : class 71 public ::comphelper::OIdPropertyArrayUsageHelper<OKey>, 85 OKey(sal_Bool _bCase); 86 OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase); 94 virtual ~OKey( );
|
/trunk/main/connectivity/source/commontools/ |
H A D | TKey.cxx | 43 OTableKeyHelper::OTableKeyHelper(OTableHelper* _pTable) : connectivity::sdbcx::OKey(sal_True) in OTableKeyHelper() 52 ) : connectivity::sdbcx::OKey(_Name,_rProps,sal_True) in OTableKeyHelper()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlTable.java | 31 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.OKey; 115 Map<String, OKey> keys = new SqlTableHelper().readKeys( in refreshKeys()
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ACollection.hxx | 207 class OKey; 215 typedef OCollection< ADOKeys,ADOKey,OKey> OKeys;
|
H A D | AKey.hxx | 35 typedef sdbcx::OKey OKey_ADO;
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | TKey.hxx | 34 class OOO_DLLPUBLIC_DBTOOLS OTableKeyHelper : public connectivity::sdbcx::OKey
|