|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.php.PHPConstants
public final class PHPConstants
Interface contains constants that are used over all the PHP class generator
| 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 |
| Constructor Summary | |
|---|---|
PHPConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DB_FIELDS
public static final java.lang.String DB_FIELD_GETTER
public static final java.lang.String DB_FIELD_SETTER
public static final java.lang.String LOAD_BY_FK
public static final java.lang.String LOAD_UNIQUE
public static final java.lang.String PK
public static final java.lang.String FK
public static final java.lang.String TABLE_NAME
public static final java.lang.String SAVE
public static final java.lang.String TO_STRING
public static final java.lang.String INIT_POST
public static final java.lang.String INIT_GET
public static final java.lang.String INIT_LOAD
public static final java.lang.String INSERT
public static final java.lang.String UPDATE
public static final java.lang.String FIELD_ARRAY
public static final java.lang.String WHERE
public static final java.lang.String OBJECT_NAME
public static final java.lang.String CLASS_NAME
public static final java.lang.String DB_NAME
public static final java.lang.String DB_USER
public static final java.lang.String DB_PASSWD
public static final java.lang.String DB_HOST
| Constructor Detail |
|---|
public PHPConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||