org.glassfish.persistence.common
Interface DatabaseConstants


public interface DatabaseConstants

Author:
Marina Vatkina This interface defines string constants used by the database generation.

Field Summary
static String CREATE
           
static String CREATE_DDL_JDBC_FILE_SUFFIX
           
static String CREATE_SQL_FILE_SUFFIX
           
static String DDL
           
static String DROP
           
static String DROP_DDL_JDBC_FILE_SUFFIX
           
static String DROP_SQL_FILE_SUFFIX
           
static String JAVA_TO_DB_FLAG
           
static String JDBC_FILE_EXTENSION
           
static String JTA_DATASOURCE_JNDI_NAME_OVERRIDE
          Used as key to set propety in DeploymentContext indicating to override JTA dataource
static char NAME_SEPARATOR
           
static String SQL_FILE_EXTENSION
           
 

Field Detail

NAME_SEPARATOR

static final char NAME_SEPARATOR
See Also:
Constant Field Values

JDBC_FILE_EXTENSION

static final String JDBC_FILE_EXTENSION
See Also:
Constant Field Values

SQL_FILE_EXTENSION

static final String SQL_FILE_EXTENSION
See Also:
Constant Field Values

CREATE

static final String CREATE
See Also:
Constant Field Values

DROP

static final String DROP
See Also:
Constant Field Values

DDL

static final String DDL
See Also:
Constant Field Values

CREATE_DDL_JDBC_FILE_SUFFIX

static final String CREATE_DDL_JDBC_FILE_SUFFIX
See Also:
Constant Field Values

DROP_DDL_JDBC_FILE_SUFFIX

static final String DROP_DDL_JDBC_FILE_SUFFIX
See Also:
Constant Field Values

CREATE_SQL_FILE_SUFFIX

static final String CREATE_SQL_FILE_SUFFIX
See Also:
Constant Field Values

DROP_SQL_FILE_SUFFIX

static final String DROP_SQL_FILE_SUFFIX
See Also:
Constant Field Values

JTA_DATASOURCE_JNDI_NAME_OVERRIDE

static final String JTA_DATASOURCE_JNDI_NAME_OVERRIDE
Used as key to set propety in DeploymentContext indicating to override JTA dataource

See Also:
Constant Field Values

JAVA_TO_DB_FLAG

static final String JAVA_TO_DB_FLAG
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.