Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
_
G
generate()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Generate the contents of the php file
generateCode4Constants(ClassDeclaration)
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
The class definition may contain constants defined in
Constants
that have to be replaced by actual code.
generateGetterMethods()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Produce the PHP code for the getter methods
generateInitGetMethod()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Produce the PHP code for the initGET method.
generateInitMethod()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Produce the PHP code for the init method
generateInitPostMethod()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Produce the PHP code for the initPOST method.
generateInsertMethod(MethodDeclaration)
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Generate the PHP code for the insert method based on the method fragment.
generateLoadByFKMethods(MethodDeclaration)
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Produce the PHP code for the loadbyFK... methods.
generateLoadUniqueMethods(MethodDeclaration)
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Produce the PHP code for the loadUnique method.
generateSetterMethods()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Produce the PHP code for the setter methods
generateToStringMethod()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Produce the PHP code for the toSting methods
generateUpdateMethod(MethodDeclaration)
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Generate the PHP code for the update method based on the method fragment.
getAction(ITextEditor, String)
- Method in class ch.sahits.phpclassgenerator.editors.
PhpClassGeneratorEditorContributor
Returns the action registed with the given text editor.
getArguments()
- Method in class ch.sahits.phpclassgenerator.
MethodDeclaration
getClassDeclaration()
- Method in class ch.sahits.phpclassgenerator.
XMLTemplateParser
getClassName()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Get the name of the class by the table name
getConnection(String, String, String, String, String, String)
- Static method in class ch.sahits.phpclassgenerator.
DBConnectionFactory
Constructor initializes the connection data
getContainerName()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardPage
Get the name of the container
getDb()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardDBPage
getDbProduct()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardDBPage
getDefault()
- Static method in class ch.sahits.phpclassgenerator.
Activator
Returns the shared instance
getDocumentation()
- Method in class ch.sahits.phpclassgenerator.
MethodDeclaration
getFieldArray()
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Generate an array PHP style of all the DB fields
getFieldName()
- Method in class ch.sahits.phpclassgenerator.
DBField
getFields()
- Method in class ch.sahits.phpclassgenerator.
DBStructure
getFieldsFor(String[])
- Method in class ch.sahits.phpclassgenerator.
DBStructure
Extract the
DBField
s for the
columns
getFieldType()
- Method in class ch.sahits.phpclassgenerator.
DBField
getFileName()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardPage
Get the file name
getFormatedFieldName()
- Method in class ch.sahits.phpclassgenerator.
DBField
Format the field name
getHost()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardDBPage
getImageDescriptor(String)
- Static method in class ch.sahits.phpclassgenerator.
Activator
Returns an image descriptor for the image file at the given plug-in relative path
getIncludes()
- Method in class ch.sahits.phpclassgenerator.
ClassDeclaration
Get all includes
getMemberFromAttribute(Attributes)
- Method in class ch.sahits.phpclassgenerator.
XMLTemplateParser
Get the php member declaration from the name and value attribute.
getMembers()
- Method in class ch.sahits.phpclassgenerator.
ClassDeclaration
Get all member variables
getMethodBody()
- Method in class ch.sahits.phpclassgenerator.
MethodDeclaration
getMethodName()
- Method in class ch.sahits.phpclassgenerator.
MethodDeclaration
getMethods()
- Method in class ch.sahits.phpclassgenerator.
ClassDeclaration
Get all method declarations
getPassword()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardDBPage
getPkName()
- Method in class ch.sahits.phpclassgenerator.
DBStructure
getStructure()
- Method in class ch.sahits.phpclassgenerator.
DBConnection
Generates a DBStructure Object for the table.
getStructure()
- Method in class ch.sahits.phpclassgenerator.
MySQLConnection
Query the INFORMATION_SCHEMA to retrive the metadata
getTable()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardDBPage
getTemplate()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardPage
getUniqueKeyNames()
- Method in class ch.sahits.phpclassgenerator.
DBStructure
getUser()
- Method in class ch.sahits.phpclassgenerator.wizards.
PhpClassWizardDBPage
getVisibility()
- Method in class ch.sahits.phpclassgenerator.
MethodDeclaration
getWhereClause(String[])
- Method in class ch.sahits.phpclassgenerator.
CodeGenerator
Generate a where clause for the given columns The values of the columns is in a variable name like
DBField.getFormatedFieldName()
gotoMarker(IMarker)
- Method in class ch.sahits.phpclassgenerator.editors.
PhpClassGeneratorEditor
Method declared on
IEditorPart
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
_