Package io.trino.client
Class ErrorLocation
- java.lang.Object
-
- io.trino.client.ErrorLocation
-
@Immutable public class ErrorLocation extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorLocation(int lineNumber, int columnNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnNumber()
int
getLineNumber()
String
toString()
-