Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.generator.sg.impl.TypeSGChainImpl
org.apache.ws.jaxme.pm.generator.jdbc.JdbcTypeSG
public class JdbcTypeSG
extends TypeSGChainImpl
Constructor Summary | |
|
Method Summary | |
void | |
void |
|
protected void |
|
protected void |
|
protected JavaMethod |
|
protected JavaMethod |
|
protected JavaMethod |
|
protected JavaMethod |
|
protected Object |
|
Object |
|
protected void |
|
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.TypeSGChainImpl | |
generate , generate , getComplexTypeSG , getExtendedType , getFactory , getLocator , getName , getProperty , getRestrictedType , getRuntimeType , getSchema , getSchemaHeader , getSimpleTypeSG , getXMLField , getXMLGetMethod , getXMLIsSetMethod , getXMLSetMethod , init , isComplex , isExtension , isGlobalClass , isGlobalType , isRestriction , newComplexTypeSG , newSimpleTypeSG , setProperty |
public void generate(TypeSG pController) throws SAXException
- Specified by:
- generate in interface TypeSGChain
- Overrides:
- generate in interface TypeSGChainImpl
public void generate(TypeSG pController, JavaSource pSource) throws SAXException
- Specified by:
- generate in interface TypeSGChain
- Overrides:
- generate in interface TypeSGChainImpl
protected void getFinally(JavaMethod pMethod, DirectAccessible pRessource, Object pSqlMsg, Object pJaxbMsg)
protected void getPMClass(TypeSG pController, JavaSource pSource, CustomTableData pTableData) throws SAXException
protected JavaMethod getPMClassDeleteMethod(TypeSG pController, JavaSource pSource, CustomTableData pData) throws SAXException
protected JavaMethod getPMClassInsertMethod(TypeSG pController, JavaSource pSource, CustomTableData pData) throws SAXException
protected JavaMethod getPMClassSelectMethod(TypeSG pController, JavaSource pSource, CustomTableData pData) throws SAXException
protected JavaMethod getPMClassUpdateMethod(TypeSG pController, JavaSource pSource, CustomTableData pData) throws SAXException
protected Object getResultSetValue(JavaMethod pMethod, Column pColumn, Object pRs, Object pParamNum, TypeSG pTypeSG) throws SAXException
Generates code for fetching a value from aResultSet
.
public Object newComplexTypeSG(TypeSG pController) throws SAXException
- Specified by:
- newComplexTypeSG in interface TypeSGChain
- Overrides:
- newComplexTypeSG in interface TypeSGChainImpl
protected void setPreparedStatementValue(JavaMethod pMethod, Column pColumn, Object pStmt, Object pParamNum, Object pValue, TypeSG pTypeSG) throws SAXException
Generates code for setting a PreparedStatement's parameter.