| Package | Description |
|---|---|
| com.mysql.cj.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseMetaData.ProcedureType |
DatabaseMetaData.ProcedureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseMetaData.ProcedureType[] |
DatabaseMetaData.ProcedureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
DatabaseMetaData.getCallStmtParameterTypes(java.lang.String db,
java.lang.String quotedProcName,
DatabaseMetaData.ProcedureType procType,
java.lang.String parameterNamePattern,
java.util.List<Row> resultRows,
boolean forGetFunctionColumns) |