| Method | Description |
| public void <init>(
)
| Default constructor |
| public void <init>(
boolean force
)
| Constructor with force parameter |
| public void <init>(
org.w3c.dom.Element holder, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
| public void <init>(
org.w3c.dom.Element holder, java.util.Properties pathMap, org.apache.xpath.CachedXPathAPI cxpa, boolean force
)
throws biz.hammurapi.config.ConfigurationException | Constructor from DOM element |
| public void <init>(
java.sql.ResultSet rs
)
throws java.sql.SQLException | Constructor from row |
| public Object clone(
)
throws java.lang.CloneNotSupportedException | Deep clone - clones columns. |
| public String getDescription(
)
| Accessor for DESCRIPTION |
| public String getFunctionName(
)
| Accessor for FUNCTION_NAME |
| public int getFunctionParameterCount(
)
| Accessor for FUNCTION_PARAMETER_COUNT |
| public int getMenuId(
)
| Accessor for MENU_ID |
| public String getParameterExpression(
)
| Accessor for PARAMETER_EXPRESSION |
| public int getParameterPosition(
)
| Accessor for PARAMETER_POSITION |
| public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer
)
| Returns database backed collection with elements of type biz.hammurapi.web.menu.sql.FunctionBindingImpl |
| public static java.util.Collection project(
biz.hammurapi.sql.SQLProcessor processor, String sql, biz.hammurapi.sql.Parameterizer parameterizer, java.util.Collection receiver
)
throws java.sql.SQLException | Populates receiver collection with elements of type biz.hammurapi.web.menu.sql.FunctionBindingImpl and returns it |
| public void setDescription(
String Description
)
| Mutator for DESCRIPTION |
| public void setFunctionName(
String FunctionName
)
| Mutator for FUNCTION_NAME |
| public void setFunctionParameterCount(
int FunctionParameterCount
)
| Mutator for FUNCTION_PARAMETER_COUNT |
| public void setMenuId(
int MenuId
)
| Mutator for MENU_ID |
| public void setParameterExpression(
String ParameterExpression
)
| Mutator for PARAMETER_EXPRESSION |
| public void setParameterPosition(
int ParameterPosition
)
| Mutator for PARAMETER_POSITION |
| Name | Type | Modifiers | Attributes |
| _projector | biz.hammurapi.sql.Projector |
| |
| class$Description | java.lang.Class |
| |
| class$FunctionName | java.lang.Class |
| |
| class$ParameterExpression | java.lang.Class |
| |
| Description | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | DESCRIPTION |
| java-type | java.lang.String |
| label | Description |
| nullable | yes |
|
| FunctionName | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | FUNCTION_NAME |
| java-type | java.lang.String |
| label | Function name |
| primary-key | yes |
|
| FunctionParameterCount | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | FUNCTION_PARAMETER_COUNT |
| java-type | int |
| label | Function parameter count |
| primary-key | yes |
|
| MenuId | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | MENU_ID |
| java-type | int |
| label | Menu id |
| primary-key | yes |
|
| ParameterExpression | biz.hammurapi.sql.columns.ObjectColumn |
|
| Name | Value |
| column | yes |
| database-name | PARAMETER_EXPRESSION |
| java-type | java.lang.String |
| label | Parameter expression |
| nullable | yes |
|
| ParameterPosition | biz.hammurapi.sql.columns.IntColumn |
|
| Name | Value |
| column | yes |
| database-name | PARAMETER_POSITION |
| java-type | int |
| label | Parameter position |
| primary-key | yes |
|