org.webdocwf.util.loader
Class QueryInsertRowCt

java.lang.Object
  extended byorg.webdocwf.util.loader.QueryInsertRowCt

public class QueryInsertRowCt
extends java.lang.Object

QueryInsertRowCt class is used for creating string representation of prepereStatement for inserting the tables ( tag)

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
QueryInsertRowCt(boolean bOidLogicCurrentTable, boolean isTOS, java.util.Vector vecNewColumnNames, java.util.Vector vecNewColumnTypes, java.lang.String tableName, java.math.BigDecimal bdecOidNumber, java.lang.String oidColumnName, java.lang.String versionColumnName, java.lang.String oidType, java.lang.String versionType, java.util.Hashtable sqlToJavaMap)
          Public constructor of QueryInsertRowCt class.
 
Method Summary
 java.lang.String getPreperedStatementForInsert()
          This method read value of pstmt parameter, which represent prepereStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryInsertRowCt

public QueryInsertRowCt(boolean bOidLogicCurrentTable,
                        boolean isTOS,
                        java.util.Vector vecNewColumnNames,
                        java.util.Vector vecNewColumnTypes,
                        java.lang.String tableName,
                        java.math.BigDecimal bdecOidNumber,
                        java.lang.String oidColumnName,
                        java.lang.String versionColumnName,
                        java.lang.String oidType,
                        java.lang.String versionType,
                        java.util.Hashtable sqlToJavaMap)
Public constructor of QueryInsertRowCt class. Construct object QueryInsertRowCt with an associated parameters.

Parameters:
bOidLogicCurrentTable - is boolean object, which decide is oid logic true or false
isTOS - is boolean object, which decide is oid logic true or false
vecNewColumnNames - defines Vector object of column names
vecNewColumnTypes - defines Vector object of column types
tableName - defines current table name
bdecOidNumber - defines value of oid column
Method Detail

getPreperedStatementForInsert

public java.lang.String getPreperedStatementForInsert()
This method read value of pstmt parameter, which represent prepereStatement

Returns:
value of parameter


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.