|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dao.DataType
pt.despodata.java.ddata.DDataType
Gestao dos tipos de dados da BD Poderia eventualmente ser uma extensao ao sql.Types.
Types| Field Summary | |
static boolean |
temporaryFocus
|
| Fields inherited from class pt.moredata.dao.DataType |
BIGINT, BINARY, BIT, CHAR, DATE, DECIMAL, DOUBLE, FLOAT, IMAGE, INTEGER, LONGVARBINARY, LONGVARCHAR, NULL, NUMERIC, OTHER, REAL, SMALLINT, TIME, TIMESTAMP, TINYINT, VARBINARY, VARCHAR |
| Constructor Summary | |
DDataType()
Deprecated. Esta classe foi substituida pela classe DataType |
|
DDataType(DataType dataType)
Deprecated. Esta classe foi substituida pela classe DataType |
|
DDataType(int dataType)
Deprecated. Esta classe foi substituida pela classe DataType |
|
DDataType(int dataType,
java.lang.String dataTypeDescription)
Deprecated. Esta classe foi substituida pela classe DataType |
|
| Method Summary | |
static java.text.DecimalFormat |
generalFormat(java.lang.String pattern)
|
static int |
getAlignment(int _dataType)
Devolve o alinhamento usado consoante o tipo de dados |
java.lang.String |
getDataTypeDescription()
Devolve a descricao do tipo de dados. |
static DDataFieldInfo |
getTypeInformation(int type)
Devolve informacao diversa sobre um tipo de dados |
static java.text.DecimalFormat |
localeFormat(java.lang.String pattern)
|
| Methods inherited from class pt.moredata.dao.DataType |
getColLength, getColLength, getColLength, getDataType, getDataTypeDescription, getDataTypeInfo, getDataTypes, getFormatedNumber, getFormatedString, getObjectValue, getSqlChars, getSqlDataType, makeFormat, makeFormat, numberMask, setDataType, validateObjectType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static boolean temporaryFocus
| Constructor Detail |
public DDataType(int dataType)
DataType
public DDataType(int dataType,
java.lang.String dataTypeDescription)
DataType
public DDataType()
DataType
public DDataType(DataType dataType)
DataType
DataType
| Method Detail |
public static java.text.DecimalFormat generalFormat(java.lang.String pattern)
public static int getAlignment(int _dataType)
public static DDataFieldInfo getTypeInformation(int type)
type - tipo de dados a procurar
public static java.text.DecimalFormat localeFormat(java.lang.String pattern)
public java.lang.String getDataTypeDescription()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||