edu.udo.cs.miningmart.m4
Interface RelationalDatatypes

All Known Implementing Classes:
RelationalDatatypes

public interface RelationalDatatypes

Version:
$Id: RelationalDatatypes.java,v 1.4 2006/09/27 14:59:57 euler Exp $
Author:
Timm Euler, Daniel Hakenjos

Field Summary
static java.lang.String RELATIONAL_DATATYPE_DATE
          Public constant indicating the relational datatype DATE
static java.lang.String RELATIONAL_DATATYPE_KEY
          Public constant indicating the relational datatype KEY
static java.lang.String RELATIONAL_DATATYPE_NUMBER
          Public constant indicating the relational datatype NUMBER
static java.lang.String RELATIONAL_DATATYPE_STRING
          Public constant indicating the relational datatype STRING
 
Method Summary
 java.util.Collection getAllRelationalDatatypeNames()
          Returns a collection of datatype names available in the M4 Schema.
 long getIdForName(java.lang.String name)
           
 java.lang.String getNameForId(long id)
           
 

Field Detail

RELATIONAL_DATATYPE_NUMBER

static final java.lang.String RELATIONAL_DATATYPE_NUMBER
Public constant indicating the relational datatype NUMBER

See Also:
Constant Field Values

RELATIONAL_DATATYPE_STRING

static final java.lang.String RELATIONAL_DATATYPE_STRING
Public constant indicating the relational datatype STRING

See Also:
Constant Field Values

RELATIONAL_DATATYPE_DATE

static final java.lang.String RELATIONAL_DATATYPE_DATE
Public constant indicating the relational datatype DATE

See Also:
Constant Field Values

RELATIONAL_DATATYPE_KEY

static final java.lang.String RELATIONAL_DATATYPE_KEY
Public constant indicating the relational datatype KEY

See Also:
Constant Field Values
Method Detail

getAllRelationalDatatypeNames

java.util.Collection getAllRelationalDatatypeNames()
Returns a collection of datatype names available in the M4 Schema.


getIdForName

long getIdForName(java.lang.String name)

getNameForId

java.lang.String getNameForId(long id)


Copyright © 2001-2005