Home
last modified time | relevance | path

Searched refs:OKey (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/connectivity/source/sdbcx/
H A DVKey.cxx75 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 …]
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DSqlTableHelper.java136 …public Map<String, OKey> readKeys(XDatabaseMetaData metadata, String catalogName, String schemaNam… in readKeys()
138 Map<String, OKey> keys = new TreeMap<>(); in readKeys()
139OKey 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()
207OKey key = new OKey(oldFkName, isCaseSensitive, keyProperties.referencedTable, keyProperties.type, in readForeignKeys()
224OKey key = new OKey(oldFkName, isCaseSensitive, keyProperties.referencedTable, keyProperties.type, in readForeignKeys()
H A DOKeyContainer.java56 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 DOKey.java42 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 DOKeyColumnContainer.java42 private OKey key;
44 …public OKeyColumnContainer(Object lock, OKey key, List<String> columnNames) throws ElementExistExc… in OKeyColumnContainer()
/aoo42x/main/connectivity/inc/connectivity/sdbcx/
H A DVKey.hxx67 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( );
/aoo42x/main/connectivity/source/commontools/
H A DTKey.cxx43 OTableKeyHelper::OTableKeyHelper(OTableHelper* _pTable) : connectivity::sdbcx::OKey(sal_True) in OTableKeyHelper()
52 ) : connectivity::sdbcx::OKey(_Name,_rProps,sal_True) in OTableKeyHelper()
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTable.java31 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.OKey;
115 Map<String, OKey> keys = new SqlTableHelper().readKeys( in refreshKeys()
/aoo42x/main/connectivity/source/inc/ado/
H A DACollection.hxx207 class OKey;
215 typedef OCollection< ADOKeys,ADOKey,OKey> OKeys;
H A DAKey.hxx35 typedef sdbcx::OKey OKey_ADO;
/aoo42x/main/connectivity/inc/connectivity/
H A DTKey.hxx34 class OOO_DLLPUBLIC_DBTOOLS OTableKeyHelper : public connectivity::sdbcx::OKey

Completed in 41 milliseconds