public interface SQLFunction extends Column
Modifier and Type | Method and Description |
---|---|
Object |
getArgument(int i)
Returns the function parameters at index i.
|
Object[] |
getArguments()
Return all the parameters as an object array.
|
Column |
getColumn()
Returns the column to which this function is applied.
|
void |
setArguments(Object... args)
Sets the function specific arguments.
|
getColumnName, getFullTableName, getSchemaName, getSqlExpression, getTableName
Object getArgument(int i)
i
- The 0 based parameter to get.Column getColumn()
IllegalStateException
- if the column cannot be determined.Object[] getArguments()
void setArguments(Object... args)
args
- The function specific arguments.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.