|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdeveloper.cm.ds.db.DataType
DataType - Represents an database data type.
getOracleDataTypes
- returns list of all Oracle
data typesgetAnsiDataTypes
- returns list of all ANSI data typesgetOracleForAnsi
- returns Oracle data type for ANSIgetAnsiForOracle
- returns ANSI data type for OracleField Summary | |
static DataType |
ANSI_CHARACTER
|
static DataType |
ANSI_CHARACTER_VARYING
|
static DataType |
ANSI_DATE
|
static DataType |
ANSI_DATETIME
|
static DataType |
ANSI_DECIMAL
|
static DataType |
ANSI_DOUBLE_PRECISION
|
static DataType |
ANSI_FLOAT
|
static DataType |
ANSI_INT
|
static DataType |
ANSI_INTEGER
|
static DataType |
ANSI_NUMERIC
|
static DataType |
ANSI_REAL
|
static DataType |
ANSI_SMALLINT
|
static DataType |
ANSI_TIME
|
static DataType |
ORA_BFILE
|
static DataType |
ORA_BLOB
|
static DataType |
ORA_CHAR
|
static DataType |
ORA_CLOB
|
static DataType |
ORA_DATE
|
static DataType |
ORA_LONG
|
static DataType |
ORA_LONG_RAW
|
static DataType |
ORA_NCHAR
|
static DataType |
ORA_NCLOB
|
static DataType |
ORA_NUMBER
|
static DataType |
ORA_NVARCHAR2
|
static DataType |
ORA_RAW
|
static DataType |
ORA_ROWID
|
static DataType |
ORA_UROWID
|
static DataType |
ORA_VARCHAR2
|
Method Summary | |
static java.util.List |
getAnsiDataTypes()
Returns a list of ANSI data types |
static DataType |
getAnsiForOracle(DataType oraDataType)
Returns the ANSI data type for given Oracle data type |
long |
getMaxPrecision()
|
long |
getMaxScale()
|
long |
getMinScale()
|
java.lang.String |
getName()
|
static java.util.List |
getOracleDataTypes()
Returns a list of Oracle data types |
static DataType |
getOracleForAnsi(DataType ansiDataType)
Returns the Oracle data type for given ANSI data type |
boolean |
isAllowPrecision()
|
boolean |
isAllowScale()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final DataType ANSI_CHARACTER
public static final DataType ANSI_CHARACTER_VARYING
public static final DataType ANSI_NUMERIC
public static final DataType ANSI_DECIMAL
public static final DataType ANSI_INTEGER
public static final DataType ANSI_INT
public static final DataType ANSI_SMALLINT
public static final DataType ANSI_FLOAT
public static final DataType ANSI_DOUBLE_PRECISION
public static final DataType ANSI_REAL
public static final DataType ANSI_DATE
public static final DataType ANSI_TIME
public static final DataType ANSI_DATETIME
public static final DataType ORA_VARCHAR2
public static final DataType ORA_NVARCHAR2
public static final DataType ORA_NUMBER
public static final DataType ORA_LONG
public static final DataType ORA_DATE
public static final DataType ORA_RAW
public static final DataType ORA_LONG_RAW
public static final DataType ORA_ROWID
public static final DataType ORA_UROWID
public static final DataType ORA_CHAR
public static final DataType ORA_NCHAR
public static final DataType ORA_CLOB
public static final DataType ORA_NCLOB
public static final DataType ORA_BLOB
public static final DataType ORA_BFILE
Method Detail |
public final java.lang.String getName()
public final boolean isAllowPrecision()
public final boolean isAllowScale()
public final long getMaxPrecision()
public final long getMinScale()
public final long getMaxScale()
public java.lang.String toString()
toString
in class java.lang.Object
public static java.util.List getAnsiDataTypes()
public static java.util.List getOracleDataTypes()
public static DataType getAnsiForOracle(DataType oraDataType)
public static DataType getOracleForAnsi(DataType ansiDataType)
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.