Package org.jumpmind.db.model
Class Function
java.lang.Object
org.jumpmind.db.model.Function
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPlatformFunction
(PlatformFunction platformFunction) boolean
boolean
clone()
findPlatformFunction
(String name) static String
getFullyQualifiedName
(String catalog, String schema, String tableName, String functionName) void
removePlatformFunction
(String databaseName) void
setCatalogName
(String catalogName) void
setFunctionName
(String functionName) void
setSchemaName
(String schemaName) void
setTableName
(String tableName) void
setTriggerName
(String triggerName)
-
Constructor Details
-
Function
-
Function
public Function()
-
-
Method Details
-
getFunctionName
-
setFunctionName
-
getCatalogName
-
setCatalogName
-
getSchemaName
-
setSchemaName
-
getTableName
-
setTableName
-
getTriggerName
-
setTriggerName
-
removePlatformFunction
-
addPlatformFunction
-
getPlatformFunctions
-
findPlatformFunction
-
anyPlatformFunctionNameContains
-
allPlatformFunctionNamesContain
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getFullyQualifiedName
-
getFullyQualifiedName
-