.and(TypeInfo.POS.equal(0))
.where(FunctionAliases.ALIAS_SCHEMA.in(getInputSchemata()))
.and(FunctionAliases.RETURNS_RESULT.in((short) 1, (short) 2))
.orderBy(FunctionAliases.ALIAS_NAME).fetch()) {
SchemaDefinition schema = getSchema(record.getValue(FunctionAliases.ALIAS_SCHEMA));
String name = record.getValue(FunctionAliases.ALIAS_NAME);
String comment = record.getValue(FunctionAliases.REMARKS);
String typeName = record.getValue(TypeInfo.TYPE_NAME);
Integer precision = record.getValue(TypeInfo.PRECISION);
Short scale = record.getValue(TypeInfo.MAXIMUM_SCALE);