|
|
Choosing A Webhost: |
CVS update of sequoia/src/org/continuent/sequoia/controller/backend (1 file: msg#00112db.sequoia.cvs
Date: Monday, October 23, 2006 @ 19:00:01 Author: stephane Path: .../sequoia/sequoia/src/org/continuent/sequoia/controller/backend Modified: DatabaseSQLMetaData.java (1.29 -> 1.30) Now trying to fetch sequence when fetching metadatas from backend --------------------------+ DatabaseSQLMetaData.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) Index: sequoia/src/org/continuent/sequoia/controller/backend/DatabaseSQLMetaData.java diff -u sequoia/src/org/continuent/sequoia/controller/backend/DatabaseSQLMetaData.java:1.29 sequoia/src/org/continuent/sequoia/controller/backend/DatabaseSQLMetaData.java:1.30 --- sequoia/src/org/continuent/sequoia/controller/backend/DatabaseSQLMetaData.java:1.29 Thu Sep 21 16:28:36 2006 +++ sequoia/src/org/continuent/sequoia/controller/backend/DatabaseSQLMetaData.java Mon Oct 23 19:00:01 2006 @@ -116,16 +116,16 @@ { schemaPattern = null; if (dynamicDatabaseSchema.useViews()) - types = new String[]{"TABLE", "VIEW", "SYSTEM TABLE", "SYSTEM VIEW"}; + types = new String[]{"TABLE", "VIEW", "SYSTEM TABLE", "SYSTEM VIEW", "SEQUENCE"}; else - types = new String[]{"TABLE", "SYSTEM TABLE"}; + types = new String[]{"TABLE", "SYSTEM TABLE", "SEQUENCE"}; } else { if (dynamicDatabaseSchema.useViews()) - types = new String[]{"TABLE", "VIEW"}; + types = new String[]{"TABLE", "VIEW", "SEQUENCE"}; else - types = new String[]{"TABLE"}; + types = new String[]{"TABLE", "SEQUENCE"}; } // Get tables meta data
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS update of sequoia/src/org/continuent/sequoia/controller/scheduler (1 file), stephane-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
|---|---|
| Next by Date: | CVS update of BRANCH_sequoia-2_10 sequoia/src/org/continuent/sequoia/controller (2 files), stephane-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Previous by Thread: | CVS update of sequoia/src/org/continuent/sequoia/controller/scheduler (1 file), stephane-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Next by Thread: | CVS update of sequoia/src/org/continuent/sequoia/controller/backend (1 file), emmanuel-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |