Home
last modified time | relevance | path

Searched refs:java_sql_PreparedStatement (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx54 IMPLEMENT_SERVICE_INFO(java_sql_PreparedStatement,"com.sun.star.sdbcx.JPreparedStatement","com.sun.…
56 java_sql_PreparedStatement::java_sql_PreparedStatement( JNIEnv * pEnv, java_sql_Connection& _rCon, … in java_sql_PreparedStatement() function in java_sql_PreparedStatement
62 jclass java_sql_PreparedStatement::theClass = 0;
64 java_sql_PreparedStatement::~java_sql_PreparedStatement() in ~java_sql_PreparedStatement()
69 jclass java_sql_PreparedStatement::getMyClass() const in getMyClass()
99 sal_Bool SAL_CALL java_sql_PreparedStatement::execute( ) throw(::com::sun::star::sdbc::SQLExceptio… in execute()
555 void SAL_CALL java_sql_PreparedStatement::clearBatch( ) throw(::com::sun::star::sdbc::SQLException… in clearBatch()
568 void SAL_CALL java_sql_PreparedStatement::addBatch( ) throw(::com::sun::star::sdbc::SQLException, :… in addBatch()
612 void SAL_CALL java_sql_PreparedStatement::acquire() throw() in acquire()
617 void SAL_CALL java_sql_PreparedStatement::release() throw() in release()
[all …]
H A DCallableStatement.cxx54 : java_sql_PreparedStatement( pEnv, _rCon, sql ) in java_sql_CallableStatement()
65 Any aRet = java_sql_PreparedStatement::queryInterface(rType); in queryInterface()
74 return ::comphelper::concatSequences(aTypes.getTypes(),java_sql_PreparedStatement::getTypes()); in getTypes()
309 java_sql_PreparedStatement::acquire(); in acquire()
314 java_sql_PreparedStatement::release(); in release()
H A DJConnection.cxx508java_sql_PreparedStatement* pStatement = new java_sql_PreparedStatement( t.pEnv, *this, sSqlStatem… in prepareStatement()
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx40 class java_sql_PreparedStatement : public OStatement_BASE2, class
52 virtual ~java_sql_PreparedStatement();
58java_sql_PreparedStatement( JNIEnv * pEnv, java_sql_Connection& _rCon,const ::rtl::OUString& sql );
H A DCallableStatement.hxx37 class java_sql_CallableStatement : public java_sql_PreparedStatement,

Completed in 32 milliseconds