public class ProcedureName extends Object
Constructor and Description |
---|
ProcedureName(String schema,
String name)
Constructs the ProcedureName.
|
ProcedureName(TableName table_name)
Constructs the ProcedureName from a TableName.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object ob)
Equality test.
|
String |
getName()
Returns the name of this procedure.
|
String |
getSchema()
Returns the schema of this procedure.
|
int |
hashCode()
The hash key.
|
static ProcedureName |
qualify(String current_schema,
String proc_name)
Returns a version of this procedure qualified to the given schema (unless
the schema is present).
|
String |
toString()
Returns this procedure name as a string.
|
public ProcedureName(TableName table_name)
public String getSchema()
public String getName()
public String toString()
public static ProcedureName qualify(String current_schema, String proc_name)
Copyright © 2015. All rights reserved.