Class PostgreSQLCopyParsedStatement

  • All Implemented Interfaces:
    SqlStatement

    public class PostgreSQLCopyParsedStatement
    extends ParsedSqlStatement
    A PostgreSQL COPY FROM STDIN statement.
    • Constructor Detail

      • PostgreSQLCopyParsedStatement

        public PostgreSQLCopyParsedStatement​(int pos,
                                             int line,
                                             int col,
                                             String sql,
                                             String copyData)
        Creates a new PostgreSQL COPY ... FROM STDIN statement.
    • Method Detail