Subversion Repositories DevTools

Rev

Rev 5299 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5299 Rev 5306
Line 65... Line 65...
65
const ORATYPE_CLOB = 112
65
const ORATYPE_CLOB = 112
66
const ORATYPE_BLOB = 113
66
const ORATYPE_BLOB = 113
67
const ORATYPE_BFILE = 114
67
const ORATYPE_BFILE = 114
68
const ORATYPE_VARRAY = 247
68
const ORATYPE_VARRAY = 247
69
const ORATYPE_TABLE = 248
69
const ORATYPE_TABLE = 248
-
 
70
const ORATYPE_CURSOR = 102
70
 
71
 
71
const ORAPARM_INPUT=1	
72
const ORAPARM_INPUT=1	
72
const ORAPARM_OUTPUT=2	
73
const ORAPARM_OUTPUT=2	
73
const ORAPARM_BOTH=3
74
const ORAPARM_BOTH=3
74
 
75