W3cubDocs

/Haxe Java

Blob

package java.sql

@:abstract@:libType@:javaNative@:native("java.sql.Blob")@:javaCanonical("java.sql","Blob") Available on java

Methods

@:overload @:throws("java.sql.SQLException") free ():Void

@:overload @:throws("java.sql.SQLException") getBinaryStream (param1:Int64, param2:Int64):InputStream

@:overload @:throws("java.sql.SQLException") getBinaryStream ():InputStream

@:overload @:throws("java.sql.SQLException") getBytes (param1:Int64, param2:Int):NativeArray<Int8>

@:overload @:throws("java.sql.SQLException") length ():Int64

@:overload @:throws("java.sql.SQLException") position (param1:Blob, param2:Int64):Int64

@:overload @:throws("java.sql.SQLException") position (param1:NativeArray<Int8>, param2:Int64):Int64

@:overload @:throws("java.sql.SQLException") setBinaryStream (param1:Int64):OutputStream

@:overload @:throws("java.sql.SQLException") setBytes (param1:Int64, param2:NativeArray<Int8>, param3:Int, param4:Int):Int

@:overload @:throws("java.sql.SQLException") setBytes (param1:Int64, param2:NativeArray<Int8>):Int

@:overload @:throws("java.sql.SQLException") truncate (param1:Int64):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/sql/Blob.html