| com.knowgate.datacopy.DataStruct com.knowgate.datacopy.FullTableCopy
FullTableCopy | public class FullTableCopy extends DataStruct (Code) | | Copy data from one table to another
author: Sergio Montoro Ten version: 3.0 |
FullTableCopy | public FullTableCopy()(Code) | | |
Methods inherited from com.knowgate.datacopy.DataStruct | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void clear() throws SQLException(Code)(Java Doc) public void commit() throws SQLException(Code)(Java Doc) protected String composeError(String type, SAXParseException ex)(Code)(Java Doc) public void connectOrigin(String sDriver, String sURL, String sUsr, String sPwd, String sSchema) throws SQLException, ClassNotFoundException(Code)(Java Doc) public void connectTarget(String sDriver, String sURL, String sUsr, String sPwd, String sSchema) throws SQLException, ClassNotFoundException(Code)(Java Doc) public Object convert(Object oValue, int iSQLType)(Code)(Java Doc) public void createClassSource(String sPackage, String sSubClassName, String sFile) throws IOException(Code)(Java Doc) public void disconnectAll() throws SQLException(Code)(Java Doc) public void endElement(String uri, String localName, String qname) throws SAXException(Code)(Java Doc) public void error(SAXParseException ex) throws SAXException(Code)(Java Doc) protected void execCommands(String sTime, int iTable, Object PK, int cParams) throws SQLException, NullPointerException(Code)(Java Doc) public void fatalError(SAXParseException ex) throws SAXException(Code)(Java Doc) public Connection getOriginConnection()(Code)(Java Doc) protected Object getResult(int iRow, int iCol)(Code)(Java Doc) protected DataRowSet getRowSet(int i)(Code)(Java Doc) protected void getRows(Object[] OrPK, Object[] TrPK, int cParams, int iTable) throws SQLException(Code)(Java Doc) public Connection getTargetConnection()(Code)(Java Doc) public void insert(Object[] OrPK, Object[] TrPK, int cParams) throws SQLException, NullPointerException(Code)(Java Doc) public int mapType(int iSQLType)(Code)(Java Doc) public void parse(String sXMLFile) throws InstantiationException, IllegalAccessException, ClassNotFoundException, IOException, SAXException(Code)(Java Doc) public void parse(String sXMLFile, Properties oProps) throws InstantiationException, IllegalAccessException, ClassNotFoundException, IOException, SAXException(Code)(Java Doc) public void prepareStatements() throws SQLException(Code)(Java Doc) public void rollback() throws SQLException(Code)(Java Doc) protected void seekReferal(DataTransformation oTransform)(Code)(Java Doc) public void setAutoCommit(boolean bAutoCommit) throws SQLException(Code)(Java Doc) public void setOriginConnection(Connection oConn)(Code)(Java Doc) public void setTargetConnection(Connection oConn)(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String local, String raw, Attributes attrs) throws SAXException(Code)(Java Doc) public void update(Object[] OrPK, Object[] TrPK, int cParams) throws SQLException(Code)(Java Doc) public void warning(SAXParseException ex) throws SAXException(Code)(Java Doc)
|
|
|