Which parameter-passing modes result in the marshalling of data from the client on its way to the server?
Consider the following statement: prepStmt = dbConn.prepareStatement ("INSERT INTO MyTable (ID, FSTNAME, LSTNAME VALUES (?,?,?