MCPcopy Create free account
hub / github.com/SPLWare/esProc / writeInt

Method writeInt

src/main/java/com/scudata/server/odbc/DataTypes.java:68–74  ·  view source on GitHub ↗

往输出流写一个整数 out为null时用于检验数据是否都支持,对于不支持的数据, 要提前校验;否则写了成功标志后,再抛异常,就乱套了。 @param out 输出流 @param size 32位整数 @throws Exception

(OutputStream out, int size)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

doMainMethod · 0.95
writeOdbcResponseMethod · 0.95
serveODBCMethod · 0.95
writeStringMethod · 0.95
writeBinaryMethod · 0.95
writeObjectMethod · 0.95
writeRowDataMethod · 0.95
writeTableMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected