Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

sectionpage

ODXSQL - Commands - SET Options

Example

SET

 

ODXSQL

Special Characters

System Commands

Getting Help

Commands

 

 

ENDIAN

SET ENDIAN <BIG | LITTLE | NATIVE | OPPOSITE>

The ENDIAN set option defines the byte-ordering for fetched data. Native is the default setting for this option.

BIG will cause data to be fetched in BIG_ENDIAN format.

LITTLE will cause data to be fetched in LITTLE_ENDIAN format.

NATIVE will cause data to be fetched in the format native to the operating system.

OPPOSITE will cause data to be fetched in the format opposite the native operating system.

 

Example

>SET ENDIAN BIG

Top