xmlBlaster 2.2.0 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
 SqlColumn SqlColumn.doClone()
           
 SqlColumn SqlDescription.getColumn(java.lang.String colName)
           
 SqlColumn SqlDescription.getColumnAtPosition(int pos)
          Gets the column at position given by pos.
 SqlColumn[] SqlDescription.getColumns()
           
static SqlColumn SqlColumn.getComplete()
           
 

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

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 SpecificOracle.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 SpecificPostgres.getColumnStatement(SqlColumn colInfoDescription)
          Helper method used to construct the CREATE TABLE statement part belonging to a single COLUMN.
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.