CreateFunctionAlias

This class represents the statement CREATE ALIAS

Methods
int getType()
int getType()
void setAliasName(String name)
void setAliasName(String name)
void setBufferResultSetToLocalTemp(boolean b)
Should the return value ResultSet be buffered in a local temporary file?
void setBufferResultSetToLocalTemp(boolean b)
Should the return value ResultSet be buffered in a local temporary file?
Parameters:
b - the new value
void setDeterministic(boolean deterministic)
void setDeterministic(boolean deterministic)
void setForce(boolean force)
void setForce(boolean force)
void setIfNotExists(boolean ifNotExists)
void setIfNotExists(boolean ifNotExists)
void setJavaClassMethod(String method)
Set the qualified method name after removing whitespace.
void setJavaClassMethod(String method)
Set the qualified method name after removing whitespace.
Parameters:
method - the qualified method name
void setSource(String source)
void setSource(String source)
int update()
int update()