Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typo
  • Loading branch information
viniciusam committed May 18, 2017
commit 13c0b2c42db092d67898918180c5245020c31937
5 changes: 2 additions & 3 deletions src/main/java/io/github/utplsql/api/types/CustomTypes.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package io.github.utplsql.api.types;

/**
* Created by Vinicius on 13/04/2017.
* DBHelper custom data types.
* Database custom data types.
*/
public enum CustomTypes {
// Object names must be upper case.
UT_DOCUMENTATION_REPORTER("UT_DOCUMENTATION_REPORTER"),
UT_COVERAGE_HTML_REPORTER("UT_COVERAGE_HTML_REPORTER"),
UT_VARCHAF2_LIST("UT_VARCHAR2_LIST");
UT_VARCHAR2_LIST("UT_VARCHAR2_LIST");

private String typeName;

Expand Down