Lines Matching refs:CTuple

1359 CConnection::__enter__(const pythonpp::CTuple& args)  in __enter__()
1365 CConnection::close(const pythonpp::CTuple& args) in close()
1377 CConnection::cursor(const pythonpp::CTuple& args) in cursor()
1383 CConnection::commit(const pythonpp::CTuple& args) in commit()
1389 CConnection::rollback(const pythonpp::CTuple& args) in rollback()
1395 CConnection::transaction(const pythonpp::CTuple& args) in transaction()
1595 CTransaction::__enter__(const pythonpp::CTuple& args) in __enter__()
1601 CTransaction::close(const pythonpp::CTuple& args) in close()
1618 CTransaction::cursor(const pythonpp::CTuple& args) in cursor()
1629 CTransaction::commit(const pythonpp::CTuple& args) in commit()
1642 CTransaction::rollback(const pythonpp::CTuple& args) in rollback()
2488 pythonpp::CTuple
2498 pythonpp::CTuple tuple(col_num); in MakeTupleFromResult()
2510 pythonpp::CTuple
2516 pythonpp::CTuple tuple(col_num); in MakeTupleFromResult()
2602 CCursor::callproc(const pythonpp::CTuple& args) in callproc()
2641 || pythonpp::CTuple::HasSameType(obj) ) in callproc()
2709 CCursor::__enter__(const pythonpp::CTuple& args) in __enter__()
2715 CCursor::close(const pythonpp::CTuple& args) in close()
2731 CCursor::execute(const pythonpp::CTuple& args) in execute()
2766 || pythonpp::CTuple::HasSameType(obj) ) in execute()
2923 CCursor::executemany(const pythonpp::CTuple& args) in executemany()
2951 if ( pythonpp::CList::HasSameType(obj) || pythonpp::CTuple::HasSameType(obj) ) { in executemany()
2967 || pythonpp::CTuple::HasSameType(*citer) ) in executemany()
3002 CCursor::fetchone(const pythonpp::CTuple& args) in fetchone()
3033 CCursor::fetchmany(const pythonpp::CTuple& args) in fetchmany()
3088 CCursor::fetchall(const pythonpp::CTuple& args) in fetchall()
3166 CCursor::nextset(const pythonpp::CTuple& args) in nextset()
3189 CCursor::setinputsizes(const pythonpp::CTuple& args) in setinputsizes()
3195 CCursor::setoutputsize(const pythonpp::CTuple& args) in setoutputsize()
3201 CCursor::get_proc_return_status(const pythonpp::CTuple& args) in get_proc_return_status()
3256 pythonpp::CObject row = m_Cursor->fetchone(pythonpp::CTuple()); in GetNext()
3735 const pythonpp::CTuple func_args(args); in ReturnStrsAsUnicode()
3754 const pythonpp::CTuple func_args(args); in ReleaseGlobalLock()
3792 const pythonpp::CTuple func_args(args); in Connect()
3849 const pythonpp::CTuple func_args(args); in Date()
3893 const pythonpp::CTuple func_args(args); in Time()
3941 const pythonpp::CTuple func_args(args); in Timestamp()
4073 const pythonpp::CTuple func_args(args); in Binary()
4445 pythonpp::CTuple args(2); in Post()