org.apache.aries.samples.blog.persistence.jdbc
Class Statements

java.lang.Object
  extended by org.apache.aries.samples.blog.persistence.jdbc.Statements

public class Statements
extends Object


Field Summary
static String AUTHOR_BLOG_ENTRY_TABLE_NAME
           
static String AUTHOR_TABLE_NAME
           
static String BLOG_ENTRY_TABLE_NAME
           
static String COMMENT_ENTRY_TABLE_NAME
           
static String I_BLGNTRY_AUTHOR
           
 
Constructor Summary
Statements()
           
 
Method Summary
 String[] getCreateSchemaStatements()
           
 String[] getDropSchemaStatements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

I_BLGNTRY_AUTHOR

public static final String I_BLGNTRY_AUTHOR
See Also:
Constant Field Values

AUTHOR_TABLE_NAME

public static final String AUTHOR_TABLE_NAME
See Also:
Constant Field Values

AUTHOR_BLOG_ENTRY_TABLE_NAME

public static final String AUTHOR_BLOG_ENTRY_TABLE_NAME
See Also:
Constant Field Values

BLOG_ENTRY_TABLE_NAME

public static final String BLOG_ENTRY_TABLE_NAME
See Also:
Constant Field Values

COMMENT_ENTRY_TABLE_NAME

public static final String COMMENT_ENTRY_TABLE_NAME
See Also:
Constant Field Values
Constructor Detail

Statements

public Statements()
Method Detail

getCreateSchemaStatements

public String[] getCreateSchemaStatements()

getDropSchemaStatements

public String[] getDropSchemaStatements()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.