org.webdocwf.util.loader
Class QueryInsertRowCt
java.lang.Object
org.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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 falseisTOS
- is boolean object, which decide is oid logic true or falsevecNewColumnNames
- defines Vector object of column namesvecNewColumnTypes
- defines Vector object of column typestableName
- defines current table namebdecOidNumber
- defines value of oid column
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.