Modifier and Type | Method and Description |
---|---|
static Query |
SystemUtil.getMemoryUsageAsQuery(int type) |
Modifier and Type | Method and Description |
---|---|
DataSource |
ConfigImpl.getDataSource(String datasource) |
Modifier and Type | Method and Description |
---|---|
void |
DatasourceManagerImpl.commit() |
void |
DatasourceManagerImpl.rollback() |
void |
DatasourceManagerImpl.savepoint() |
static void |
SQLCaster.setValue(TimeZone tz,
PreparedStatement stat,
int parameterIndex,
SQLItem item) |
static Object |
SQLCaster.toSqlType(SQLItem item)
sets a Value to a PreparedStatement
|
static int |
SQLCaster.toSQLType(String strType)
cast a String SQL Type to int Type
|
static String |
SQLCaster.toStringType(int type)
returns CF SQL Type as String
|
Modifier and Type | Method and Description |
---|---|
Struct |
DebuggerImpl.getDebuggingData(PageContext pc) |
Struct |
DebuggerImpl.getDebuggingData(PageContext pc,
boolean addAddionalInfo) |
Query |
DebuggerImpl.getOutputText() |
Modifier and Type | Method and Description |
---|---|
static DatabaseException |
DatabaseException.notFoundException(PageContext pc,
String datasource) |
Modifier and Type | Method and Description |
---|---|
static Query |
Query_.call(PageContext pc,
Object[] arr) |
Modifier and Type | Method and Description |
---|---|
Query |
CreationImpl.createQuery(Collection.Key[] columns,
int rows,
String name) |
Modifier and Type | Method and Description |
---|---|
Column[] |
Selects.getDistincts() |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.setAction(String strAction) |
void |
QueryParam.setCfsqltype(String type)
set the value cfsqltype
The SQL type that the parameter (any type) will be bound to.
|
void |
ProcParam.setCfsqltype(String cfsqltype) |
void |
Transaction.setIsolation(String isolation) |
void |
QueryParam.setSqltype(String type) |
void |
ProcParam.setSqltype(String type) |
Modifier and Type | Method and Description |
---|---|
static Query |
FeedQuery.toQuery(Struct data,
boolean hasDC) |
Constructor and Description |
---|
RSSHandler(InputStream stream)
Constructor of the class
|
RSSHandler(Resource res)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
boolean |
QueryImpl.addColumn(Collection.Key columnName,
Array content,
int type) |
boolean |
QueryImpl.addColumn(String columnName,
Array content) |
boolean |
QueryImpl.addColumn(String columnName,
Array content,
int type) |
QueryColumn |
QueryImpl.getColumn(Collection.Key key) |
QueryColumn |
QueryImpl.getColumn(String key) |
Object |
QueryColumnImpl.remove(int row) |
Object |
QueryColumnRef.remove(int row) |
QueryColumn |
QueryImpl.removeColumn(Collection.Key key) |
QueryColumn |
QueryImpl.removeColumn(String key) |
Object |
QueryColumnImpl.removeRow(int row) |
Object |
QueryColumnRef.removeRow(int row) |
Object |
QueryColumnImpl.set(int row,
Object value) |
Object |
QueryColumnRef.set(int row,
Object value) |
Constructor and Description |
---|
QueryImpl(Array arrColumns,
int rowNumber,
String name)
constructor of the class, to generate a empty resultset (no database execution)
|
QueryImpl(Collection.Key[] columnNames,
Array[] arrColumns,
String name) |
QueryImpl(Collection.Key[] columnKeys,
int rowNumber,
String name)
constructor of the class, to generate a empty resultset (no database execution)
|
QueryImpl(Collection.Key[] columnNames,
String[] strTypes,
int rowNumber,
String name)
constructor of the class, to generate a empty resultset (no database execution)
|
QueryImpl(String[] strColumnNames,
Array[] arrColumns,
String name)
constructor of the class
|
QueryImpl(String[] strColumnList,
Object[][] data,
String name)
constructor of the class
|
QueryImpl(String[] strColumns,
String[] strTypes,
int rowNumber,
String name)
constructor of the class, to generate a empty resultset (no database execution)
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleQuery.addColumn(Collection.Key columnName,
Array content,
int type) |
boolean |
SimpleQuery.addColumn(String columnName,
Array content) |
boolean |
SimpleQuery.addColumn(String columnName,
Array content,
int type) |
QueryColumn |
SimpleQuery.getColumn(Collection.Key key) |
QueryColumn |
SimpleQuery.getColumn(String key) |
QueryColumn |
SimpleQuery.removeColumn(Collection.Key key) |
QueryColumn |
SimpleQuery.removeColumn(String key) |
Copyright © 2015 Lucee