G:\NodejsProject\NodejsDemo>node ./hgdbsm3.js Press any key to exit null Result { command: 'SELECT', rowCount: 1, oid: null, rows: [ { id: 1, jsname: 'nodejs-sm3' } ], fields: [ Field { name: 'id', tableID: 1065313, columnID: 1, dataTypeID: 23, dataTypeSize: 4, dataTypeModifier: -1, format: 'text' }, Field { name: 'jsname', tableID: 1065313, columnID: 2, dataTypeID: 1043, dataTypeSize: -1, dataTypeModifier: 14, format: 'text' } ], _parsers: [ [Function: parseInteger], [Function: noParse] ], _types: TypeOverrides { _types: { getTypeParser: [Function: getTypeParser], setTypeParser: [Function: setTypeParser], arrayParser: [Object], builtins: [Object] }, text: {}, binary: {} }, RowCtor: null, rowAsArray: false }
|