ch.sahits.phpclassgenerator
Interface Constants


public interface Constants

Interface contains constants that are used over all the PHP class generator

Version:
1.0 $Revision: 1.4 $ changed by $Author: hotzst $ at $Date: 2008/01/01 15:15:47 $
Author:
Andi Hotz, (c) 2007

Field Summary
static java.lang.String CLASS_NAME
          Substitution constant for an class name
static java.lang.String DB_FIELD_GETTER
          Substitution constant for getter methods for all DB fields
static java.lang.String DB_FIELD_SETTER
          Substitution constant for setter methods for all DB fields
static java.lang.String DB_FIELDS
          Substitution constant for all DB fields
static java.lang.String DB_HOST
          Substitution constant for the DB host
static java.lang.String DB_NAME
          Substitution constant for the DB name
static java.lang.String DB_PASSWD
          Substitution constant for the DB password
static java.lang.String DB_USER
          Substitution constant for the DB user
static java.lang.String FIELD_ARRAY
          Substitution constant for an array of all DB fields
static java.lang.String FK
          Substitution constant for foreign key columns
static java.lang.String INIT_GET
          Substitution constant for the initGET method
static java.lang.String INIT_LOAD
          Substitution constant for the initLoad method
static java.lang.String INIT_POST
          Substitution constant for the initPOST method
static java.lang.String INSERT
          Substitution constant for the insert method
static java.lang.String LOAD_BY_FK
          Substitution constant for methods loading by foreign keys
static java.lang.String LOAD_UNIQUE
          Substitution constant for method for unique load by primary key
static java.lang.String OBJECT_NAME
          Substitution constant for an object name
static java.lang.String PK
          Substitution constant for primary key columns
static java.lang.String SAVE
          Substitution constant for the save method
static java.lang.String TABLE_NAME
          Substitution constant for the table name
static java.lang.String TO_STRING
          Substitution constant for the toString method
static java.lang.String UPDATE
          Substitution constant for the insert method
static java.lang.String WHERE
          Substitution constant for an where clause for the prefix
 

Field Detail

DB_FIELDS

static final java.lang.String DB_FIELDS
Substitution constant for all DB fields

See Also:
Constant Field Values

DB_FIELD_GETTER

static final java.lang.String DB_FIELD_GETTER
Substitution constant for getter methods for all DB fields

See Also:
Constant Field Values

DB_FIELD_SETTER

static final java.lang.String DB_FIELD_SETTER
Substitution constant for setter methods for all DB fields

See Also:
Constant Field Values

LOAD_BY_FK

static final java.lang.String LOAD_BY_FK
Substitution constant for methods loading by foreign keys

See Also:
Constant Field Values

LOAD_UNIQUE

static final java.lang.String LOAD_UNIQUE
Substitution constant for method for unique load by primary key

See Also:
Constant Field Values

PK

static final java.lang.String PK
Substitution constant for primary key columns

See Also:
Constant Field Values

FK

static final java.lang.String FK
Substitution constant for foreign key columns

See Also:
Constant Field Values

TABLE_NAME

static final java.lang.String TABLE_NAME
Substitution constant for the table name

See Also:
Constant Field Values

SAVE

static final java.lang.String SAVE
Substitution constant for the save method

See Also:
Constant Field Values

TO_STRING

static final java.lang.String TO_STRING
Substitution constant for the toString method

See Also:
Constant Field Values

INIT_POST

static final java.lang.String INIT_POST
Substitution constant for the initPOST method

See Also:
Constant Field Values

INIT_GET

static final java.lang.String INIT_GET
Substitution constant for the initGET method

See Also:
Constant Field Values

INIT_LOAD

static final java.lang.String INIT_LOAD
Substitution constant for the initLoad method

See Also:
Constant Field Values

INSERT

static final java.lang.String INSERT
Substitution constant for the insert method

See Also:
Constant Field Values

UPDATE

static final java.lang.String UPDATE
Substitution constant for the insert method

See Also:
Constant Field Values

FIELD_ARRAY

static final java.lang.String FIELD_ARRAY
Substitution constant for an array of all DB fields

See Also:
Constant Field Values

WHERE

static final java.lang.String WHERE
Substitution constant for an where clause for the prefix

See Also:
Constant Field Values

OBJECT_NAME

static final java.lang.String OBJECT_NAME
Substitution constant for an object name

See Also:
Constant Field Values

CLASS_NAME

static final java.lang.String CLASS_NAME
Substitution constant for an class name

See Also:
Constant Field Values

DB_NAME

static final java.lang.String DB_NAME
Substitution constant for the DB name

See Also:
Constant Field Values

DB_USER

static final java.lang.String DB_USER
Substitution constant for the DB user

See Also:
Constant Field Values

DB_PASSWD

static final java.lang.String DB_PASSWD
Substitution constant for the DB password

See Also:
Constant Field Values

DB_HOST

static final java.lang.String DB_HOST
Substitution constant for the DB host

See Also:
Constant Field Values