|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dao.core.GenericMetaField
pt.moredata.dao.core.PublicGenericMetaField
pt.moredata.dao.DataMetaField
This is the interface used for representing one column of the DataAccessObject. Company MoreData
| Field Summary |
| Fields inherited from class pt.moredata.dao.core.PublicGenericMetaField |
_tableAlias, _tableName, specialTypesNames |
| Fields inherited from interface pt.moredata.dao.MetaField |
NONE, SERIAL |
| Constructor Summary | |
DataMetaField(MetaField metaField)
Deprecated. |
|
DataMetaField(java.lang.String columnName)
Deprecated. Cria uma novoa representação de uma coluna de uma tabela. |
|
DataMetaField(java.lang.String tableName,
java.lang.String columnName)
Deprecated. Cria uma novoa representação de uma coluna de uma tabela. |
|
| Method Summary | |
void |
dump(java.lang.String _prefix)
Deprecated. |
boolean |
getAcceptNulls()
Deprecated. Use method isAcceptNull() instead. |
int |
getDataSetIndex()
Deprecated. Use method getDAOIndex() instead. |
java.lang.Object |
getFixedValue()
Deprecated. Use the method getDefaultValue() instead. |
boolean |
getIsUpdateable()
Deprecated. Use method isUpdateable() instead. |
int |
getNumChars()
Deprecated. Use method getLength() instead. |
java.lang.Object |
getQueryValue()
Deprecated. This method will be removed and will not have a replacment. |
void |
setAcceptNulls(boolean acceptNulls)
Deprecated. Use method setAcceptNull(boolean acceptNull) instead. |
void |
setDataSetIndex(int dataSetIndex)
Deprecated. Use method setDAOIndex(int index) instead. |
void |
setFixedValue(java.lang.Object value)
Deprecated. Use the method setDefaultValue(Object value) instead. |
void |
setIsUpdateable(boolean isUpdateable)
Deprecated. Use method setUpdateable(boolean isUpdateable) instead. |
void |
setNumChars(int numChars)
Deprecated. Use method setLength(int numChars) instead. |
void |
setQueryValue(java.lang.Object queryValue)
Deprecated. This method will be removed and will not have a replacment. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataMetaField(java.lang.String tableName,
java.lang.String columnName)
throws java.lang.NullPointerException
tableName - Nome da tabela.columnName - Nome da coluna.
java.lang.NullPointerException - If the columnNAme is null.
public DataMetaField(java.lang.String columnName)
throws java.lang.NullPointerException
columnName - Nome da coluna.
java.lang.NullPointerException - If the columnNAme is null.public DataMetaField(MetaField metaField)
| Method Detail |
public boolean getAcceptNulls()
public int getDataSetIndex()
public java.lang.Object getFixedValue()
public boolean getIsUpdateable()
public int getNumChars()
public java.lang.Object getQueryValue()
public void setAcceptNulls(boolean acceptNulls)
acceptNulls - True if the column accepts null, false otherwise.public void setDataSetIndex(int dataSetIndex)
public void setFixedValue(java.lang.Object value)
throws DAORuntimeException
value - The new fixed value of the column.
DAORuntimeException - se o campo for contador ou se o campo
for do tipo serialpublic void setIsUpdateable(boolean isUpdateable)
public void setNumChars(int numChars)
numChars - Número de caracterespublic void setQueryValue(java.lang.Object queryValue)
queryValue - Valor de querypublic void dump(java.lang.String _prefix)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||