alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (oracle_drop_tables.sql)

This example jforum source code file (oracle_drop_tables.sql) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

drop, drop, sequence, sequence, table, table

The jforum oracle_drop_tables.sql source code

-- Table structure for table 'jforum_attach_quota'
DROP SEQUENCE jforum_attach_quota_seq;
DROP TABLE jforum_attach_quota;

-- Table structure for table 'jforum_attach_desc'
DROP SEQUENCE jforum_attach_desc_seq;
DROP TABLE jforum_attach_desc;

-- Table structure for table 'jforum_attach'
DROP SEQUENCE jforum_attach_seq;
DROP TABLE jforum_attach;

-- Table structure for table 'jforum_extensions'
DROP SEQUENCE jforum_extensions_seq;
DROP TABLE jforum_extensions;

-- Table structure for table 'jforum_extension_groups'
DROP SEQUENCE jforum_extension_groups_seq;
DROP TABLE jforum_extension_groups;

-- Table structure for table 'jforum_quota_limit'
DROP SEQUENCE jforum_quota_limit_seq;
DROP TABLE jforum_quota_limit;

-- Table structure for table 'jforum_bookmark'
DROP SEQUENCE jforum_bookmarks_seq;
DROP TABLE jforum_bookmarks;

-- Table structure for table 'jforum_karma'
DROP SEQUENCE jforum_karma_seq;
DROP TABLE jforum_karma;

-- Table structure for table 'jforum_words'
DROP SEQUENCE jforum_words_seq;
DROP TABLE jforum_words;

-- Table structure for table 'jforum_vote_voters'
DROP TABLE jforum_vote_voters;

-- Table structure for table 'jforum_vote_results'
DROP TABLE jforum_vote_results;

-- Table structure for table 'jforum_vote_desc'
DROP SEQUENCE jforum_vote_desc_seq;
DROP TABLE jforum_vote_desc;

-- Table structure for table 'jforum_users'
DROP SEQUENCE jforum_users_seq;
DROP TABLE jforum_users;

-- Table structure for table 'jforum_topics_watch'
DROP TABLE jforum_topics_watch;

-- Table structure for table 'jforum_topics'
DROP SEQUENCE jforum_topics_seq;
DROP TABLE jforum_topics;

-- Table structure for table 'jforum_themes'
DROP SEQUENCE jforum_themes_seq;
DROP TABLE jforum_themes;

-- Table structure for table 'jforum_smilies'
DROP SEQUENCE jforum_smilies_seq;
DROP TABLE jforum_smilies;

-- Table structure for table 'jforum_sessions'
DROP TABLE jforum_sessions;

-- Table structure for table 'jforum_ranks'
DROP SEQUENCE jforum_ranks_seq;
DROP TABLE jforum_ranks;

-- Table structure for table 'jforum_privmsgs'
DROP SEQUENCE jforum_privmsgs_seq;
DROP TABLE jforum_privmsgs;
DROP TABLE jforum_privmsgs_text;

-- Table structure for table 'jforum_posts_text'
DROP TABLE jforum_posts_text;

-- Table structure for table 'jforum_posts'
DROP SEQUENCE jforum_posts_seq;
DROP TABLE jforum_posts;

-- Table structure for table 'jforum_role_values'
DROP TABLE jforum_role_values;
	
-- Table structure for table 'jforum_roles'
DROP SEQUENCE jforum_roles_seq;
DROP TABLE jforum_roles;

-- Table structure for table 'jforum_groups'
DROP SEQUENCE jforum_groups_seq;
DROP TABLE jforum_groups;
DROP TABLE jforum_user_groups;

-- Table structure for table 'jforum_forums'
DROP SEQUENCE jforum_forums_seq;
DROP TABLE jforum_forums;
DROP TABLE jforum_forums_watch;

-- Table structure for table 'jforum_config'
DROP SEQUENCE jforum_config_seq;
DROP TABLE jforum_config;

-- Table structure for table 'jforum_categories'
DROP SEQUENCE jforum_categories_seq;
DROP TABLE jforum_categories;

-- jforum_banlist
DROP SEQUENCE jforum_banlist_seq;
DROP TABLE jforum_banlist;

-- jforum_banner
DROP SEQUENCE jforum_banner_seq;
DROP TABLE jforum_banner;

-- jforum_moderation_log
DROP SEQUENCE jforum_moderation_log_seq;
DROP TABLE jforum_moderation_log;

Other jforum examples (source code examples)

Here is a short list of links related to this jforum oracle_drop_tables.sql source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.