Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface DataType


public interface DataType

Presentation of supported PTG 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
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.