Quadcap Embeddable Database

com.quadcap.sql.types.TypeDate Class Reference

Inheritance diagram for com.quadcap.sql.types.TypeDate:

com.quadcap.sql.types.Type Externalizable List of all members.

Detailed Description

The SQL DATE type.

Author:
Stan Bailes

Definition at line 57 of file TypeDate.java.

Public Member Functions

 TypeDate ()
String getTypeName ()
int getJDBCType ()
String getJDBCClassName ()
int getPrecision ()
int getScale ()
int getMaxPrecision ()
int getMinScale ()
int getMaxScale ()
boolean isCharType ()
boolean isCaseSensitive ()
boolean isCurrency ()
boolean isSigned ()
String toString ()
int getDisplayWidth ()
void readExternal (ObjectInput in)
void writeExternal (ObjectOutput out)
Value convert (Value v) throws ValueException
String getCreateParams ()

Static Public Attributes

final TypeDate typeDate = new TypeDate()


Constructor & Destructor Documentation

com.quadcap.sql.types.TypeDate.TypeDate  ) 
 

Definition at line 60 of file TypeDate.java.


Member Function Documentation

Value com.quadcap.sql.types.TypeDate.convert Value  v  )  throws ValueException
 

Implements com.quadcap.sql.types.Type.

Definition at line 100 of file TypeDate.java.

References com.quadcap.sql.types.TypeDate.convert().

Referenced by com.quadcap.sql.types.TypeDate.convert().

String com.quadcap.sql.types.TypeDate.getCreateParams  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 104 of file TypeDate.java.

int com.quadcap.sql.types.TypeDate.getDisplayWidth  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 92 of file TypeDate.java.

String com.quadcap.sql.types.TypeDate.getJDBCClassName  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 68 of file TypeDate.java.

int com.quadcap.sql.types.TypeDate.getJDBCType  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 66 of file TypeDate.java.

int com.quadcap.sql.types.TypeDate.getMaxPrecision  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 74 of file TypeDate.java.

int com.quadcap.sql.types.TypeDate.getMaxScale  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 78 of file TypeDate.java.

int com.quadcap.sql.types.TypeDate.getMinScale  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 76 of file TypeDate.java.

int com.quadcap.sql.types.TypeDate.getPrecision  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 70 of file TypeDate.java.

int com.quadcap.sql.types.TypeDate.getScale  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 72 of file TypeDate.java.

String com.quadcap.sql.types.TypeDate.getTypeName  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 62 of file TypeDate.java.

boolean com.quadcap.sql.types.TypeDate.isCaseSensitive  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 82 of file TypeDate.java.

boolean com.quadcap.sql.types.TypeDate.isCharType  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 80 of file TypeDate.java.

boolean com.quadcap.sql.types.TypeDate.isCurrency  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 84 of file TypeDate.java.

boolean com.quadcap.sql.types.TypeDate.isSigned  ) 
 

Implements com.quadcap.sql.types.Type.

Definition at line 86 of file TypeDate.java.

void com.quadcap.sql.types.TypeDate.readExternal ObjectInput  in  ) 
 

Definition at line 94 of file TypeDate.java.

References com.quadcap.sql.types.TypeDate.readExternal().

Referenced by com.quadcap.sql.types.TypeDate.readExternal().

String com.quadcap.sql.types.TypeDate.toString  ) 
 

Definition at line 88 of file TypeDate.java.

void com.quadcap.sql.types.TypeDate.writeExternal ObjectOutput  out  ) 
 

Definition at line 97 of file TypeDate.java.

References com.quadcap.sql.types.TypeDate.writeExternal().

Referenced by com.quadcap.sql.types.TypeDate.writeExternal().


Member Data Documentation

final TypeDate com.quadcap.sql.types.TypeDate.typeDate = new TypeDate() [static]
 

Definition at line 58 of file TypeDate.java.