Package com.mckoi.database
Class ProcedureName
java.lang.Object
com.mckoi.database.ProcedureName
The name of a procedure as understood by a ProcedureManager.
-
Constructor Summary
ConstructorsConstructorDescriptionProcedureName
(TableName table_name) Constructs the ProcedureName from a TableName.ProcedureName
(String schema, String name) Constructs the ProcedureName. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equality test.getName()
Returns the name of this procedure.Returns the schema of this procedure.int
hashCode()
The hash key.static ProcedureName
Returns a version of this procedure qualified to the given schema (unless the schema is present).toString()
Returns this procedure name as a string.
-
Constructor Details
-
ProcedureName
Constructs the ProcedureName. -
ProcedureName
Constructs the ProcedureName from a TableName.
-
-
Method Details
-
getSchema
Returns the schema of this procedure. -
getName
Returns the name of this procedure. -
toString
Returns this procedure name as a string. -
qualify
Returns a version of this procedure qualified to the given schema (unless the schema is present). -
equals
Equality test. -
hashCode
public int hashCode()The hash key.
-