SqlIdentifier
org.llm4s.util.SqlIdentifier
object SqlIdentifier
Validator for PostgreSQL identifiers (table/index/column). Enforces: start with letter/, allowed [a-zA-Z0-9], max 63 chars. Returns a ProcessingError on null/invalid inputs.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlIdentifier.type
Members list
In this article