org.swixml.examples.wizard
Interface DDLWizardConstants

All Known Implementing Classes:
DDLWizardApplication, GenerateBeanPage, SetDBSchema, SetJDBCInfoPage

public interface DDLWizardConstants

Author:
softphone

Field Summary
static String CONNECTIONURL
           
static String CONTINUEONERROR
           
static String CREATEDB
           
static String DATABASE_MODEL
           
static String DBSCHEMA
           
static String DRIVERCLASS
           
static String DROPTABLES
           
static String FROMDB
           
static String GENERATE_BEAN
           
static String GENERATESQL
           
static String PACKAGE_NAME
           
static String PAGE1_STEP
           
static String PAGE2_STEP
           
static String PASSWORD
           
static String SQLFILE
           
static String USER
           
 

Field Detail

PAGE1_STEP

static final String PAGE1_STEP
See Also:
Constant Field Values

CONNECTIONURL

static final String CONNECTIONURL
See Also:
Constant Field Values

DRIVERCLASS

static final String DRIVERCLASS
See Also:
Constant Field Values

PASSWORD

static final String PASSWORD
See Also:
Constant Field Values

USER

static final String USER
See Also:
Constant Field Values

CREATEDB

static final String CREATEDB
See Also:
Constant Field Values

FROMDB

static final String FROMDB
See Also:
Constant Field Values

PAGE2_STEP

static final String PAGE2_STEP
See Also:
Constant Field Values

CONTINUEONERROR

static final String CONTINUEONERROR
See Also:
Constant Field Values

DBSCHEMA

static final String DBSCHEMA
See Also:
Constant Field Values

DROPTABLES

static final String DROPTABLES
See Also:
Constant Field Values

GENERATESQL

static final String GENERATESQL
See Also:
Constant Field Values

SQLFILE

static final String SQLFILE
See Also:
Constant Field Values

DATABASE_MODEL

static final String DATABASE_MODEL
See Also:
Constant Field Values

PACKAGE_NAME

static final String PACKAGE_NAME
See Also:
Constant Field Values

GENERATE_BEAN

static final String GENERATE_BEAN
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.