|
DataFaucet 1.0 Beta | ||||
| FRAMES | |||||
WEB-INF.cftags.component
datafaucet.system.kernel
datafaucet.system.datamanager
public class datamanager
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
any |
DBCall(string methodname, any source)
returns a query containing information about the columns for a given database table |
struct |
DBMetaData(any source, [boolean reload='false'])
returns the java metadata for a given datasource, with some data massaging for convenience |
void |
debug([string datasource=''])
|
any |
getCacheManager()
|
query |
getCatalogs(any source)
returns a query containing a list of catalogs in the database server |
query |
getColumns(any source, string tablename, [boolean reload='false'])
returns a query containing information about the columns for a given database table |
private any |
getConnection(any source)
|
private any |
getDSCache(string datasource)
|
private any |
getDSService()
|
string |
getDefaultCatalog(any source)
|
string |
getDriverName(any source)
returns a string from the JDBC connection indication the name of the drivers in use |
query |
getExportedKeys(any source, string tablename, [boolean reload='false'])
returns a query containing information about the primary key column(s) exported by a specified table |
struct |
getForeignKeys(any source, string tablename, [boolean reload='false'])
|
query |
getImportedKeys(any source, string tablename, [boolean reload='false'])
returns a query containing information about the foreign key columns imported by a specified table |
query |
getIndexes(any source, string tablename, [boolean unique='false'], [boolean approx='true'])
returns a query containing information about the primary key column(s) exported by a specified table |
numeric |
getLoadTime()
|
any |
getMissingMethodParser()
|
query |
getPrimaryKeys([any source], string tablename, [boolean reload='false'])
returns a query containing information about the primary key column(s) for a specified table |
query |
getProcParams(any source, string procedure, [boolean reload='false'])
returns a query containing information about the parameters for a given stored procedure |
query |
getProcedures([string source='primary'], [string procedures='%'])
returns a query containing information about the columns for a given database table |
private any |
getSQLMetaData(any source)
|
struct |
getSQLTypes(any sqltypes)
|
query |
getSchemas(any source)
returns a query containing a list of schemas in the database server |
string |
getServerName(any source)
returns a string from the JDBC connection indication the name of the drivers in use |
string |
getServerVersion(any source)
returns a string from the JDBC connection indication the version of the drivers in use |
private any |
getSettings(string datasource)
|
query |
getTables(any source, [string tablename='%'], [string types='table,view'])
returns a query containing information about the columns for a given database table |
any |
getValidator()
|
any |
isModified(numeric before='[runtime expression]')
|
string |
jdbcType(string typeid)
|
string |
readOnly(any source, string tablename, [string columns=''])
sets a readonly flag for multiple columns in a given table in the table-column metadata - returns a comma delimited list of the columns flagged |
any |
reset([string datasource=''])
|
any |
resultSetToQuery(any resultset, [string addcolumns=''])
returns a query from a Java ResultSet object |
any |
setCacheManager(any CacheManager)
|
| Methods inherited from class datafaucet.system.kernel |
|---|
arg, componentExists, getDataFaucet, getFaucetObject, getFile, getFileModified, getObject, getPlumbing, getTransaction, getTransactionManager, newTransaction, parseDate, setTransaction
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public any DBCall(string methodname, any source)
methodnamesourcepublic struct DBMetaData(any source, [boolean reload='false'])
sourcereloadpublic void debug([string datasource=''])
datasourcepublic any getCacheManager()
public query getCatalogs(any source)
sourcepublic query getColumns(any source, string tablename, [boolean reload='false'])
sourcetablenamereloadprivate any getConnection(any source)
sourceprivate any getDSCache(string datasource)
datasourceprivate any getDSService()
public string getDefaultCatalog(any source)
sourcepublic string getDriverName(any source)
sourcepublic query getExportedKeys(any source, string tablename, [boolean reload='false'])
sourcetablenamereloadpublic struct getForeignKeys(any source, string tablename, [boolean reload='false'])
sourcetablenamereloadpublic query getImportedKeys(any source, string tablename, [boolean reload='false'])
sourcetablenamereloadpublic query getIndexes(any source, string tablename, [boolean unique='false'], [boolean approx='true'])
sourcetablenameuniqueapproxpublic numeric getLoadTime()
public any getMissingMethodParser()
public query getPrimaryKeys([any source], string tablename, [boolean reload='false'])
sourcetablenamereloadpublic query getProcParams(any source, string procedure, [boolean reload='false'])
sourceprocedurereloadpublic query getProcedures([string source='primary'], [string procedures='%'])
sourceproceduresprivate any getSQLMetaData(any source)
sourcepublic struct getSQLTypes(any sqltypes)
sqltypespublic query getSchemas(any source)
sourcepublic string getServerName(any source)
sourcepublic string getServerVersion(any source)
sourceprivate any getSettings(string datasource)
datasourcepublic query getTables(any source, [string tablename='%'], [string types='table,view'])
sourcetablenametypespublic any getValidator()
public any isModified(numeric before='[runtime expression]')
beforepublic string jdbcType(string typeid)
typeidpublic string readOnly(any source, string tablename, [string columns=''])
sourcetablenamecolumnspublic any reset([string datasource=''])
datasourcepublic any resultSetToQuery(any resultset, [string addcolumns=''])
resultsetaddcolumnspublic any setCacheManager(any CacheManager)
CacheManager
|
DataFaucet 1.0 Beta | ||||
| FRAMES | |||||