java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.H2URLParser
所有已实现的接口:
ConnectionURLParser

public class H2URLParser extends AbstractURLParser
H2URLParser presents that skywalking how to parse the connection url of H2 database.

H2URLParser check the connection url if contains "file" or "mem". if yes. the database name substring the connection url from the index after "file" index or the "mem" index to the index of first charset ";".