org.sql.generation.api.grammar.factories.pgsql
Interface PgSQLDataTypeFactory

All Superinterfaces:
DataTypeFactory

public interface PgSQLDataTypeFactory
extends DataTypeFactory

This is factory for creating SQL pre-defined types, as well as types specific for PostgreSQL.

Author:
Stanislav Muhametsin

Method Summary
 Text text()
          Creates the data type representing TEXT data type.
 
Methods inherited from interface org.sql.generation.api.grammar.factories.DataTypeFactory
bigInt, date, dayTimeInterval, decimal, decimal, decimal, doublePrecision, integer, numeric, numeric, numeric, real, smallInt, sqlBoolean, sqlChar, sqlChar, sqlFloat, sqlFloat, sqlVarChar, sqlVarChar, time, time, time, time, timeStamp, timeStamp, timeStamp, timeStamp, userDefined, yearMonthInterval
 

Method Detail

text

Text text()
Creates the data type representing TEXT data type.

Returns:
The data type representing TEXT data type.


Copyright © 2010-2011. All Rights Reserved.