Documentation of 'com.ziclix.python.sql.util.BCP' Java class
BCP
com.ziclix.python.sql.util

Class BCP

    • Constructor Detail

      • BCP

        public BCP(PyConnection source,
                   PyConnection destination)
        The source connection will produce the rows while the destination connection will consume the rows and coerce as necessary for the destination database.
      • BCP

        public BCP(PyConnection source,
                   PyConnection destination,
                   int batchsize)
        The source connection will produce the rows while the destination connection will consume the rows and coerce as necessary for the destination database.
        Parameters:
        batchsize - used to batch the inserts on the destination
    • Method Detail

      • toString

        public java.lang.String toString()
        String representation of the object.
        Overrides:
        toString in class PyObject
        Returns:
        a string representation of the object.
      • __findattr_ex__

        public PyObject __findattr_ex__(java.lang.String name)
        Gets the value of the attribute name.
        Overrides:
        __findattr_ex__ in class PyObject
        Parameters:
        name -
        Returns:
        the attribute for the given name
      • classDictInit

        public static void classDictInit(PyObject dict)
        Initializes the object's namespace.
        Parameters:
        dict -

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.