xmlBlaster 1.6.2 contributions API

Uses of Class
org.xmlBlaster.contrib.dbwriter.info.SqlColumn

Packages that use SqlColumn
org.xmlBlaster.contrib.dbwriter.info   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
 

Uses of SqlColumn in org.xmlBlaster.contrib.dbwriter.info
 

Methods in org.xmlBlaster.contrib.dbwriter.info that return SqlColumn
static SqlColumn SqlColumn.getComplete()
           
 SqlColumn SqlColumn.doClone()
           
 SqlColumn[] SqlDescription.getColumns()
           
 SqlColumn SqlDescription.getColumn(java.lang.String colName)
           
 SqlColumn SqlDescription.getColumnAtPosition(int pos)
          Gets the column at position given by pos.
 

Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type SqlColumn
 boolean SqlColumn.isSame(SqlColumn col)
           
 void SqlDescription.addColumn(SqlColumn column)
           
 

Uses of SqlColumn in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication with parameters of type SqlColumn
 java.lang.StringBuffer I_DbSpecific.getColumnStatement(SqlColumn colInfoDescription)
          This method should actually be protected since it is not used on the outside.
 

Uses of SqlColumn in org.xmlBlaster.contrib.replication.impl
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type SqlColumn
 java.lang.StringBuffer SpecificDbReadonly.getColumnStatement(SqlColumn colInfoDescription)
           
 java.lang.StringBuffer SpecificPostgres.getColumnStatement(SqlColumn colInfoDescription)
          Helper method used to construct the CREATE TABLE statement part belonging to a single COLUMN.
 java.lang.StringBuffer SpecificDB2.getColumnStatement(SqlColumn colInfoDescription)
          Helper method used to construct the CREATE TABLE statement part belonging to a single COLUMN.
 java.lang.StringBuffer SpecificOracle.getColumnStatement(SqlColumn colInfoDescription)
          Helper method used to construct the CREATE TABLE statement part belonging to a single COLUMN.
 


xmlBlaster 1.6.2 contributions API

Copyright © 1999-2007 The xmlBlaster.org contributers.