Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
gudusoft.gsqlparser.sqlenv |
Modifier and Type | Method and Description |
---|---|
TSQLFunction |
TCustomSqlStatement.searchFunctionInSQLEnv(String functionName) |
Modifier and Type | Method and Description |
---|---|
TSQLFunction |
TSQLEnv.addFunction(String qualifiedFunctionName,
boolean fromDDL)
Add a function to SQLEnv, if a function with the same already exists, just return the existing one.
|
TSQLFunction |
TSQLEnv.addFunction(TObjectName qualifiedFunctionName,
boolean fromDDL) |
TSQLFunction |
TSQLOraclePackage.createFunction(String functionName)
create a function belong to this schema
|
TSQLFunction |
TSQLSchema.createFunction(String functionName)
create a function belong to this schema
|
TSQLFunction |
TFunctoinColumn.getSqlTableFunction()
function include this column
|
TSQLFunction |
TSQLEnv.searchFunction(String qualifiedTablename) |
TSQLFunction |
TSQLEnv.searchFunction(TObjectName qualifiedTablename) |
Constructor and Description |
---|
TFunctoinColumn(TSQLFunction sqlFunction,
String columnName)
create a new column and add to the function
|