refs #703: fix Smilegate annotation metadata query
This commit is contained in:
@@ -20,10 +20,7 @@ public interface SchemaMetadataMapper {
|
||||
@Param("tableName") String tableName
|
||||
);
|
||||
|
||||
List<SchemaMetadataAnnotationRow> findAnnotations(
|
||||
@Param("owner") String owner,
|
||||
@Param("tableName") String tableName
|
||||
);
|
||||
List<SchemaMetadataAnnotationRow> findAnnotations(@Param("tableName") String tableName);
|
||||
|
||||
int countColumn(
|
||||
@Param("owner") String owner,
|
||||
@@ -32,13 +29,11 @@ public interface SchemaMetadataMapper {
|
||||
);
|
||||
|
||||
int countTableAnnotation(
|
||||
@Param("owner") String owner,
|
||||
@Param("tableName") String tableName,
|
||||
@Param("annotationName") String annotationName
|
||||
);
|
||||
|
||||
int countColumnAnnotation(
|
||||
@Param("owner") String owner,
|
||||
@Param("tableName") String tableName,
|
||||
@Param("columnName") String columnName,
|
||||
@Param("annotationName") String annotationName
|
||||
|
||||
Reference in New Issue
Block a user