We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723babe commit 13c0b2cCopy full SHA for 13c0b2c
src/main/java/io/github/utplsql/api/types/CustomTypes.java
@@ -1,14 +1,13 @@
1
package io.github.utplsql.api.types;
2
3
/**
4
- * Created by Vinicius on 13/04/2017.
5
- * DBHelper custom data types.
+ * Database custom data types.
6
*/
7
public enum CustomTypes {
8
// Object names must be upper case.
9
UT_DOCUMENTATION_REPORTER("UT_DOCUMENTATION_REPORTER"),
10
UT_COVERAGE_HTML_REPORTER("UT_COVERAGE_HTML_REPORTER"),
11
- UT_VARCHAF2_LIST("UT_VARCHAR2_LIST");
+ UT_VARCHAR2_LIST("UT_VARCHAR2_LIST");
12
13
private String typeName;
14
0 commit comments