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 Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def validate(name: String, operation: String): Result[String]

Validate a PostgreSQL identifier.

Validate a PostgreSQL identifier.

Attributes