1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
| SELECT SDO_UTIL.TO_GEOJSON(LLDG_GEOM) AS infos FROM bdgsv2.FEATURE_GEOMETRY_VW WHERE REP_ID = 71430
Query results:
[
{
INFOS: Lob {
_events: {
close: undefined,
error: undefined,
prefinish: undefined,
finish: [Function: bound onceWrapper] {
listener: [Function (anonymous)]
},
drain: undefined,
data: undefined,
end: undefined,
readable: undefined
},
_readableState: ReadableState {
highWaterMark: 16384,
buffer: [],
bufferIndex: 0,
length: 0,
pipes: [],
awaitDrainWriters: null,
[Symbol(kState)]: 1052940
},
_writableState: WritableState {
highWaterMark: 16384,
length: 0,
corked: 0,
onwrite: [Function: bound onwrite],
writelen: 0,
bufferedIndex: 0,
pendingcb: 0,
[Symbol(kState)]: 17564428,
[Symbol(kBufferedValue)]: null
},
allowHalfOpen: true,
_maxListeners: undefined,
offset: 1,
_isActive: false,
_eventsCount: 1,
_impl: LobImpl {
_parentObj: ResultSetImpl {
_parentObj: ConnectionImpl {
_inProgress: false,
_dbObjectTypes: Map(0) {},
_requestQueue: [],
_osonMaxFieldNameSize: 255,
_connectString: '(DESCRIPTION= (ADDRESS=(PROTOCOL=TCP)(HOST=ORA-HPD-RE7)(PORT=1521)) (CONNECT_DATA=(SERVER=DEDICATED)(SID=HPDTEST)) )',
_user: 'BROWSER'
},
metaData: [
{
name: 'INFOS',
dbType: DbType {
num: 2017,
name: 'DB_TYPE_CLOB',
columnTypeName: 'CLOB',
_bufferSizeFactor: 112,
_oraTypeNum: 112,
_csfrm: 1
},
nullable: true,
isJson: false,
isOson: false,
dbTypeName: 'CLOB',
fetchType: DbType {
num: 2017,
name: 'DB_TYPE_CLOB',
columnTypeName: 'CLOB',
_bufferSizeFactor: 112,
_oraTypeNum: 112,
_csfrm: 1
}
}
],
lobIndices: [ 0 ],
dbObjectIndices: [],
nestedCursorIndices: [],
converterIndices: [],
outFormat: 4002,
fetchArraySize: 100,
dbObjectAsPojo: false,
maxRows: 0
}
},
_chunkSize: 8132,
_pieceSize: 8132,
_length: 458,
_type: DbType {
num: 2017,
name: 'DB_TYPE_CLOB',
columnTypeName: 'CLOB',
_bufferSizeFactor: 112,
_oraTypeNum: 112,
_csfrm: 1
},
_autoCloseLob: true,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false
}
}
] |
Partager