Uses of Class
railo.runtime.exp.DatabaseException

Packages that use DatabaseException
railo.commons.io   
railo.runtime.config   
railo.runtime.db   
railo.runtime.debug   
railo.runtime.functions.query   
railo.runtime.op   
railo.runtime.query   
railo.runtime.tag   
railo.runtime.text.csv   
railo.runtime.text.feed   
railo.runtime.type   
railo.runtime.type.query   
 

Uses of DatabaseException in railo.commons.io
 

Methods in railo.commons.io that throw DatabaseException
static Query SystemUtil.getMemoryUsageAsQuery(int type)
           
 

Uses of DatabaseException in railo.runtime.config
 

Methods in railo.runtime.config that throw DatabaseException
 DataSource ConfigImpl.getDataSource(String datasource)
           
 

Uses of DatabaseException in railo.runtime.db
 

Methods in railo.runtime.db that throw DatabaseException
 void DatasourceManagerImpl.commit()
           
 void DatasourceManagerImpl.rollback()
           
 void DatasourceManagerImpl.savepoint()
           
static void SQLCaster.setValue(TimeZone tz, PreparedStatement stat, int parameterIndex, SQLItem item)
           
static int SQLCaster.toIntType(String strType)
          cast a String SQL Type to int Type
static Object SQLCaster.toSqlType(SQLItem item)
          sets a Value to a PreparedStatement
static String SQLCaster.toStringType(int type)
          returns CF SQL Type as String
 

Uses of DatabaseException in railo.runtime.debug
 

Methods in railo.runtime.debug that throw DatabaseException
 Struct DebuggerImpl.getDebuggingData(PageContext pc)
           
 Struct DebuggerImpl.getDebuggingData(PageContext pc, boolean addAddionalInfo)
           
 Query DebuggerImpl.getOutputText()
           
 

Uses of DatabaseException in railo.runtime.functions.query
 

Methods in railo.runtime.functions.query that throw DatabaseException
static Query Query_.call(PageContext pc, Object[] arr)
           
static Query QueryNew.call(PageContext pc, String columnList)
           
 

Uses of DatabaseException in railo.runtime.op
 

Methods in railo.runtime.op that throw DatabaseException
 Query CreationImpl.createQuery(Collection.Key[] columns, int rows, String name)
           
 

Uses of DatabaseException in railo.runtime.query
 

Methods in railo.runtime.query that throw DatabaseException
 boolean QueryCacheQuery.addColumn(Collection.Key columnName, Array content, int type)
           
 boolean QueryCacheQuery.addColumn(String columnName, Array content)
           
 boolean QueryCacheQuery.addColumn(String columnName, Array content, int type)
           
 QueryColumn QueryCacheQuery.getColumn(Collection.Key key)
           
static QueryColumn QueryCacheQueryColumn.getColumn(QueryCacheQuery qcq, Collection.Key key)
          return a queryCacheQuery
 QueryColumn QueryCacheQuery.getColumn(String key)
           
 QueryColumn QueryCacheQuery.removeColumn(Collection.Key key)
           
 QueryColumn QueryCacheQuery.removeColumn(String key)
           
 

Constructors in railo.runtime.query that throw DatabaseException
QueryCacheQuery(QueryImpl query)
           
 

Uses of DatabaseException in railo.runtime.tag
 

Methods in railo.runtime.tag that throw DatabaseException
 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)
           
 

Uses of DatabaseException in railo.runtime.text.csv
 

Methods in railo.runtime.text.csv that throw DatabaseException
static Query CSVParser.toQuery(String csv, char delimiter, char textQualifier, String[] headers, boolean firstrowasheaders)
          parse a CVS File
 

Uses of DatabaseException in railo.runtime.text.feed
 

Methods in railo.runtime.text.feed that throw DatabaseException
static Query FeedQuery.toQuery(Struct data, boolean hasDC)
           
 

Constructors in railo.runtime.text.feed that throw DatabaseException
RSSHandler(InputStream stream)
          Constructor of the class
RSSHandler(Resource res)
          Constructor of the class
 

Uses of DatabaseException in railo.runtime.type
 

Methods in railo.runtime.type that throw DatabaseException
 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)
           
 

Constructors in railo.runtime.type that throw DatabaseException
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)
 

Uses of DatabaseException in railo.runtime.type.query
 

Methods in railo.runtime.type.query that throw DatabaseException
 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 © 2012 Railo