std::auto_ptr< sql::Statement > stmt(con->createStatement());
I looked through my textbook but there is no mention of anything of this sort. Can someone tell me what it is called so I can look it up? The only use of "<" I know is as a binary less-then operator.