|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.dataengine.display.StoredProcedurePropertyGroup
Contains properties dealing with stored procedures
Field Summary | |
static java.lang.String |
ROW_COLLECTION
|
static java.lang.String |
STORED_PROCEDURE
|
static java.lang.String |
SUCCESS_MESSAGE
|
static java.lang.String |
TABLES
|
Fields inherited from class planetj.property.PropertyGroup |
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
StoredProcedurePropertyGroup()
StoredProcedurePropertyGroup constructor comment. |
|
StoredProcedurePropertyGroup(int initialCapacity)
StoredProcedurePropertyGroup constructor comment. |
|
StoredProcedurePropertyGroup(java.lang.String pName)
StoredProcedurePropertyGroup constructor comment. |
Method Summary | |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
java.util.List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
java.util.List |
getTableNames()
Gets a list of the fully qualified names of tables involved in the stored procedure |
java.util.List |
getTables(java.lang.String alias)
Gets a list of the Table objects used in the stored procedure |
boolean |
isRowCollectionStoredProcedure()
Tests if a RowCollection is returned by the stored procedure |
protected short |
propertyType(java.lang.String pPropertyName)
Gets the type of property for a specified property name. |
Methods inherited from class java.util.HashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final java.lang.String STORED_PROCEDURE
public static final java.lang.String TABLES
public static final java.lang.String ROW_COLLECTION
public static final java.lang.String SUCCESS_MESSAGE
Constructor Detail |
public StoredProcedurePropertyGroup()
public StoredProcedurePropertyGroup(int initialCapacity)
initialCapacity
- intpublic StoredProcedurePropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class PropertyGroup
public java.util.List getRequiredPropertyNames()
getRequiredPropertyNames
in class PropertyGroup
public java.util.List getTableNames()
public java.util.List getTables(java.lang.String alias) throws CMException
alias
- The system alias to get the table objects for
CMException
public boolean isRowCollectionStoredProcedure()
protected short propertyType(java.lang.String pPropertyName)
propertyType
in class PropertyGroup
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |