Home
last modified time | relevance | path

Searched defs:sql (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatement.java69 public synchronized void addBatch(String sql) throws SQLException { in addBatch()
101 public synchronized boolean execute(String sql) throws SQLException { in execute()
112 public synchronized XResultSet executeQuery(String sql) throws SQLException { in executeQuery()
129 public synchronized int executeUpdate(String sql) throws SQLException { in executeUpdate()
H A DJavaSQLConnection.java256 public synchronized String nativeSQL(String sql) throws SQLException { in nativeSQL()
272 public synchronized XPreparedStatement prepareCall(String sql) throws SQLException { in prepareCall()
283 public synchronized XPreparedStatement prepareStatement(String sql) throws SQLException { in prepareStatement()
525 private String transformPreparedStatement(String sql) throws SQLException { in transformPreparedStatement()
559 public String getTransformedGeneratedStatement(String sql) { in getTransformedGeneratedStatement()
/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx71 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareStatement( const ::rtl::OUString… in prepareStatement()
80 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareCall( const ::rtl::OUString& sql… in prepareCall()
89 ::rtl::OUString SAL_CALL OSharedConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLExcept… in nativeSQL()
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx70 Reference< XPreparedStatement > SAL_CALL OConnectionWeakWrapper::prepareStatement( const ::rtl::OUS… in prepareStatement()
79 Reference< XPreparedStatement > SAL_CALL OConnectionWeakWrapper::prepareCall( const ::rtl::OUString… in prepareCall()
88 ::rtl::OUString SAL_CALL OConnectionWeakWrapper::nativeSQL( const ::rtl::OUString& sql ) throw(SQLE… in nativeSQL()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlViews.java64 String sql = "SELECT view_definition,check_option FROM information_schema.views WHERE "; in createObject() local
124 …String sql = String.format("DROP VIEW %s", DbTools.composeTableName(metadata, propertySet, Compose… in dropObject() local
145 String sql = String.format("CREATE VIEW %s AS %s", in appendObject() local
H A DPostgresqlTables.java109 String sql = "DROP TABLE " + composedName; in dropObject() local
142 …String sql = DbTools.createSqlCreateTableStatement(descriptor, metadata.getConnection(), null, "(M… in createTable() local
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx132 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
142 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
180 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
199 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DISQLStatementHelper.java27 void addComment(XPropertySet descriptor, StringBuilder sql); in addComment()
H A DDbTools.java394 String sql = createStandardCreateStatement(descriptor, connection, helper, createPattern); in createSqlCreateTableStatement() local
472 final StringBuilder sql = new StringBuilder(); in createStandardColumnPart() local
588 StringBuilder sql = new StringBuilder(); in createStandardKeyStatement() local
661 StringBuilder sql = new StringBuilder(" ("); in generateColumnNames() local
691 String sql = String.format("SELECT %s FROM %s WHERE 0 = 1", columnName, composedName); in collectColumnInformation() local
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.cxx180 sal_Bool SAL_CALL OCommonStatement::execute(const OUString& sql) in execute()
200 Reference< XResultSet > SAL_CALL OCommonStatement::executeQuery(const OUString& sql) in executeQuery()
261 void SAL_CALL OStatement::addBatch(const OUString& sql) in addBatch()
288 sal_Int32 SAL_CALL OCommonStatement::executeUpdate(const OUString& sql) in executeUpdate()
/trunk/main/connectivity/source/drivers/adabas/
H A DBPreparedStatement.cxx44 OAdabasPreparedStatement::OAdabasPreparedStatement( OAdabasConnection* _pConnection,const ::rtl::OU… in OAdabasPreparedStatement()
H A DBStatement.cxx67 sal_Bool SAL_CALL OAdabasStatement::execute( const ::rtl::OUString& sql ) throw(SQLException, Runti… in execute()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumnContainer.java140 String sql = String.format("ALTER TABLE %s ADD %s", in appendObject() local
160 String sql = String.format("ALTER TABLE %s DROP %s", in dropObject() local
H A DOIndexContainer.java162 String sql = String.format("CREATE %s INDEX %s ON %s (%s)", in appendObject() local
196 String sql = String.format("DROP INDEX %s ON %s", indexName, composedName); in dropObject() local
H A DOKeyContainer.java147 …String sql = String.format("ALTER TABLE %s ADD %s (%s)", tableName, keyTypeString, columnsText.toS… in appendObject() local
248 final String sql; in dropObject() local
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx309 sal_Bool SAL_CALL OStatement::execute( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExce… in execute()
320 Reference< XResultSet > SAL_CALL OStatement::executeQuery( const ::rtl::OUString& sql ) throw(SQLEx… in executeQuery()
342 sal_Int32 SAL_CALL OStatement::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException, Runt… in executeUpdate()
462 void OStatement_Base::construct(const ::rtl::OUString& sql) throw(SQLException, RuntimeException) in construct()
H A DFConnection.cxx234 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
253 ::rtl::OUString SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLException, R… in nativeSQL()
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseSqlTests.java73 …private void execute(final XRowSet xRowRes, String sql) throws com.sun.star.uno.Exception, com.sun… in execute()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx259 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
289 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
343 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
398 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
H A DAConnection.cxx181 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
193 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& sql ) thr… in prepareCall()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx279 sal_Bool OStatement_Base::lockIfNecessary (const ::rtl::OUString& sql) throw( SQLException) in lockIfNecessary()
351 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
455 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
496 void SAL_CALL OStatement::addBatch( const ::rtl::OUString& sql ) throw(SQLException, RuntimeExcepti… in addBatch()
539 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
/trunk/main/connectivity/source/drivers/dbase/
H A DDConnection.cxx112 Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareStatement( const ::rtl::OUString&… in prepareStatement()
/trunk/main/connectivity/source/drivers/flat/
H A DEConnection.cxx160 Reference< XPreparedStatement > SAL_CALL OFlatConnection::prepareStatement( const ::rtl::OUString& … in prepareStatement()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx227 sal_Bool SAL_CALL java_sql_Statement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException… in execute()
261 Reference< XResultSet > SAL_CALL java_sql_Statement_Base::executeQuery( const ::rtl::OUString& sql … in executeQuery()
311 void SAL_CALL java_sql_Statement::addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sd… in addBatch()
345 sal_Int32 SAL_CALL java_sql_Statement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLEx… in executeUpdate()
H A DConnectionLog.cxx38 namespace connectivity { namespace java { namespace sql { namespace

Completed in 103 milliseconds

123