Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

uesqlc::TIdentifier Class Reference

List of all members.

Public Methods

 TIdentifier ()
 TIdentifier (final TIdentifier ktIDENTIFIER)
 TIdentifier (final String kySTRING)

Static Public Methods

TIdentifier _valueOf (final String kySOURCE)

Detailed Description

SQL type for identifiers (such as the name of an attribute, relation, view, schema, cursor, etc.).

Definition at line 34 of file TIdentifier.java.


Constructor & Destructor Documentation

uesqlc::TIdentifier::TIdentifier   [inline]
 

Builds a new instance.

Postcondition:
( isNull() )

Definition at line 48 of file TIdentifier.java.

Referenced by uesqlc::TIdentifier::_valueOf().

uesqlc::TIdentifier::TIdentifier final TIdentifier    ktIDENTIFIER [inline]
 

Builds a new instance.

Parameters:
ktIDENTIFIER  Source identifier.
Postcondition:
( isNull() == ktIDENTIFIER.isNull() )

Definition at line 55 of file TIdentifier.java.

uesqlc::TIdentifier::TIdentifier final String    kySTRING [inline]
 

Builds a new instance.

Parameters:
kySTRING  Source string.
Postcondition:
( isNull() == ( null == kySTRING ) )

Definition at line 68 of file TIdentifier.java.


Member Function Documentation

TIdentifier uesqlc::TIdentifier::_valueOf final String    kySOURCE [inline, static]
 

Returns a new instance built from kySOURCE.

Parameters:
kySOURCE  Source string.
Returns:
A new instance.

Definition at line 99 of file TIdentifier.java.

References uesqlc::TIdentifier::TIdentifier().


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:40:11 2003 for UESQLC by doxygen1.2.18