Home
last modified time | relevance | path

Searched refs:schema (Results 51 – 75 of 257) sorted by relevance

1234567891011

/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DUnion.java22 package org.apache.openoffice.ooxml.schema.model.simple;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DAll.java22 package org.apache.openoffice.ooxml.schema.model.complex;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
H A DOccurrenceIndicator.java22 package org.apache.openoffice.ooxml.schema.model.complex;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
H A DAny.java22 package org.apache.openoffice.ooxml.schema.model.complex;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttributeBase.java22 package org.apache.openoffice.ooxml.schema.model.attribute;
24 import org.apache.openoffice.ooxml.schema.model.base.Location;
25 import org.apache.openoffice.ooxml.schema.model.base.Node;
26 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
27 import org.apache.openoffice.ooxml.schema.parser.FormDefault;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeContainer.java22 package org.apache.openoffice.ooxml.schema.simple;
29 import org.apache.openoffice.ooxml.schema.misc.Log;
30 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
31 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
H A DDateTimeNode.java22 package org.apache.openoffice.ooxml.schema.simple;
26 import org.apache.openoffice.ooxml.schema.misc.Log;
27 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
H A DBlobNode.java22 package org.apache.openoffice.ooxml.schema.simple;
26 import org.apache.openoffice.ooxml.schema.misc.Log;
27 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DDereferencingNodeIterator.java22 package org.apache.openoffice.ooxml.schema.iterator;
27 import org.apache.openoffice.ooxml.schema.model.base.INode;
28 import org.apache.openoffice.ooxml.schema.model.base.INodeReference;
29 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
/aoo42x/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx1647 if(schema.getLength() && schema.toChar() != '%') in getExportedKeys()
1648 varCriteria[nPos].setString(schema); in getExportedKeys()
1692 if(schema.getLength() && schema.toChar() != '%') in getImportedKeys()
1693 varCriteria[nPos].setString(schema); in getImportedKeys()
1731 if(schema.getLength() && schema.toChar() != '%') in getPrimaryKeys()
1732 varCriteria[nPos].setString(schema); in getPrimaryKeys()
1772 if(schema.getLength() && schema.toChar() != '%') in getIndexInfo()
1773 varCriteria[nPos].setString(schema); in getIndexInfo()
2089 const ::rtl::OUString& schema, in getColumnPrivileges()
2109 if(schema.getLength() && schema.toChar() != '%') in getColumnPrivileges()
[all …]
H A DADatabaseMetaData.cxx145 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getColumnPrivileges()
148 …ADORecordset *pRecordset = m_pADOConnection->getColumnPrivileges(catalog,schema,table,columnNamePa… in getColumnPrivileges()
286 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getExportedKeys()
288 ADORecordset *pRecordset = m_pADOConnection->getExportedKeys(catalog,schema,table); in getExportedKeys()
300 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getImportedKeys()
302 ADORecordset *pRecordset = m_pADOConnection->getImportedKeys(catalog,schema,table); in getImportedKeys()
315 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getPrimaryKeys()
317 ADORecordset *pRecordset = m_pADOConnection->getPrimaryKeys(catalog,schema,table); in getPrimaryKeys()
330 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getIndexInfo()
333 ADORecordset *pRecordset = m_pADOConnection->getIndexInfo(catalog,schema,table,unique,approximate); in getIndexInfo()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx104 …return impl_callResultSetMethodWithStrings( "getColumnPrivileges", mID, catalog, schema, table, &c… in getColumnPrivileges()
244 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getVersionColumns()
247 return impl_callResultSetMethodWithStrings( "getVersionColumns", mID, catalog, schema, table ); in getVersionColumns()
323 …const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table ) throw(SQLExcepti… in getExportedKeys()
326 return impl_callResultSetMethodWithStrings( "getExportedKeys", mID, catalog, schema, table ); in getExportedKeys()
333 return impl_callResultSetMethodWithStrings( "getImportedKeys", mID, catalog, schema, table ); in getImportedKeys()
340 return impl_callResultSetMethodWithStrings( "getPrimaryKeys", mID, catalog, schema, table ); in getPrimaryKeys()
344 const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, in getIndexInfo()
362 args[1].l = schema.toChar() == '%' ? NULL : convertwchar_tToJavaString(t.pEnv,schema); in getIndexInfo()
385 … const Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table, sal_Int32 scope, in getBestRowIdentifier()
[all …]
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DXSchemaHandler.idl56 /** receives notification that a schema description is started.
58 <p> The schema descrption may comprise components templates or both.
62 if a schema is already started (and has not been ended).
79 <li>if invalid data is detected in the schema</li>
81 <li>if no schema is started at all</li>
93 /** receives notification that the schema depends on templates
102 <li>if no schema is started at all</li>
118 <p> Subsequent calls describe the schema of the component
129 <li>if no schema is started at all </li>
190 <li>if no schema is started at all </li>
[all …]
H A DXVersionedSchemaSupplier.idl54 Returns the schema version for a particular component.
57 component whose schema version will be determined
60 a <atom>string</atom> that identifies the schema version for
69 <p> Clients may assume that all instances of a schema with the
73 the complete schema, including all components)
/aoo42x/main/officecfg/util/
H A Dcomponent-ldif.gen23 # generates of the component schema list an ldap schema in ldif format
62 # generate the schema in ldif format
70 print OUTFILE "dn: cn=schema\n";
73 print OUTFILE "dn: cn=schema\n";
/aoo42x/main/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx111 …leges( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUSt…
113 …ifier( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUSt…
114 …lumns( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUSt…
115 …yKeys( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUSt…
116 …dKeys( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUSt…
117 …dKeys( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUSt…
119 …xInfo( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUSt…
/aoo42x/main/connectivity/source/inc/odbc/
H A DODatabaseMetaDataResultSet.hxx207 …ColumnPrivileges( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,
215 … void openVersionColumns(const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,
217 …id openBestRowIdentifier( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,
219 …nKeys( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString* schema,const ::rtl::OUStr…
221 …edKeys(const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,const ::rtl::OUStr…
222 …edKeys(const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,const ::rtl::OUStr…
223 …ryKeys(const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,const ::rtl::OUStr…
226 …Columns(sal_Bool _bRowVer,const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,
228 … void openIndexInfo( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,
/aoo42x/main/reportbuilder/registry/data/org/openoffice/Office/
H A Dmakefile.mk49 …istry$/schema$/$(PACKAGEDIR)$/Embedding.xcs" : $(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/Em…
53 …ema$/$(PACKAGEDIR)$/ExtendedColorScheme.xcs" : $(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/Ex…
57 …/registry$/schema$/$(PACKAGEDIR)$/Paths.xcs" : $(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/Pa…
61 …ry$/schema$/$(PACKAGEDIR)$/Accelerators.xcs" : $(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/Ac…
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DTypeContainer.java22 package org.apache.openoffice.ooxml.schema.model.schema;
29 import org.apache.openoffice.ooxml.schema.model.base.Node;
30 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
/aoo42x/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx209 …tSetRef SAL_CALL getColumnPrivileges(const Any& catalog, const OUString& schema, const OUString& t…
211 …SetRef SAL_CALL getBestRowIdentifier(const Any& catalog, const OUString& schema, const OUString& t…
212 …my_XResultSetRef SAL_CALL getVersionColumns(const Any& catalog, const OUString& schema, const OUSt…
213 …my_XResultSetRef SAL_CALL getPrimaryKeys(const Any& catalog, const OUString& schema, const OUStrin…
214 …my_XResultSetRef SAL_CALL getImportedKeys(const Any& catalog, const OUString& schema, const OUStri…
215 …my_XResultSetRef SAL_CALL getExportedKeys(const Any& catalog, const OUString& schema, const OUStri…
218 …my_XResultSetRef SAL_CALL getIndexInfo(const Any& catalog, const OUString& schema, const OUString&…
/aoo42x/main/libxml2/
H A D7ffcd44d7e6c46704f8af0321d9314cd26e0e18a.patch6 When ctxt->schema is NULL, xmlSchemaSAXPlug->xmlSchemaPreRun
7 alloc a new schema for ctxt->schema and set vctxt->xsiAssemble
9 vctxt->xsiAssemble to 0 again which cause the alloced schema
/aoo42x/main/offapi/com/sun/star/sdb/tools/
H A DXTableName.idl49 part. This requires you to evaluate whether or not the table has a catalog and/or schema
50 name, to combine the catalog, the schema, and the basic table name into one name, respecting
77 /** denotes the name of the schema which the table is a part of
82 schema.
86 /** returns the composed table name, including the catalog and schema name,
115 data information in that you can specify to not use catalog and or schema names
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomaton.java22 package org.apache.openoffice.ooxml.schema.automaton;
26 import org.apache.openoffice.ooxml.schema.model.attribute.Attribute;
27 import org.apache.openoffice.ooxml.schema.model.base.Location;
28 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
/aoo42x/main/connectivity/qa/complex/connectivity/hsqldb/
H A DDatabaseMetaData.java91 String schema = rs.getString( 2 ); in test() local
93 schema = null; in test()
97 …System.out.println("Catalog: " + catalog + " Schema: " + schema + " Table: " + table + " Type: " +… in test()
99 ResultSet rsColumns = m_xMD.getColumns(catalog,schema,table,"%"); in test()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java123 …ean isPrimaryKeyIndex(XDatabaseMetaData metadata, Object catalog, String schema, String table, Str… in isPrimaryKeyIndex() argument
126 results = metadata.getPrimaryKeys(catalog, schema, table); in isPrimaryKeyIndex()
187 String schema = ""; in dropObject() local
190 schema = elementName.substring(0, len); in dropObject()
195 …String indexName = DbTools.composeTableName(connection.getMetaData(), "", schema, name, true, Comp… in dropObject()

Completed in 169 milliseconds

1234567891011