com.agimatec.sql.meta.postgres
Class PostgresJdbcSqlMetaFactory

java.lang.Object
  extended by com.agimatec.sql.meta.checking.JdbcSqlMetaFactory
      extended by com.agimatec.sql.meta.postgres.PostgresJdbcSqlMetaFactory
All Implemented Interfaces:
SqlMetaFactory

public class PostgresJdbcSqlMetaFactory
extends JdbcSqlMetaFactory

Description:
User: roman.stumm
Date: 10.03.2008
Time: 10:41:46
Copyright: Agimatec GmbH


Nested Class Summary
 
Nested classes/interfaces inherited from class com.agimatec.sql.meta.checking.JdbcSqlMetaFactory
JdbcSqlMetaFactory.TableIdentifier
 
Constructor Summary
PostgresJdbcSqlMetaFactory(JdbcDatabase database)
           
 
Method Summary
protected  JdbcSqlMetaFactory.TableIdentifier createTableIdentifier(java.lang.String table)
           
 void equalizeColumn(ColumnDescription cd)
           
 
Methods inherited from class com.agimatec.sql.meta.checking.JdbcSqlMetaFactory
addTables, buildCatalog, createTable, getDatabase, isColumns, isForeignKeys, isIndices, isPrimaryKeys, loadColumns, loadForeignKeys, loadIndexes, loadPrimaryKey, loadTypes, setColumns, setForeignKeys, setIndices, setPrimaryKeys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgresJdbcSqlMetaFactory

public PostgresJdbcSqlMetaFactory(JdbcDatabase database)
Method Detail

equalizeColumn

public void equalizeColumn(ColumnDescription cd)
Overrides:
equalizeColumn in class JdbcSqlMetaFactory

createTableIdentifier

protected JdbcSqlMetaFactory.TableIdentifier createTableIdentifier(java.lang.String table)
Overrides:
createTableIdentifier in class JdbcSqlMetaFactory


Copyright © 2008-2012. All Rights Reserved.