alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

HSQLDB example source code file (data-type-names.properties)

This example HSQLDB source code file (data-type-names.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - HSQLDB tags/keywords

clob=clob, date=date, distinct=distinct, float=float, identity, identity, java_object=java_object, longvarbinary=longvarbinary, ref=ref, struct=struct, time=time, time=time, tinyint=tinyint, varchar_ignorecase=varchar_ignorecase

The HSQLDB data-type-names.properties source code

# default data-type-names
ARRAY=ARRAY
BIGINT=BIGINT
BIGINT_IDENTITY=BIGINT IDENTITY
BINARY=BINARY
BOOLEAN=BOOLEAN
BLOB=BLOB
CHAR=CHAR
CLOB=CLOB
DATALINK=DATALINK
DATE=DATE
DECIMAL=DECIMAL
DISTINCT=DISTINCT
DOUBLE=DOUBLE
FLOAT=FLOAT
INTEGER=INTEGER
INTEGER_IDENTITY=INTEGER IDENTITY
JAVA_OBJECT=JAVA_OBJECT
LONGVARBINARY=LONGVARBINARY
LONGVARCHAR=LONGVARCHAR
NULL=NULL
NUMERIC=NUMERIC
OTHER=OTHER
REAL=REAL
REF=REF
SMALLINT=SMALLINT
STRUCT=STRUCT
TIME=TIME
TIMESTAMP=TIMESTAMP
TINYINT=TINYINT
VARBINARY=VARBINARY
VARCHAR_IGNORECASE=VARCHAR_IGNORECASE
VARCHAR=VARCHAR
XML=XML

Other HSQLDB examples (source code examples)

Here is a short list of links related to this HSQLDB data-type-names.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.