Get<type>

PowerBuilder Native Interface

IPB_Value interface:

Get<type> method

Description

Syntax

GetArray ( ) 
GetBlob( ) 
GetBool ( ) 
GetByte ( ) 
GetChar ( ) 
GetDate ( ) 
GetDateTime( ) 
GetDecimal ( ) 
GetDouble ( ) 
GetInt ( ) 
GetLong( ) 
GetLongLong( ) 
GetObject ( ) 
GetReal( ) 
GetString ( ) 
GetTime( ) 
GetUint( ) 
GetUlong ( ) 

Return Values

Examples

Session -> SplitDate(ci-> pArgs -> GetAt(0) ->
   GetDate(),&yy,&mm,&dd);

Usage

See Also