Home
last modified time | relevance | path

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

12345

/aoo4110/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java698 Statement x_FooBarLit1 = new Statement(foo, bar, mkLit("1"), null); in loadRDFa()
777 Statement x_FooBarLit = new Statement(foo, bar, lit, null); in loadRDFa()
932 static Statement[] merge(Statement[] i_A1, Statement[] i_A2) in merge()
935 Statement[] ret = new Statement[i_A1.length + i_A2.length]; in merge()
987 Statement s = (Statement) i_Enum.nextElement(); in toSeq()
994 Statement[] ret = new Statement[arr.length]; in toSeq()
1044 Statement left = (Statement) i_Left; in compare()
1045 Statement right = (Statement) i_Right; in compare()
1067 static boolean eq(Statement i_Left, Statement i_Right) in eq()
1096 static boolean eq(Statement[] i_Result, Statement[] i_Expected) in eq()
[all …]
/aoo4110/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java207 Statement xFoo_FooBarBaz = new Statement(foo, bar, baz, foo); in check()
224 Statement xFoo_BazBarLit = new Statement(baz, bar, lit, foo); in check()
305 Statement xBaz_FooBarBaz = new Statement(foo, bar, baz, baz); in check()
306 Statement xBaz_BazBarLit = new Statement(baz, bar, lit, baz); in check()
620 Statement s = (Statement) i_Enum.nextElement(); in toSeq()
627 Statement[] ret = new Statement[arr.length]; in toSeq()
674 Statement left = (Statement) i_Left; in compare()
675 Statement right = (Statement) i_Right; in compare()
709 static boolean eq(Statement i_Left, Statement i_Right) in eq()
738 static boolean eq(Statement[] i_Result, Statement[] i_Expected) in eq()
[all …]
/aoo4110/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>
/aoo4110/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;
/aoo4110/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()
/aoo4110/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()
/aoo4110/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)...
/aoo4110/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()
/aoo4110/main/qadevOOo/runner/convwatch/
H A DDBHelper.java28 import java.sql.Statement;
71 Statement oStmt = null; in run()
250 Statement oStmt = null; in QueryIntFromSQL()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/qadevOOo/runner/stats/
H A DSQLExecution.java29 import java.sql.Statement;
41 protected Statement mStatement = null;
/aoo4110/main/toolkit/src2xml/source/
H A Dsrcparser.py87 class Statement(object): class
203 self.stmtData = Statement()

Completed in 151 milliseconds

12345