Home
last modified time | relevance | path

Searched refs:Statement (Results 1 – 25 of 117) sorted by relevance

12345

/AOO41X/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java36 import com.sun.star.rdf.Statement;
238 Statement[] manifestStmts = getManifestStmts(xBaseURI); in check()
428 eq(xStmtsEnum, new Statement[] { in check()
440 eq(xStmtsEnum, new Statement[] { in check()
451 Statement xM_BaseHaspartFoo = in check()
452 new Statement(xBaseURI, pkg_hasPart, xFoo, manifest); in check()
453 Statement xM_FooTypeMetadata = in check()
454 new Statement(xFoo, rdf_type, pkg_MetadataFile, manifest); in check()
455 Statement xM_FooTypeBar = in check()
456 new Statement(xFoo, rdf_type, bar, manifest); in check()
[all …]
/AOO41X/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java207 Statement xFoo_FooBarBaz = new Statement(foo, bar, baz, foo); in check()
211 eq(xFooEnum, new Statement[] { xFoo_FooBarBaz })); in check()
213 Statement xFoo_FooBarBlank = new Statement(foo, bar, blank, foo); in check()
218 new Statement[] { xFoo_FooBarBaz, xFoo_FooBarBlank })); in check()
222 new Statement[] { xFoo_FooBarBaz, xFoo_FooBarBlank })); in check()
224 Statement xFoo_BazBarLit = new Statement(baz, bar, lit, foo); in check()
228 eq(xFooEnum, new Statement[] { in check()
232 eq(xFooEnum, new Statement[] { xFoo_BazBarLit })); in check()
234 Statement xFoo_BazBarLitlang = in check()
235 new Statement(baz, bar, litlang, foo); in check()
[all …]
/AOO41X/main/offapi/com/sun/star/sdbc/
H A DStatement.idl51 Only one ResultSet per Statement can be open at any point in
58 published service Statement
111 /** retrieves the number of seconds the driver will wait for a Statement
152 /** defines the SQL cursor name that will be used by subsequent Statement
170 execution must be done by a different Statement than the one
194 <code>Statement</code>
198 <code>Statement</code>
207 <code>Statement</code>
211 <code>Statement</code>
H A DResultSet.idl52 object is usually generated by executing a Statement.
86 A ResultSet is automatically closed (disposed) by the Statement that
87 generated it when that Statement is closed, re-executed, or used
174 /** defines the SQL cursor name that will be used by subsequent Statement
193 execution must be done by a different Statement than the one
217 <type scope="com::sun::star::sdbcx">Statement</type>
220 If this <code>Statement</code> object has not set a fetch direction,
228 <type scope="com::sun::star::sdbcx">Statement</type>
232 <type scope="com::sun::star::sdbcx">Statement</type>
H A DPreparedStatement.idl86 <type scope="com::sun::star::sdbc">Statement</type>
159 /** retrieves the number of seconds the driver will wait for a Statement
199 /** defines the SQL cursor name that will be used by subsequent Statement
216 execution must be done by a different Statement than the one
238 <code>Statement</code>
242 <code>Statement</code>
252 <code>Statement</code>
256 <code>Statement</code>
H A DRowSet.idl44 <type scope="com::sun::star::sdbc">Statement</type>
52 Statement.
59 You don't have to establish a connection, create a Statement, and then create
118 /** retrieves the number of seconds the driver will wait for a Statement
H A DXConnection.idl71 <type scope="com::sun::star::sdbc">Statement</type>
77 executed using Statement objects. If the same SQL statement
83 Result sets created using the returned Statement will have
87 Escape processing for the SQL-Statement is enabled, by default.
91 a new Statement object
132 Escape processing for the SQL-Statement is enabled, by default.
H A DXStatement.idl46 Only one ResultSet per Statement can be open at any point in
121 <code>Statement</code>
/AOO41X/main/offapi/com/sun/star/sdbcx/
H A DStatement.idl27 #include <com/sun/star/sdbc/Statement.idl>
34 <type scope="com::sun::star::sdbc">Statement</type>
39 published service Statement
41 service com::sun::star::sdbc::Statement;
/AOO41X/test/testcommon/source/org/openoffice/test/common/
H A DLogger.java34 import org.junit.runners.model.Statement;
148 public Statement apply(final Statement base, final Description description) { in apply()
149 return new Statement() { in apply()
H A DFileProvider.java44 import org.junit.runners.model.Statement;
85 protected Statement classBlock(RunNotifier notifier) { in classBlock()
/AOO41X/main/xmloff/source/core/
H A DRDFaExportHelper.cxx157 beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > const in AddRDFa()
160 uno::Sequence<rdf::Statement> const & rStatements( RDFaResult.First ); in AddRDFa()
206 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa()
211 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa()
/AOO41X/main/offapi/com/sun/star/rdf/
H A DXRepository.idl84 #include <com/sun/star/rdf/Statement.idl>
355 enumeration of <type>Statement</type>
360 @see Statement
363 com::sun::star::container::XEnumeration/*<Statement>*/ getStatements(
416 enumeration of <type>Statement</type>
424 @see Statement
426 com::sun::star::container::XEnumeration/*<Statement>*/ queryConstruct(
H A DXDocumentRepository.idl184 @see Statement
186 com::sun::star::beans::Pair< sequence<Statement>, boolean >
218 enumeration of <type>Statement</type>
223 @see Statement
227 com::sun::star::container::XEnumeration/*<Statement>*/ getStatementsRDFa(
H A DXReifiedStatement.idl28 #include <com/sun/star/rdf/Statement.idl>
46 [readonly, attribute] Statement Statement;
H A DXNamedGraph.idl201 enumeration of <type>Statement</type>
209 @see Statement
211 com::sun::star::container::XEnumeration/*<Statement>*/ getStatements(
218 //FIXME reification: addReifiedStatement(Statement)...
/AOO41X/main/mysqlc/source/
H A Dmysqlc_statement.hxx82 sql::Statement *cppStatement;
103 OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement);
179 …OStatement(OConnection* _pConnection, sql::Statement *_cppStatement) : OCommonStatement(_pConnecti… in OStatement()
/AOO41X/main/qadevOOo/runner/convwatch/
H A DDBHelper.java28 import java.sql.Statement;
71 Statement oStmt = null; in run()
250 Statement oStmt = null; in QueryIntFromSQL()
/AOO41X/main/qadevOOo/runner/util/
H A DDBTools.java54 import java.sql.Statement;
700 Statement statement = connection.createStatement(); in initTestTableUsingJDBC()
719 protected void insertContentMySQLTable(Statement statement, String tbl_name) in insertContentMySQLTable()
767 protected void createMySQLTable(Statement statement, String tbl_name) in createMySQLTable()
815 protected void dropMySQLTable(Statement statement, String tbl_name) in dropMySQLTable()
/AOO41X/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx211 rdf::Statement
312 virtual beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > SAL_CALL
491 rdf::Statement Stmt( in nextElement()
1532 beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > SAL_CALL
1544 return beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool >(); in getStatementRDFa()
1561 ::comphelper::SequenceAsVector< rdf::Statement > ret; in getStatementRDFa()
1567 rdf::Statement stmt; in getStatementRDFa()
1574 return beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool >( in getStatementRDFa()
2204 rdf::Statement
2211 return rdf::Statement( in convertToStatement()
/AOO41X/main/basic/source/comp/
H A Dloops.cxx73 aGen.Statement(); in If()
97 aGen.Statement(); in If()
379 aGen.Statement(); in Select()
H A Dio.cxx126 aGen.Statement(); in Line()
314 aGen.Statement(); in Name()
H A Dparser.cxx376 aGen.Statement(); in Parse()
398 aGen.Statement(); in Parse()
432 aGen.Statement(); in Parse()
/AOO41X/main/qadevOOo/runner/stats/
H A DSQLExecution.java29 import java.sql.Statement;
41 protected Statement mStatement = null;
/AOO41X/main/toolkit/src2xml/source/
H A Dsrcparser.py87 class Statement(object): class
203 self.stmtData = Statement()

12345