Method setTypeMap(Map
> map)
Return type: void
Member of:
java.sql.Connection
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
public void setTypeMap(Map map) throws SQLException { checkOpen(); _conn.setTypeMap(map);}
2
connection.setTypeMap( map );
3
_connection.setTypeMap(map);
4
_conn.setTypeMap(map);
5
connection.setTypeMap(map);
6
this.connection.setTypeMap(typeMap);
7
conn.setTypeMap(map);
8
connection.setTypeMap(map);
9
delegate_.setTypeMap( map );
10
m_connection.setTypeMap( map );
11
connection.setTypeMap(map);
12
con.setTypeMap(newmap);
13
conn.setTypeMap(this.map);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.