Interface | Description |
---|---|
Array | |
Collection |
interface collection, used for all collection types of lucee (array, struct, query)
|
Collection.Key | |
CollectionPlus | |
ComponentMethod | |
CustomType | |
Duplicable | |
ForEachIteratorable | |
FunctionArgument |
a function argument definition
|
FunctionValue |
represent a named function value for a functions
|
Iterator |
Interface for a simple Iterator
|
Iteratorable |
interface that define that in a class a iterator is available
|
Objects |
Hold a native or wild object, to use id inside lucee runtime
|
ObjectWrap |
Wraps a other Object
|
Query |
inteface for resultset (query) object
|
QueryColumn |
represent a Single column of a query object
|
QueryColumnPro | |
SimpleValue | |
Sizeable | |
Struct | |
UDF |
a user defined function
|
UDFPlus | |
UDFProperties | |
UserDefinedFunction | Deprecated
replaced with
UDF |
Class | Description |
---|---|
ArrayImpl |
CFML array object
|
ArrayImplNS |
CFML array object
|
ArrayInt |
CFML array object
|
BIF | |
CastableArray | |
CastableStruct | |
Closure | |
CollectionStruct | |
DebugQueryColumn |
implementation of the query column
|
DoubleStruct | |
FunctionArgumentImpl |
a single argument of a function
|
FunctionArgumentLight |
a single argument of a function, this is lightway function, just contain name and type (return default value for the rest)
|
FunctionValueImpl |
represent a named function value for a functions
|
KeyImpl | |
List | Deprecated
BACKCOMP this class only exists for backward compatibility to code genrated for .ra files, DO NOT USE
|
Null |
Custom Null Type
|
QueryColumnImpl |
implementation of the query column
|
QueryColumnRef |
Recordcount Query Column
|
QueryColumnUtil |
Helper class for the QueryColumnImpl
|
QueryImpl | |
ReadOnlyStruct |
a read only Struct if flag is set to readonly
|
StructImpl |
CFML data type struct
|
StructImplKey |
CFML data type struct
|
StructImplString |
CFML data type struct
|
SVArray |
Simple Value Array, a Array that can't cast to a Simple Value
|
SVStruct | |
UDFAddProperty | |
UDFCustomType | |
UDFGetterProperty | |
UDFGSProperty | |
UDFHasProperty | |
UDFImpl |
defines a abstract class for a User defined Functions
|
UDFPropertiesImpl | |
UDFRemoveProperty | |
UDFSetterProperty |
Copyright © 2015 Lucee