Lines Matching refs:connection
49 /** represents a connection (session) with a specific
57 procedures, and the capabilities of this connection. This
197 /** sets this connection's auto-commit mode.
201 If a connection is in auto-commit mode, then all its SQL
268 /** tests to see if a connection is closed.
280 <TRUE/> if the connection is closed; <FALSE/> if it's still open.
287 /** gets the metadata regarding this connection's database.
293 procedures, the capabilities of this connection, and so on. This
306 /** puts this connection in read-only mode as a hint to enable
329 /** tests to see if the connection is in read-only mode.
331 <TRUE/> if connection is read-only and <FALSE/> otherwise.
393 /** gets the type map object associated with this connection. Only drivers
410 /** installs the given type map as the type map for this connection.