Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Interface DataType


public interface DataType

Presentation of supported internal database data types


Method Summary
 java.lang.String getCode()
          Get the internal database type code, such as TEXT_30, TEXT_80, etc...
 java.lang.String getDBType()
          Get the actual database data type, such as NUMBER, VARCHAR2
 java.lang.Long getLength()
          Get the length definition of the database data type if applicable

 

Method Detail

getCode

public java.lang.String getCode()
Get the internal database type code, such as TEXT_30, TEXT_80, etc...

getDBType

public java.lang.String getDBType()
Get the actual database data type, such as NUMBER, VARCHAR2

getLength

public java.lang.Long getLength()
Get the length definition of the database data type if applicable

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.