SQLJet Home

org.tmatesoft.sqljet.core.schema
Interface ISqlJetBlobLiteral

All Superinterfaces:
ISqlJetExpression, ISqlJetLiteralValue

public interface ISqlJetBlobLiteral
extends ISqlJetLiteralValue

Blob literal.

Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)

Method Summary
 byte[] getValue()
           Blob value as bytes array.
 

Method Detail

getValue

byte[] getValue()

Blob value as bytes array.

IMPORTANT: Do not modify the returned array!

Specified by:
getValue in interface ISqlJetExpression
Returns:
blob value

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.