railo.runtime.query.caster
Interface Cast

All Known Implementing Classes:
ArrayCast, BitCast, BlobCast, ClobCast, DateCast, OracleOpaqueCast, OtherCast, TimeCast, TimestampCast

public interface Cast


Field Summary
static Cast ARRAY
           
static Cast BIT
           
static Cast BLOB
           
static Cast CLOB
           
static Cast DATE
           
static Cast ORACLE_OPAQUE
           
static Cast OTHER
           
static Cast TIME
           
static Cast TIMESTAMP
           
 
Method Summary
 Object toCFType(int type, ResultSet rst, int columnIndex)
           
 

Field Detail

ARRAY

static final Cast ARRAY

BIT

static final Cast BIT

BLOB

static final Cast BLOB

CLOB

static final Cast CLOB

DATE

static final Cast DATE

ORACLE_OPAQUE

static final Cast ORACLE_OPAQUE

OTHER

static final Cast OTHER

TIME

static final Cast TIME

TIMESTAMP

static final Cast TIMESTAMP
Method Detail

toCFType

Object toCFType(int type,
                ResultSet rst,
                int columnIndex)
                throws SQLException,
                       IOException
Throws:
SQLException
IOException


Copyright © 2012 Railo